namexx
1
Hi guys! I’m using this node “node-red-contrib-i2c“
But I need write multiples bytes and this node only allow write 1 byte.
The message what need send is the next:
I Start|Address Write| data byte 0| data byte 1|… |stop|
How can do this?
Thanks!
ghayne
2
The node documentation says:
This node will send a given String/array/buffer to a given device.
Try sending an array.
1 Like
system
Closed
3
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.