Serial Output not working
metron9
Posts: 1,100
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?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think outside the BOX!
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!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think outside the BOX!