Shop OBEX P1 Docs P2 Docs Learn Events
Vb.net — Parallax Forums

Vb.net

bubby9534bubby9534 Posts: 36
edited 2012-02-02 15:37 in BASIC Stamp
Interfacing VB.NET with my BOE board? I don't know where to get started. I want to write a VB.NET program that will turn an LED on and off when a button is clicked. Of course, I am stuck no how to get VB.NET to communicate with my BOEboard. Does BASIC Stamp Tokenizer have something to do with this?

Comments

  • stamptrolstamptrol Posts: 1,731
    edited 2012-02-02 15:37
    You will connect the Stamp to the PC running the VB.NET program by using the SEROUT and SERIN commands on the Stamp (see the Helpfile) and the VB communication routines on the PC.

    Begin by trying the sample program located with the SERIN/SEROUT commands.

    Theres a lot to become familiar with before jumping in to the mysteries of VB!

    Cheers,
Sign In or Register to comment.