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.
I build a Serial Tool for developing serial communication and custom protocols. Than I wish to share it with my friends and than there was a problem. Originally, Serial Tool was written in python v2.7 and pyqt4. My first windows distribution was created with py2exe with no problem. I followed simple online tutorial and voila, there it
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