Shop OBEX P1 Docs P2 Docs Learn Events
BS2SX Carrier Board Comm — Parallax Forums

BS2SX Carrier Board Comm

ArchiverArchiver Posts: 46,084
edited 2002-08-26 14:56 in General Discussion
Jim,

I have read the doc and I see where it talks about the carrier
board. It says:

The connector is wired to allow both programming and run-time serial
communication (unless you are using the Stamp2 Carrier Board which is
designed for programming).

It is talking only about the built-in serial port (SIN/SOUT - port
16). You can use ports 0-15 on the carrier board to communicate with
any device asynchronously, including a PC. What the doc is really
saying is that you can use the Basic Stamp's "special" serial port
(16) for communications as well as the "normal" ports (0-15), except
for on the Carrier Board.

You may already know this, but when connecting your BS2SX to the PC
you must have some kind of level-shifting circuit as an interface
inbetween the PC and the stamp. The PC's RS-232 port uses 12 volts
and the stamp communicates using 5 volts. The MAX232 is a great chip
that you can use for this purpose. Also, the signals from the PC are
inverted. Just so you know.

-Dustin

--- In basicstamps@y..., "jamesryfler" <jamesryfler@y...> wrote:
> Thanks for all your help regarding the programming languages.
>
>
> I guess I should have expressed myself better.......
> I know its possible to talk to the bs2 chip from the Pc. My query
> relates to the actual boards provided by parallax.
> What I meant was , is it possible to serially communicate with the
> basic stamp 2-sx chip inserted into the standard parallax basic
stamp
> 2 carrier board from the PC ? The parallax docs(specifically the
> basic stamp 2.0 manual -- please see the entry for serin and
serout)
> say that serin and serout can only be used for programming and not
> runtime communication with the basic stamp 2 carrier board(unlike
> other boards eg the super carrier board which permits both).
>
> Has anyone here serially communicated data to the basic stamp 2 on
> the **bs2-carrier board** from a program on the PC?
>
> I just need someone to reassure me on this. Its for my thesis.
> Greatly appreciate any help,
>
> Thanks,
>
> Jim
Sign In or Register to comment.