Shop OBEX P1 Docs P2 Docs Learn Events
vb as a gui — Parallax Forums

vb as a gui

maadmaad Posts: 28
edited 2008-09-15 17:53 in BASIC Stamp
Can anyone direct me to a documentation link or a book on how to build a visual basic interface to communicate to a basic stamp?I'll appreciate it very much

Comments

  • UnsoundcodeUnsoundcode Posts: 1,532
    edited 2008-09-14 19:57
    Hi, this link might help you get started

    ·http://forums.parallax.com/showthread.php?p=671804

    Jeff T.
  • Bill ChennaultBill Chennault Posts: 1,198
    edited 2008-09-14 23:57
    maad--

    I am writing one now that will allow a Logitech Dual Action Gamepad (about $17.00) to act as a remote control to Ugly Buster, my tracked robot. I was helped IMMENSELY by one of our fellow forum members, MSDTech, who passed along some code for that device.

    My VB/Stamp communications will be via Bluetooth, which, surprisingly to me, appears to work very well.

    It is rather simple to write code that will allow VB to communicate with a Stamp, but none of it appears to be in one place. I believe that is why Jeff sent the link in his post.

    I am nowhere near an expert in either VB (well, maybe VBDOS 1.0!) or Stamp programming. But, I will be glad to share whatever I have with you. NOTE: To date, all I have ever done is expand the gamepad GUI a bit to test a bunch of the controls and make VB turn two LEDs on and off (not blink, mind you!) via Bluetooth. I am quite proud of myself because no one else is.

    Good luck!

    --Bill

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    You are what you write.
  • stamptrolstamptrol Posts: 1,731
    edited 2008-09-15 12:10
    · Here's another option from a year or so ago.

    ·· It will give you a standalone gui and some sample programs for the Stamp.

    · http://www.siskconsult.com/Quicktrol/QT_V1_B2_contest.zip·· (read the Word file after unzipping)

    ·· More great work by unsoundcode.

    · Cheers


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Tom Sisk

    http://www.siskconsult.com


    Post Edited (stamptrol) : 9/15/2008 12:16:48 PM GMT
  • maadmaad Posts: 28
    edited 2008-09-15 17:53
    Im gonna try to build the interface asap and post the code in here, thank you all
Sign In or Register to comment.