PDA

View Full Version : Small terminal program


David Chua
11-06-2006, 12:17 AM
Hi Guys,

I've created a small terminal program mainly to use the Serial port on my Axim x51v machine. The program uses multi-form, the main program and setup program.

You can send and receive data from serial port (com1) in ASCII mode, in addition, you can also display the incoming data in "Hex" mode. Yet to implement transmitting "Hex" data (need more time).

I've attach the full program in this message but, I'll not be responsible for any outcome on using this code. However, I welcome discussion on this topic.

The zip file contain:
term.prj (the main project file)
term.ppl (the main program)
SetComm.frm (the form for SetComm)
SetComm.ppl (generated from SetComm.frm)
The code only tested on Axim a51v.

Cheers.
[br]1162772263_33_FT0_term.zip

kornalius
11-06-2006, 06:03 PM
Great work David.

The community will greatly appreciate your contribution.

Solonn
11-08-2006, 09:00 AM
Downloaded! I'm going to try it within a couple of days. I hope to try this on x51v (great machine!) and on ipaq rx3715; after the test I'll post results.