Menu

#49 Show data from each side on a separate line in monitor mode

V3.0.0.44
awaiting-testing
None
5
2018-04-06
2017-10-21
No

'm using RealTerm in monitor mode with binary data and I'd like to know if there's a way to show the data from each side on a separate line. That would make things a lot easier to read. Thanks.

Related

Feature Requests: #49

Discussion

  • Simon Bridger

    Simon Bridger - 2017-10-21

    I am imagining that when either side gets a char, the other line has a space, so that the order of RX/TX remains obvious: thus:

    TX  TX  TX
      RX  RX  RX
    
     

    Last edit: Simon Bridger 2017-10-21
  • Lee Thalblum

    Lee Thalblum - 2017-10-22

    I've used data monitors (both separate units and PC based) for quite
    a while (several decades, in fact). I've seen displays like you
    suggested, and also like:

    TX Data
    Rx Data
    Tx Data
    etc.

    i.e. on separate lines. I've found for short data packets
    interleaving as you suggested works fine. On longer data packets,
    it's easier to read when they're on separate lines. Just my opinion.

    At 07:27 PM 10/21/2017, you wrote:

    I am imagining that when either side gets a char, the other line has
    a space, so that the order of RX/TX remains obvious: thus:

    TX Sends this TX something else TX
    RX Replies RX abcd RX
    https://sourceforge.net/p/realterm/feature-requests/49/[feature-requests:#49]
    Show data from each side on a separate line in monitor mode

    Status: open In Version: Next Release (example) Created: Sat Oct 21,
    2017 12:52 PM UTC by Lee Thalblum Last Updated: Sat Oct 21, 2017
    12:52 PM UTC Owner: Simon Bridger

    'm using RealTerm in monitor mode with binary data and I'd like to
    know if there's a way to show the data from each side on a separate
    line. That would make things a lot easier to read. Thanks.

    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/realterm/feature-requests/49/https://sourceforge.net/p/realterm/feature-requests/49/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/https://sourceforge.net/auth/subscriptions/

     

    Related

    Feature Requests: #49

  • Simon Bridger

    Simon Bridger - 2017-10-22

    What I was meaning is: in the case that RX and TX are on spearate lines, then pad them with spaces so that the interleaving is still apparent.

    This then begs the question about what the newline condition is? Is this text data with NL or binary data? What DisplayAs modes are you using?

     
  • Simon Bridger

    Simon Bridger - 2017-10-22

    I should point out that whereas it is probably a lot of work* to change the terminal component to have an interleaved two line mode, on the other hand, making monitor mode change to a newline at any direction change RX<>TX would be relatively easy to implement.

    *(The terminal component is a library, and I find the code mindbending)

     
  • Lee Thalblum

    Lee Thalblum - 2017-10-23

    I'm working with binary data. And I've worked with several data
    scopes in the past (I remember several HP datascopes) that did what
    you're describing. At the end of the screen both lines wrapped around
    to the next line (or with a separating blank line).

    At 06:20 PM 10/22/2017, you wrote:

    What I was meaning is: in the case that RX and TX are on spearate
    lines, then pad them with spaces so that the interleaving is still apparent.

    This then begs the question about what the newline condition is? Is
    this text data with NL or binary data? What DisplayAs modes are you using?

    https://sourceforge.net/p/realterm/feature-requests/49/[feature-requests:#49]
    Show data from each side on a separate line in monitor mode

    Status: open In Version: Next Release (example) Created: Sat Oct 21,
    2017 12:52 PM UTC by Lee Thalblum Last Updated: Sat Oct 21, 2017
    11:27 PM UTC Owner: Simon Bridger

    'm using RealTerm in monitor mode with binary data and I'd like to
    know if there's a way to show the data from each side on a separate
    line. That would make things a lot easier to read. Thanks.

    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/realterm/feature-requests/49/https://sourceforge.net/p/realterm/feature-requests/49/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/https://sourceforge.net/auth/subscriptions/

     

    Related

    Feature Requests: #49

  • Lee Thalblum

    Lee Thalblum - 2017-10-23

    I'd go for the newline on direction change. As I originally
    mentioned, my problem, at least, was reading the data in larger
    binary data packets. Having each packet on a separate line would make
    things a lot easier. Thanks again forf looking into this.

    At 06:26 PM 10/22/2017, you wrote:

    I should point out that whereas it is probably a lot of work* to
    change the terminal component to have an interleaved two line mode,
    on the other hand, making monitor mode change to a newline at any
    direction change RX<>TX would be relatively easy to implement.

    *(The terminal component is a library, and I find the code mindbending)

    https://sourceforge.net/p/realterm/feature-requests/49/[feature-requests:#49]
    Show data from each side on a separate line in monitor mode

    Status: open In Version: Next Release (example) Created: Sat Oct 21,
    2017 12:52 PM UTC by Lee Thalblum Last Updated: Sun Oct 22, 2017
    10:20 PM UTC Owner: Simon Bridger

    'm using RealTerm in monitor mode with binary data and I'd like to
    know if there's a way to show the data from each side on a separate
    line. That would make things a lot easier to read. Thanks.

    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/realterm/feature-requests/49/https://sourceforge.net/p/realterm/feature-requests/49/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/https://sourceforge.net/auth/subscriptions/

     

    Related

    Feature Requests: #49

  • Simon Bridger

    Simon Bridger - 2017-10-25
    • status: open --> awaiting-testing
     
  • Simon Bridger

    Simon Bridger - 2017-10-25

    3.0.1.44 has newline-on-direction change
    Please test it.

     
  • Lee Thalblum

    Lee Thalblum - 2017-11-02

    I tested 3.0.1.44 for a couple of days of reasonably heavy use. Works as expected, I didn't find any problems.

     
  • Lee Thalblum

    Lee Thalblum - 2017-11-03

    Working witgh 3.0.1.44 I found that in monitor mode the Freeze button doesn't seem to work any more. The screen kept scrolling even after I clicked the freeze button.

     
  • Simon Bridger

    Simon Bridger - 2017-11-05

    When did it last work?
    Looking in the source it seems it stopped working well before 2.0.0.70

    I can't find the change in the tpapro library that did it,

     
  • Simon Bridger

    Simon Bridger - 2018-04-06
    • In Version: Next Release (example) --> 3.0.0.44
     

Log in to post a comment.

MongoDB Logo MongoDB