Serial port programming using Win32 API (Windows)

preview_player
Показать описание
Sometimes we require to communicate with an external device like a printer, microcontroller board or any serial device using the serial port of a windows machine. There is a lot of serial application available like Hercules, HyperTerminal, Docklight, ..etc.

We can use any one of them for serial communication but sometimes we require to create own custom serial application for communication. In windows, it is easy to create the custom serial application using the win32 API.

Рекомендации по теме
Комментарии
Автор

you have mentioned stdafx.h header, i couldn't see it in the website.

viswanmv