Serial Tool v2
Serial Tool v2 released! Awesome new features that every developer need while interfacing with serial communication.
Serial Tool v2 released! Awesome new features that every developer need while interfacing with serial communication.
By now almost all of my projects included some sort of communication with PC, mostly with external USB-UART bridge chip like MCP2200 or CP210x. Although this devices were mostly prototypes and/or single products, such approach added unwanted costs and since almost all uC that I used already have USB peripheral embedded, there is no excuse not
So far, the communication was the hardest part of every project I was part of. I already did a tool to ease debugging and creating an aplication layer, but still, the hard part was to correctly receive all bytes and in case of error, recover or retry. I tried a lot of things, but none
This is an outdated post. For the lates windows release and source code, please visit Serial Tool on GitHub. While developing embeded electronic devices, I always have problems with the same thing: how to establish a communication and send/receive some data with a custom predefined protocol. I use UART in almost all my projects, but