scratch pad this
nick bernard
Posts: 329
hail you guys,
how can i serially tx 48 bytes stored in scratch pad ram on my bs2p to another bs2p waiting for a string header + 48 bytes....
i know this doesnt work....
SEROUT REM_SER,bd,[noparse][[/noparse]"$APS",SPSTR 48]
any help
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life
how can i serially tx 48 bytes stored in scratch pad ram on my bs2p to another bs2p waiting for a string header + 48 bytes....
i know this doesnt work....
SEROUT REM_SER,bd,[noparse][[/noparse]"$APS",SPSTR 48]
any help
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life
Comments
"your StringHeader"
FOR n=0 TO 47
GET n,Value
SEROUT pin,baud,[noparse][[/noparse]Value]
NEXT
Should do the job,
Klaus
do you ever get any trouble nesting serial statements in loops?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
thats awesome thx for the input you guys
ROX ON!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life