This application provides a simple example of how to send and receive bytes of text through a serial port.
eVBComm.vb connects through COM1: on the device at 38400 baud and is meant to act as a basic terminal for testing with a desktop PC application like Hyperterminal or another device running eVBComm.vb.
| Key APIs Used CommEvent, PortOpen, RThreshold, Settings, CommPort, Handshaking, comEvReceive
Lines of Code: 23
|