communication

STM32 USB CDC

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

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, , , , , , , ,