home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / comm / PILOTTER / PALMTERM.TXT < prev    next >
Encoding:
Text File  |  1997-03-03  |  1.9 KB  |  46 lines

  1.             PalmTerm Terminal - Version 0.0b
  2.                Written by Dale Gass
  3.                 dale@ra.isisnet.com
  4.  
  5. This is a very preliminary version of a terminal program, written with Jump
  6. (Java for the Pilot).  It's a somewhat more traditional terminal program
  7. than others I've seen for the Pilot (where you enter text into a field
  8. and press Send).  This one sends characters as you enter them.
  9.  
  10. It achieves a 40x24 terminal display, by using it's own 3x5 font, which I
  11. think is quite readable, even for lower case characters.  There is a menu
  12. choice for displaying the character set.
  13.  
  14. For sending characters, the carriage-return stroke generates a CR (13)
  15. character, and a "next field" stroke (down and then up again) generates
  16. a LF (10) character.
  17.  
  18. There are only a few controls in this version:
  19.  
  20. Online - Opens the serial line, sends any characters you enter, and displays
  21.      any received characters.  Leaving this mode on will suck batteries.
  22.  
  23. Echo   - Echos any entered characters to the display.  This is handy for
  24.      playing with the program while not online (and not draining
  25.      batteries).  If you turn on echo, can you see how the character
  26.      set looks by entering text.  Use the new line stroke to go to
  27.      the beginning of the line, and a "next field" stroke to move the
  28.      cursor to the next line.
  29.  
  30. Baud   - Sets the baud rate
  31.  
  32. Flow   - Turns hardare (CTS/RTS) flow control on or off.
  33.  
  34. There seems to be a problem when receiving a lot of text at high speeds.
  35. It's almost as if the flow control isn't working right.  (It might also
  36. be a bug in HyperTerminal, which I was testing it with.)  I need to do some
  37. more testing to determine the problem.
  38.  
  39. Planned future improvements:
  40.  
  41. - Further tweaks to the font, for improved readability
  42. - Control of more serial settings
  43. - Better status display
  44. - Elapsed online time display
  45. - Terminal emulation (probably a very minimal VT-100/ANSI subset)
  46.