Hi everyone! I'm new to Arduino and electronics in general, and to posting on forums too, so please be indulgent if this sounds an obvious question, or if this topic should be in another section.
I have a Mega 2560, to which I've connected an ESP8266 on UART3 (pins 14 & 15) and I'd like so send and read (the result of) AT-Commands to it via the Serial Monitor. I know my PC is connected via UART0 and that I can write or read to/from it with the SM.
Can I use the SM to send and read commands to a device connected to UART1/2/3 directly with some kind of prefixe or I'll have to write code reading from UART0 (Serial) to redirect it to another UARTx (Serialx), and read from the later to redirect on UART0?