Hi everybody. I'm using windows forms with visual studio and I added an extra serial port in my arduino uno with <SoftwareSerial.h>
I added a SerialPort in my windows forms app. But how can I send (from windows forms) and receive(from windows forms too) data from the extra serial port created in arduino IDE?
The default serial port is recognized as a virtual COM port because that port goes through the ATMEGA16U or CH340 chip. You will need a RS232 to USB adapter, either a cable or a breakout board so that port appears in Windows.