Hans Wedemeyer
Joined: 15 Sep 2003 Posts: 226
|
Terminal Program for PocketPC |
Posted: Sat Dec 24, 2005 11:44 am |
|
|
I updated my Terminal Program for PocketPC, it now runs on
PocketPC 2003 (should be OK for Windows Mobile 5 also)
If anyone wants it it's free (i.e. as in free beer) for download...
http://hans-w.com
This version can connect to Bluetooth devices if they have Serial COM service, and regular hardware serial ports from COM1 through 26.
Baud rate up to 110 Baud to 460,800 (if the handheld device can handle it)
I wrote this to use with some of my PIC projects, and it's more oriented towards that rather than a terminal program for normal eveyday communications.
HEX and normal ASCII display.
It has the ability to save received data.
Ability to enter a value in ASCII and send it as binary i.e.
Handy when you need to send none ASCII values.
Example: Send a non ASCII value binary 0b11101010 (234), simply enter 234 and tap the Send as Binary button.
Received Byte counter. Handy to now how many bytes are returned by the PIC device for a given command. etc. etc.
Installation is simple: Copy the exe to the PocketPC. Thats it no fancy installation program.
Hans W |
|