byte xfr[3];
xfr[0]= AA;
WriteFile( h_Com, &xfr, 1, &BytesWrtn, NULL);
If this sends only one element to rs232 port, how to send
a whole binary file to serial port using same function?.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: serial (RS232) questionThreaded View
|
Click Here to Expand Forum to Full Width |