Hi,
I am using QT3 on Fedora8 and need to receive an UDP datagram which contains a temperature reading from a remote device. The received UDP datagram payload data is in the following ASCII form: 3032332E38313235 which is a character string representing a temperature like 023.8125 and that's it. I'm currently able to receive the data and display the four characters after the decimal point and am thinking this is a simple "type" problem.

Does anyone have a simple QT3 example to receive this data and display in a GUI and save the same data to a file?

Thanks for any help getting me around this problem.
Mark