Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi
in my application i need to build gui in vb wherein whenever led goes high it should be seen in vb.
can somebody please help me with the code for the same a i am new to coding.
thanks
Posted

1 solution

Nobody is going to write your code for you.

You're writing two applications for this. One for the Arduino and one for the PC. The two are going to communicate over a serial port. The Arduino has to send its state data over the serial connection to the PC. The PC then has to listen for that data and parse the data it gets and updating whatever display you provide for that state.

Seriously, if you're new to programming, writing code for a microcontroller is NOT the way to learn. Learn how to write code first, small applications on the PC and whatnot. Move to microcontrollers later because you're going to be adding a couple layers of complexity to writing that code.
 
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