|
-
Nov 27th, 2006, 04:14 PM
#1
Thread Starter
New Member
Writing VB code for reading data from uC
I am doing the project to make a microcontroller communicate with PC.
I am facing the problem writing the VB code for command button to ask uC to display the data in my label.
How to write the code for visual basic to get the data from the microcontroller?
-
Nov 29th, 2006, 10:23 AM
#2
Re: Writing VB code for reading data from uC
How are you communicating with it? IOW, what's the hardware interface? 1-Wire? RS-232? Something else? How you communicate with it depends on 2 things - the hardware interface and the code in the uC. (What does the uC need to tell it to send you data and what format will the data be in?)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|