Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
contacted manufacturer. default baud9600, one stop bit, no parity... which is what i was using. Will try and look with scope, but might take a while to get one to use...
I have conneced it all up, although when I read rx data, I only get, 00, as well as a framing error and overrun error, after a couple of reads. Also, that was after a lot of coaxing to get it to actually read uart1 instead of the default uart0...
It seems as though there is always one char available at startup (after entering main() ), even with the module unpowered (value also 00). Then, when I power the module, more become available (all 00, as mentioned). I tried in interrupt mode and polling mode.
...