Shop OBEX P1 Docs P2 Docs Learn Events
bob3 code I''m using — Parallax Forums

bob3 code I''m using

ArchiverArchiver Posts: 46,084
edited 2003-07-03 18:59 in General Discussion
Dear Sam,\
had same problem a while back with the BOB devices and can't find the
notes on how I corrected it, but I remember calling the company and they
knew the answer right away. it had something to do with adding more grounds
and the baud rate, but can;t find the notes. That's one of the reasons I
use the Intuitive circuits board as it a little bit more user friendly.
Sorry I couldn;to find the notes, but call the company like I did and they
know about this problem
mike m
Original Message
From: "Sam" <hard-on@t...>
To: <basicstamps@yahoogroups.com>
Sent: Thursday, July 03, 2003 11:22 AM
Subject: [noparse][[/noparse]basicstamps] bob3 code I'm using


> 'bob-III video overwrite code:
> bobInput con 4 '<--goes to data input pin on the bob
> boboutput con 3 '<--goes to data out pin on the bob
> bobbaud con 16624
> 'bobbaud con 24816
> 'bobbaud con 240 '<--bs2sx 9600 true
> xcoord con 5
> ycoord con 5
> leevar var byte(20)
> 'leevar = 0
>
> clrscrn:
> debug "printing now",cr
> serout bobinput, bobbaud, [noparse][[/noparse]"{T0",$1B, "{A17"]
> 'clears screen and returns cursor to start position
>
> serout bobinput, bobbaud, [noparse][[/noparse]"{C0505","{U1","{D0"]
> 'sets cursor position
>
> 'serout bobinput, bobbaud, [noparse][[/noparse]"{S"]
> 'serout bobinput, bobbaud, [noparse][[/noparse]"{R"]
> serout bobinput, bobbaud, [noparse][[/noparse]"U0"]
>
> serin boboutput, bobbaud, [noparse][[/noparse]wait("?")]
>
> debug "got response",cr
> pause 1000
> serout bobinput, bobbaud, [noparse][[/noparse]"hi1"]
> pause 500
> serout bobinput, bobbaud, [noparse][[/noparse]"hi2"]
> 'pause 500
> goto clrscrn
>
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
Sign In or Register to comment.