Click here to Skip to main content
15,885,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am new to serial communication. I want to send and receive data through USB port.

I have a serial to USB converter to supply data at USB port. Now I want to receive and transmit data using C++.

Anyone experienced is requested to suggest me some tutorials for this purpose.

Thanks in advance.
Posted
Updated 1-Nov-11 2:49am
v2

1 solution

Once the converter is installed properly you can handle it as a normal serial port.
CP has many articles on the subject, here are a few:
Win32 SDK Serial Comm Made Easy[^]
CSerialIO - A Useful and Simple Serial Communication Class[^]
Serial library for C++[^]
 
Share this answer
 
v2
Comments
Albert Holguin 1-Nov-11 9:50am    
yep, +5
André Kraak 1-Nov-11 10:54am    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900