Shop OBEX P1 Docs P2 Docs Learn Events
Can you control scribbler 2 with serial or com ports? — Parallax Forums

Can you control scribbler 2 with serial or com ports?

JordanVJordanV Posts: 4
edited 2013-09-17 15:41 in Robotics
Can you control scribbler 2 with serial or com ports? Like write a VB program to control the motors ?

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2013-09-17 09:25
    Combined with the information from your previous post, yes, you could do that over a wireless link. You need only modify your program to look for data on the serial port and make decisions based on the information received. Likewise, you could also send out information to the serial port to be sent back to the PC, such as telemetry. I hope this helps.
  • Ken GraceyKen Gracey Posts: 7,387
    edited 2013-09-17 15:41
    Also take a look at this http://www.betterbots.com Fluke which is used in Georgia Tech's program to control the S2.

    Even better, you could use an XBee on the S2 and a XBee on USB Adapter on the computer. For these options you'd be writing your own code instead of using the GUI.
Sign In or Register to comment.