ajsik
Newbie level 3
- Joined
- Aug 13, 2004
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Ostrava, Czech Republic
- Activity points
- 47
wininterface
I am working on some project, measuring termocouples. The device itself doesn't have any buttons or display. And there are a lot of values to be setuped. So i need to do some GUI in Windows (98 or higher) which will be used to setup the device.
The HW of device has a rs232 line and I work in Ansi C on 8051 and on PC side in Delphi 5.0 + Comport library (by winsoft.sk).
I need it, to be stable, crc enhanced , line fault detection, etc...
I do some rountines but it is not stable and do many errors when you work like "normal user" (no comm closing, cable unplug without comm closing etc... you know :? ).
If you have any experiencies, please give me some advice, about this. Any protocol, or way how to manage the communication ... I ll do rountines but i dont have any imagination how to manage comm ... thanks
I am working on some project, measuring termocouples. The device itself doesn't have any buttons or display. And there are a lot of values to be setuped. So i need to do some GUI in Windows (98 or higher) which will be used to setup the device.
The HW of device has a rs232 line and I work in Ansi C on 8051 and on PC side in Delphi 5.0 + Comport library (by winsoft.sk).
I need it, to be stable, crc enhanced , line fault detection, etc...
I do some rountines but it is not stable and do many errors when you work like "normal user" (no comm closing, cable unplug without comm closing etc... you know :? ).
If you have any experiencies, please give me some advice, about this. Any protocol, or way how to manage the communication ... I ll do rountines but i dont have any imagination how to manage comm ... thanks