Serial Tool

Python to .exe

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

Uncategorized, , , , , , , ,

Serial Tool

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

Uncategorized, , , , , , , ,