Problem I’m using a Telit GE864-GPS modem, which runs a dialect of Python 1.5.2. The Python module has access to […]
Tag: serial-port
Dynamic length binary data parsing
Problem I am currently writing code for a UART communication in my firmware. I am getting an interrupt every byte […]
Serial port data plotter in PyQt
Problem I am rather new in GUI programming and multi-threading apps. It is just a serial port monitor which plot […]
SerialPort class for a library
Problem I’ve been working a lot recently with SerialPort in C# and I’ve come up with the following class as […]
Async SerialPort Wrapper
Problem I’ve been working with the SerialPort class for a while, trying to figure out the best way to work […]
Reading range sensor data from one Serial Port and writing output to another
Problem I’m reading range/distance sensor data from one Serial Port, decoding it and then transmitting it to a secondary device […]
Arduino serial data input output
Problem I have created an Arduino sketch that I am using to send and receive data via serial. It works […]
Programming Principles – Reading/writing from/to a Mifare card
Problem Consider the following class (I’ve stripped XML doc for the sake of simplicity), which does several and slightly different […]
A library that reads incoming scale data from USB
Problem I made a simple C# library which detects incoming data from 1 or 2 scales plugged into a computer’s […]
Serial-data read buffer handling
Problem This is a follow-up to yesterday’s codereview-question about reading serial data and parsing it. The code below is run […]
- 1
- 2