linking vb to hyperterminal reg

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeyshree
    New Member
    • Jul 2010
    • 75

    linking vb to hyperterminal reg

    Hai,
    I am doing a project where some data will be sent by the micro controller to computers hyper terminal.I need to fetch the data from the hyper terminal and process the data with the help of VB (which will be connected to the MSACCESS database).Will you please let me know how to fetch the data from the hyper terminal into the visual basic?
    Thanks for your reply in advance.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    I think you're coming at this from the wrong angle. You want VB to handle the communications, but there shouldn't be any need for Hyperterminal to be involved. HT is just a simple user interface. In other words, a way of throwing the received data on the screen and sending what the user types.

    More likely you should look into something like the mscomm control. Try hitting the search box up top, I believe we've had quite a few posts on this topic over the years.

    Which version of VB are you using?

    Comment

    • jeyshree
      New Member
      • Jul 2010
      • 75

      #3
      hai,
      i get you.Will you please say me the way to find the data received in the hyper terminal?thanks for your reply in advance.

      Comment

      Working...