Shop OBEX P1 Docs P2 Docs Learn Events
Serial Output not working — Parallax Forums

Serial Output not working

metron9metron9 Posts: 1,100
edited 2006-08-16 03:25 in BASIC Stamp
While waiting for my sx package i thought i would fire up the basic stamp with some midi programming.
testing for serial output i get nothing it worked before. attached scope output from code below.

What should I try next?



DEBUG "sending..."
HIGH 14
LOW 14
SEROUT 14,$8000+12,[noparse][[/noparse]$C0,0]
SEROUT 14,$8000+12,[noparse][[/noparse]$90,60,$7F,64,$7F,55,$7F]
HIGH 14
LOW 14
END


▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think outside the BOX!
1218 x 621 - 181K

Comments

  • Kevin WoodKevin Wood Posts: 1,266
    edited 2006-08-16 03:25
    What do you have connected to pin 14?
  • metron9metron9 Posts: 1,100
    edited 2006-08-16 03:25
    Nevermind, It is working now. I did not have a female midi jack so I used a male one to connect directly to my roland sound modual and I had the pins backwards. It must have made the stamp mad for a little while....

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Think outside the BOX!
Sign In or Register to comment.