About this document
C# Serial Port Communication Guide by thomhobie is a document available to read on EtoBox.
This document discusses how to communicate with a serial port in C# and .NET. It demonstrates how to write and receive data from a device connected to a serial port, displaying the received data in a text box. It explains how to create a SerialPort object, set up an event handler to receive data, and use a delegate to write to the UI thread from a non-UI thread to update the text box. It also discusses writing data to the serial port to send commands to devices.
- Author
- thomhobie
- Language
- EN