Hi all,
In arduino, I want to be able to read data from1 serial port then output to a different serial port.
I read data using poins 0,1 for tx / rx for one port, and then redirect the informaiton read from there to the Arduino usb port
In my case normal serial port is com 5 that i want to read from and i want to send it to the arduino usb port which in my case is com port 8.
Rich.