Results 1 to 2 of 2

Thread: Writing VB code for reading data from uC

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    2

    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?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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
  •  



Click Here to Expand Forum to Full Width