Shop OBEX P1 Docs P2 Docs Learn Events
BS1 to CP — Parallax Forums

BS1 to CP

ArchiverArchiver Posts: 46,084
edited 2001-09-30 20:04 in General Discussion
All this info is great...

How do I transmit data from my bs1 to my cp? That is the only way I
have of displaying an 8-bit binary number. But I have no idea where
to begin (debug?).....any help would be appreciated.

One more thing, I have a thermistor from Radio Shack, but it only
gives me the resistance-for-temperature in 5 degree increments.
Anyone know of a way I can read the EXACT temp Other Than creating an
environment of controlled temp and testing the thermistor in it? Are
there any other place that sell to individuals thermistors or the
like?

Thanks for your help everyone! This is really a great site....

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-09-30 20:04
    use this statement:

    DEBUG BIN8 variablename,CR

    This will output a single line of text with the value of the variable
    specified by variablename in binary format, with all 8 bits shown.

    Original Message


    > All this info is great...
    >
    > How do I transmit data from my bs1 to my cp? That is the only way I
    > have of displaying an 8-bit binary number. But I have no idea where
    > to begin (debug?).....any help would be appreciated.
Sign In or Register to comment.