Hi I am trying to use Serial-4 and Serial-5 when i am trying this i am getting error like this ...
Uncaught Error: Field or method does not already exist, and can't create it on undefined at line 1 col 8 Serial4.setup(9600); ^ =undefined
Uncaught Error: Field or method does not already exist, and can't create it on undefined at line 1 col 8 Serial4.setup(9600);
^
=undefined
In the firmware... i have modified
#define USARTS 3 to #define USARTS 5 Still i am getting error ....
any suggestions
@Vishnu 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.
Hi I am trying to use Serial-4 and Serial-5 when i am trying this i am getting error like this ...
In the firmware... i have modified
#define USARTS 3
to
#define USARTS 5
Still i am getting error ....
any suggestions