My last idea to write console application using pdCurses library wasn’t too good 🙂 PdCurses on windows doesn’t provide classes to handle events, in fact it is missing many features that are available on Unix systems (like menu library). So many things should be written by me, so I decided to change libraries again 🙂

I choosed wxWidgets library, it is free even for commercial purpose and it is cross platform. It has very good documentation and examples as well. Binaries are available on the project website so it should be much easier for me to develop an application with those all framework classes.

I didn’t have lately too much time for programming, but I wrote something already. I wrote a little application that uses boost for communicating with serial device/devices. Right now it can communicate only when user will write a command, but I am going to develop the app for independent gathering information from microcotrollers connected to RS485.

Leave a Reply