AlexT_Intel I want to be able send and receive data through this UART. I have connected it to a RS232 to USB connector and I get the output on the other side by connecting a USB cable b/n my PC and the USB port of the connector.I want to receive data on the Galileo through this UART whenever I send something from the other side and vice-versa.
I am able to do this using the digital pins 0 and 1 present on the Galileo which is mapped by Serial1. Moreover, I'm using Windows OS.So, kindly let me know in that context as to if it is possible to send/receive data through the above mentioned USB port. If it is possible, how do I reference it in my code?