Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have designed a form using VC# windows form and according to the input from the user, I am going to send data to the AVR micro. I want to send data into the USB port.

Is there any way to do this? please tell me how can i make communication between windows form and AVR controller
Posted
Updated 13-May-14 0:33am
v2
Comments
ZurdoDev 13-May-14 21:30pm    
I think you need to search on VC# and USB port instead.
Mohammad Reza Valadkhani 31-May-14 2:14am    
first you need to create serial port for your micro controller, after that using MAX232 for serial communication using rs232, then use usb to serial cable to connect your device to the computer using DB9 Socket port on your device and usb port on your computer. So if you did this ! you must learn serial port section on C# and learn how to write and read data from serial port. actually usb is serial so you have to know serial communication standard. after these step you just need to search about serialport on C#

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