Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

receiving data from rs232 to visual basic

Status
Not open for further replies.

hanukaran

Junior Member level 2
Joined
Oct 15, 2010
Messages
24
Helped
4
Reputation
8
Reaction score
4
Trophy points
1,283
Activity points
1,542
I'm very beginner to visual basic.How to receive the data from rs232.I will transmit the character "R" , "Y" and "G" from micro controller whic is R for red, y for yello and G for green.Actually this is traffic light.I want it show to visual basic.what step i have to do to create interface with rs232 and to create the programme to show the character i have sent. like r should show in visual basic.Can any one help me.I need assistance
 

if you look in the visual studio toolbox under components there is a SerialPort component that you can use to send and receive characters from a specified COM port
 

I'm very beginner to visual basic.How to receive the data from rs232.I will transmit the character "R" , "Y" and "G" from micro controller whic is R for red, y for yello and G for green.Actually this is traffic light.I want it show to visual basic.what step i have to do to create interface with rs232 and to create the programme to show the character i have sent. like r should show in visual basic.Can any one help me.I need assistance

See the attachment on the thread given below:

https://www.edaboard.com/threads/207474/#post875779

Courtesy boyguitar1
 

Did you installed the microchip application library? have a look here(link below), dowload and install the file.
**broken link removed**

Then look in the folder:
C:\Microchip Solutions\USB Device - CDC - Basic Demo\PC Software Example

Regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top