Slow serial port reading from Arduino in VB
问题 I have an issue with reading data from a serial port, and that data comes from an arduino that periodically (1 or 2 times a second) sends the status of what it's doing. Using Atmel studio or Arduino IDE to read the serial port, everything works fine, but I'm writing a monitoring program in VB.net 2010 and then things start to go to heck. I open my port (115200 baud) and have an event handler for the 'Datareceived" event, in this event, I have a stringbuilder which appends the output of Serial