Hello engineer .
when I upload the KBOX code gave me litters in serial monitor like that in attached photo .
and also IR code same letters . I don't know what's problem .
so what's error I made ?
please help .
check your code: Serial.begin(115200); but your serial monitor using 9600bps, change to 115200bps.
(05-06-2022, 12:48 AM)admin Wrote: [ -> ]check your code: Serial.begin(115200); but your serial monitor using 9600bps, change to 115200bps.
yes Engineer its okay after changing same you say.