Shop OBEX P1 Docs P2 Docs Learn Events
Initialize AppMod Audio with BS1 — Parallax Forums

Initialize AppMod Audio with BS1

ArchiverArchiver Posts: 46,084
edited 2002-12-05 13:44 in General Discussion
I tried the BS2 code:
serout 4,188+$8000,[noparse][[/noparse]"!SM0I"]
then did ALT R to run it .... error

Is this only for BS2?
Will it not run on BS1?

I connected data 4 to data 4 (sio) on AppMod


Many thanks

Jim Chamberlain

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-12-05 07:33
    At 06:20 AM 12/5/02 +0000, you wrote:
    >I tried the BS2 code:
    >serout 4,188+$8000,[noparse][[/noparse]"!SM0I"]
    >then did ALT R to run it .... error
    >
    >Is this only for BS2?
    >Will it not run on BS1?
    >
    >I connected data 4 to data 4 (sio) on AppMod
    >
    >
    >Many thanks
    >
    >Jim Chamberlain
    >
    >Jim -

    Chances are good that you'll have to change the BAUDMODE parameter to
    run a BS-2 program on a BS-1, unless you've done so already. I don't have
    my manual handy to check it.

    Regards,

    Bruce Bates
  • ArchiverArchiver Posts: 46,084
    edited 2002-12-05 13:44
    You are, indeed, using BS2 syntax. For the BS1, you might try this:

    SEROUT 4, OT2400, "!SM0I"

    -- Jon Williams
    -- Parallax


    In a message dated 12/5/02 1:01:42 AM Central Standard Time,
    jim_chamberlain@h... writes:


    > I tried the BS2 code:
    > serout 4,188+$8000,[noparse][[/noparse]"!SM0I"]
    > then did ALT R to run it .... error
    >
    > Is this only for BS2?
    > Will it not run on BS1?
    >
    > I connected data 4 to data 4 (sio) on AppMod
    >
    >
    > Many thanks
    >
    > Jim Chamberlain
    >




    [noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.