I've tried all the of the different AmbiBox outputs, most of them sent data down the COM port but Espruino still only receives the same unreadable text.
I saw this pattern that appear to be the beginning of each line but I'm not sure how to use that to split up the data and then decode it.
Ada\x00\x03V
I again tried the example here http://www.espruino.com/USART using this new line breaker but it is still unreadable:
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.
I've tried all the of the different AmbiBox outputs, most of them sent data down the COM port but Espruino still only receives the same unreadable text.
I saw this pattern that appear to be the beginning of each line but I'm not sure how to use that to split up the data and then decode it.
I again tried the example here http://www.espruino.com/USART using this new line breaker but it is still unreadable:
I'm not sure why to try next?