You need a communications protocol But isn’t RS-232 our communications protocol? Well, it is the communications transport layer. If you read through the code you will see I set the…
Raspberry Pi
Raspberry Qt – Part 9
Making the serial port actually work By default your Pi has a getty/mgetty process enabled. There are many out of date instructions about disabling it. Please pay attention to the…
Raspberry Qt – Part 8
Installing Qt on the Raspberry Pi Once again I will rant about the piecemeal convoluted expert friendly process of installing Qt 5.x. That becomes painfully obvious when you attempt to…
Raspberry Qt – Part 7
Finding the serial port There is one chunk of the code we really do need to discuss and that is the snippet of how the application chooses its serial port…
Raspberry Qt – Part 6
Logging information in Linux In the zip file you will notice logikallogger.cpp and its header file. This is a class I have written over and over through the years, even…