Shop OBEX P1 Docs P2 Docs Learn Events
BS2PX24 Problem — Parallax Forums

BS2PX24 Problem

GuidoGuido Posts: 195
edited 2007-07-17 11:50 in BASIC Stamp
I have been playing with a new BS2PX24 that I got from Parallax. I am having problems with the attached program working. Seems it does not like the Baud Statement and everything thing I have tried comes back with a time out Error. The program works great with a PE? Any Help would be appreciated
Guido

Comments

  • FranklinFranklin Posts: 4,747
    edited 2007-07-16 00:16
    In your case statement at the top you don't have a case for the px but that is what you specified.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • GuidoGuido Posts: 195
    edited 2007-07-17 10:20
    Franklin,

    You are right, but when I download this program to the PX it is there. It will error out on all the serout Commands?
  • stamptrolstamptrol Posts: 1,731
    edited 2007-07-17 11:50
    Guido,

    The point being made is that the BS2px uses different settings for baud:

    #CASE BS2PX
    T1200 CON 3313
    T2400 CON 1646
    T4800 CON 813
    T9600 CON 396
    T19K2 CON 188
    T38K4 CON 84


    Also, I see the extension on the filename is .bs2, which may or may not cause a problem.

    Cheers,

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

    http://www.siskconsult.com
    ·
Sign In or Register to comment.