serial port programming
serial port programming
Hi, I am searching for serial port programming in visual c++, I am currently searching on the net but if you know any good links OR books, I would appreciate if you could show it. Thanks...
Re:serial port programming
Use CreateFile("COM1") to open COM1 (or COM2, etc.). Use ReadFile and WriteFile as normal. Read MSDN for more information.