Hello everyone, I am asking for your help with the following.
I made this simple program on Arduino, it involves making an echo in the TX. If I try it on the Arduino IDE serial monitor it works fine, but if I try it on another serial monitor different from the IDE the Arduino receives but does not send via TX.
I want to make an application in which I will use the USB serial to load some data into the arduino and I will use serial1 for something else, but the problem is what I mentioned, it can receive but it does not send through the USB serial, except in the IDE serial monitor
It is very simple, I will connect serial1 to an RS485 network and through the USB serial I need to upload some configuration data, either from a PC or from a smartphone
Hello David, the port is selected correctly, I check it because it receives data, when I send "a" pin 13 turns on, but I do not receive the response on the serial terminal
But on the IDE monitor it works fine
I tried TeraTerm and it works fine, I don't understand why it works with one monitor and not with another. I also tried with the appinventor serial port and it doesn't work (it only receives but does not send)