Shop OBEX P1 Docs P2 Docs Learn Events
how to send data from pc to basic stamp microcontroller using VB (serial comm) — Parallax Forums

how to send data from pc to basic stamp microcontroller using VB (serial comm)

ahmadsarang90ahmadsarang90 Posts: 4
edited 2013-04-11 17:08 in BASIC Stamp
Hello, i want to ask on how can i send the data from pc (the data that collected from database) to basic stamp 2 using vb.net.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-04-11 09:12
    Just like in the other direction (Stamp to PC), your VB program has to send data to the Stamp and the Stamp can receive it using the SERIN statement. Your VB program and your Stamp program have to cooperate. Often the Stamp drives the exchange with the Stamp essentially sending commands to the VB program asking it to send back specific information. Have a look at StampPlot Pro and PLX-DAQ from the Stamp Downloads webpage for examples.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-04-11 17:08
    Excellent instructions and step by step here:
Sign In or Register to comment.