PDA

View Full Version : Read Sensor Temperature and Modbus Protocol



photovoltaico
7th August 2009, 08:16
Hello, I'm a newbie from Qt.

I wanto to envelop only a shell version-software that logging data from sensor box and other instruments. They comunicate whit :
- serial protocol
- modbus rtu protocol.
- I use embedded solution of Qt.

About that, Qt is under GPL license? WHere I can download it?
WHat is the best guide about it?

Also, about serial and modbus protocol where I can find an example that implement it?

About datalogging exist in Qt function that implement solutions for datalogging embedded system?

I think that Qt is the best solution for this problem!

yogeshgokul
7th August 2009, 08:32
I wanto to envelop only a shell version-software that logging data from sensor box and other instruments.
No probs, go with Qt console application.



About that, Qt is under GPL license? WHere I can download it?

From right here (http://www.qtsoftware.com/downloads).



WHat is the best guide about it?

Qt assistant. You will find this in download. Or right here (http://doc.trolltech.com/).


Also, about serial and modbus protocol where I can find an example that implement it?

take a look here (http://www.qtcentre.org/forum/f-general-programming-9/t-modbus-qextserialport-and-qtimer-11182.html).



About datalogging exist in Qt function that implement solutions for datalogging embedded system?
Yes, they are available.