Hi, I want use HW serial to have a bidirectional comunication with a VMUSIC module, the RX is OK, but I can't send commands. I have verified the TX with a logic analizer and I have found that Arduino send a byte(1 or 3) a CR,LF and then the char in serial.print().
It is possible TX only what is in serial.print()??
Thanks!