A quick serial logging application
Recently when debugging a device connected to a rs485 bus, I needed a simple application to dump the raw data coming over the rs485 bus. … Read More »A quick serial logging application
Recently when debugging a device connected to a rs485 bus, I needed a simple application to dump the raw data coming over the rs485 bus. … Read More »A quick serial logging application
The Python file object read() function acts a little differently than the standard read() found in C. This article describes some of these differences and… Read More »How to Optimize Python reads for general data
Interfacing with a RS232 serial device is a common task when using Python in embedded applications. The easiest way to get python talking to serial… Read More »Tips for reading a serial data stream in Python
As devices are increasingly more networked, an embedded web server is becoming a standard way for users to interact with and configure an embedded device… Read More »How to Implement a Web Application Framework in an Embedded Linux System