serial2begin 115200
then serial2println xxxx
Explore... Chat... Share...
Moderator: Mmiscool
serial2begin 9600
delay 500
serial2println chr(126) & chr(2) & chr(12) & chr(239) 'Reset the JQ6500
button "Play" [play]
button "Pause" [pause]
button "<" [prev]
button ">" [next]
button "Vol -" [voldown]
button "Vol +" [volup]
[loop]
wait
[play]
serial2println chr(126) & chr(2) & chr(13) & chr(239)
goto [loop]
[pause]
serial2println chr(126) & chr(2) & chr(14) & chr(239)
goto [loop]
[prev]
serial2println chr(126) & chr(2) & chr(2) & chr(239)
goto [loop]
[next]
serial2println chr(126) & chr(2) & chr(1) & chr(239)
goto [loop]
[volup]
serial2println chr(126) & chr(2) & chr(4) & chr(239)
goto [loop]
[voldown]
serial2println chr(126) & chr(2) & chr(5) & chr(239)
goto [loop]
Thanks for sharing. Earlier I came across a tutori[…]
Thanks for all the help. PCB's arrived and works l[…]
We know SPI has some configurations. For example, […]
Some help wanted pointing me in the right directio[…]
Hi, I have the sample problem. Esp is online the w[…]
In case someone else comes looking for an answer i[…]
Project description: 1.CY8CKIT-059 is Master and E[…]
One cause of this is when the flash doesn't suppor[…]
This question was already once asked. The origin[…]
The exit status of 2 is just the standard error st[…]
Follow US on Twitter and get ESP8266 news and updates first.