Quote
hey
if you take it slow it will be easy...
- do the button tutorial; this gets buttons working
- do the serial tutorial, sending a sting to request the ask to do something simple
- join the button code to the serial code
- find the serial code that will recognize responses from the device, if necessary.
Once you have one button sending one control code that does something, everything else will be easy.
If you don't need to read the device's response to commands, this will be especially an easy project.
With serial comms, the best thing to do is to build incrementally- - make sure one thing works, before you add another.
D
if you take it slow it will be easy...
- do the button tutorial; this gets buttons working
- do the serial tutorial, sending a sting to request the ask to do something simple
- join the button code to the serial code
- find the serial code that will recognize responses from the device, if necessary.
Once you have one button sending one control code that does something, everything else will be easy.
If you don't need to read the device's response to commands, this will be especially an easy project.
With serial comms, the best thing to do is to build incrementally- - make sure one thing works, before you add another.
D
True... unfortunately, I do need it to listen for the response, which should read "OK" or "ERR" (whatever). (in which case I want it to light up the Error LED.
Hence why this is above my current level of skill...