Tag Archives: SerialPort

That, SerialPort stuff

The log files reveal that a lot of people are looking for help using the Serialport component of the .Net Framework. Once again, lets summarize: There are two ways to access data from a serialport: 1. Using the DataReceived event … Continue reading

Posted in Programming | Tagged , | Comments Off on That, SerialPort stuff

SerialPort and C#

What you need to know before you plan to work on Serial port communication: 0. Create a good test environment. You may need com0com (earlier) which can simulate a loopback between 2 ports. 1. Carefully choose between non-blocking and blocking. … Continue reading

Posted in Programming | Tagged , , | 2 Comments