Thread: RDM on Arduino
View Single Post
Old February 10th, 2016   #5
ericthegeek
Task Group Member
 
Join Date: Aug 2008
Posts: 375
Default

We'd need a *lot* more information about your setup before we can provide any help. There are many different ways you can implement an RDM Responder in software, and the software architecture is usually different for every implementer.

Interrupt Drive vs. Polled
RTOS vs. Bare Metal
Byte-by-Byte vs. Que-and-Evaluate
etc.

There's no one way to do it.

What have you implemented so far? What's working, and what's not working? What tools are you using to debug?

Most implementations start with the ability to receive a packet and validate the checksum. Once you see a valid packet in memory, you can than work out how to respond.
ericthegeek is offline   Reply With Quote