score icon indicating copy to clipboard operation
score copied to clipboard

Send messages from within "onMessage" function

Open thibaudk opened this issue 3 years ago • 2 comments

For specific serial communication, a bite needs to be send back to the device every time a message is received. Wondering how this can be done, preferably without going through a parameter in the tree.

thibaudk avatar Mar 09 '22 09:03 thibaudk

do you have an example of such a device to try something? it it always going to be for instance some fixed "feedback" message ? if so, i'd add a receiveFeedback: [0xFF, 0xAB] or something like that to the serial object

jcelerier avatar Apr 09 '25 17:04 jcelerier

up :)

jcelerier avatar May 27 '25 02:05 jcelerier