Thread
:
Writing 4 bytes to COM Port
View Single Post
#
3
04-07-2005, 18:47
micro_tools
Posts: n/a
Hi,
You must make own program with following windows API func.
CreateFile(), SetCommTimeouts, SetCommMask, GetCommState, BuildCommDCB and finaly WriteFile to send data
micro_tools