Hello !
I'm trying to control a SerialMP3 board but each time I send a command my espruino WiFi is disconnected from the USB console
var id = 1;
Serial1.setup(9600);
Serial1.write([0x7E,0xFF,0x06,0x03,0x00,0x00,id,0xEF]);
Any idea ?
Search Options
Types to Display
Espruino
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.
Thanks again.
In fact I Added a"SoftwareSerial" TX function so that I can control several devices with one espruino . And it works amazingly well !