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


I have a project. I want to receive a data from arduino and display the output to visual basic . i don't know what to do . can somebody help me ? its a school project. thanks.
Posted
Comments
[no name] 8-Mar-14 3:35am    
Which language you are using..??

Use a SerialPort class[^] instance. The link includes an example, but I''d probably use the DataRecieved Event[^] myself.
 
Share this answer
 
OriginalGriff has given you good advice. I have done it that way myself with an Arduino.

Check this out:
Communication on a serial port in NET 2.0[^]

If you learn to do a simple search on this site within articles such as "serial communication net" you will find plenty more.
 
Share this answer
 

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