Serial Comunication using prop.
John Board
Posts: 371
Hi everyone.
I haven't done much SPIN for quite a while, expecially with serial comms. Can anyone help me convert this to SPIN (Using the FullDuplexSerial) library:
Its not the pin and baud that I'm worried about, its more how to send a number of seperate bytes at once that I don't quite know how to do. Can anyone help?
I am aquanted how to set up the object, init it etc, its just sending the bytes.
Thanks,
John
I haven't done much SPIN for quite a while, expecially with serial comms. Can anyone help me convert this to SPIN (Using the FullDuplexSerial) library:
SEROUT 5, 84, [$80,2,2]
Its not the pin and baud that I'm worried about, its more how to send a number of seperate bytes at once that I don't quite know how to do. Can anyone help?
I am aquanted how to set up the object, init it etc, its just sending the bytes.
Thanks,
John
Comments