Amazing :) That totaly solved the issue, thanks !
var id = 1; Serial1.setup(9600, { tx: B6, rx: B7}); Serial1.write([0x7E,0xFF,0x06,0x03,0x00,0x00,id,0xEF]);
@SamaelS. started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Amazing :)
That totaly solved the issue, thanks !