Shop OBEX P1 Docs P2 Docs Learn Events
Parallax Serial Terminal - Copy/Version — Parallax Forums

Parallax Serial Terminal - Copy/Version

bill190bill190 Posts: 769
edited 2010-10-18 05:12 in General Discussion
The following is "low priority" so far as I am concerned, but eventually any or all of the following would be nice...

With Parallax Serial Terminal, you can highlight text, then ^c to copy...

It would be nice if you could right click and copy as well.

Also it would be nice if you could log output to a .txt file.

Then I don't see any version number anywhere on Parallax Serial Terminal. That would be nice (then if it was modified in the future, you could tell the newer versions from the older versions).

Comments

  • John AbshierJohn Abshier Posts: 1,116
    edited 2010-09-15 07:45
    I would like a select all button.

    John Abshier
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-09-15 08:29
    I'll second the "select all" (Ctrl-A). I can't count the number of times I've wished that feature were available.

    -Phil
  • Jeff MartinJeff Martin Posts: 760
    edited 2010-09-15 13:46
    Thanks for the suggestions. All items have been noted for the next release.
  • Invent-O-DocInvent-O-Doc Posts: 768
    edited 2010-09-24 13:28
    I would like the serial terminal to auto enable after programming, so I don't have to rush to the enable button or build delays in my programs to anticipate this. Thanks!
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-09-24 17:56
    You can click "Enable" while your program is still uploading. The PST will wait until uploading is finished before reconnecting. (This is easier for EEPROM loads than for RAM loads.)

    Additional items on my wish list:

    1. A "one touch" Reset button, so I don't have check, then uncheck DTR to reset the chip.

    2. Enable the Clear button all the time, even when the terminal is not connected.

    -Phil
  • John R.John R. Posts: 1,376
    edited 2010-09-25 16:53
    You can click "Enable" while your program is still uploading. The PST will wait until uploading is finished before reconnecting. (This is easier for EEPROM loads than for RAM loads.)

    I've taken to putting a "waitcnt(clkfreq *2 + cnt)" line in at the start of the program to make sure I have to "enable" the PST. It just becomes one more line to comment out when you're done debugging.

    Now if only we had #ifdef, then we wouldn't have to go through all this commenting and un-commenting...

    #define DBGMode 'or #UNDEFINE DBGMode

    #ifdef DBGMode
    waitcnt(clkfreq * 2 _ cnt)
    PST.Start
    ...
    #endifdef


    John R.
  • mparkmpark Posts: 1,305
    edited 2010-10-16 23:38
    You can click "Enable" while your program is still uploading. The PST will wait until uploading is finished before reconnecting. (This is easier for EEPROM loads than for RAM loads.)

    Additional items on my wish list:

    1. A "one touch" Reset button, so I don't have check, then uncheck DTR to reset the chip.

    Ctrl-click toggles DTR. Don't know if that counts as one touch, though.

    I second Invent-O-Doc's request for auto-enable. Having to click Enable is just an unnecessary pain.

    But what I could really use right now is a way to paste text or send a file through PST.
  • max72max72 Posts: 1,155
    edited 2010-10-18 05:12
    BST has auto enable and can save to text file the terminal contents.

    Massimo
Sign In or Register to comment.