Thanks. But the sketch is only receiving. Do I send commands just with Serial1.write?
A command consists out of one or two capital letters followed by a carriage return.
For example I want to accomplish the following communication:
Sending: OP1\r (Opening channel to converter one)
Receiving: OK
Sending: GN\r (Get Data)
Receiving: N+12345
Another Question:
How do I connect the converter to the DUE? RX+,Rx-,Tx+,Tx- to just one RX Pin and one TX Pin