Posted By: Hyperian | Jan 4th @ 12:32 PM
page 1 of 1
Comments: 4 | Views: 620
I've been looking around the net for some way to receive/transmit data with serial port using c++, so far i've found code for old way of using serial (without VS) or using VS2008 but with C#. anyone know any good sites for implementing  serial communication using VS 2008?
DCMonkey
DCMonkey
Monkey see, monkey do, monkey will destroy you!
There may be some c++ librariers out there but you could resort to the Win32 API to do it:

Here's an article on it. It's rather old but I bet it still applies:

http://msdn.microsoft.com/en-us/library/ms810467.aspx

DCMonkey
DCMonkey
Monkey see, monkey do, monkey will destroy you!
Because most people that wrote any C++ code to access the serial port did so years ago in a commercial app where they can't release code and probably used the C-based Win32 API anyways?
cro
cro
Hope this can help :

http://www.robbayer.com/files/serial-win.pdf

EDIT: I've just realise that DCMonkey already post the same code
page 1 of 1
Comments: 4 | Views: 620
Microsoft Communities