Hello,
When I try to setup a serial port this board hangs with espruino. I have two boards which has the same problem.
I have used this commands
Serial1.setup(9600,{rx:B7,tx:B6}); Serial2.setup(9600,{rx:B7,tx:B6}); Serial3.setup(9600); Serial2.setup(9600); etc...
all those commands hangs the board, board doesn't response any more. I have tried those binaries
espruino_1v80_stm32vldiscovery.bin espruino_1v91_stm32vldiscovery.bin espruino_1v92_stm32vldiscovery.bin espruino_1v93_stm32vldiscovery.bin
Am I doing some thing wrong?
@fobus 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.
Hello,
When I try to setup a serial port this board hangs with espruino. I have two boards which has the same problem.
I have used this commands
Serial1.setup(9600,{rx:B7,tx:B6});
Serial2.setup(9600,{rx:B7,tx:B6});
Serial3.setup(9600);
Serial2.setup(9600);
etc...
all those commands hangs the board, board doesn't response any more. I have tried those binaries
espruino_1v80_stm32vldiscovery.bin
espruino_1v91_stm32vldiscovery.bin
espruino_1v92_stm32vldiscovery.bin
espruino_1v93_stm32vldiscovery.bin
Am I doing some thing wrong?