kh90909 / OakTerm

Serial terminal for the Digistump Oak over the Particle Cloud
8 stars 2 forks source link

Timestamps on terminal events? #31

Closed emcniece closed 8 years ago

emcniece commented 8 years ago

An idea at one point was to add the published_at time to the terminal readout. Is this a good idea?

emcniece commented 8 years ago

It would also be nice to see the time of the last time a variable was read.

kh90909 commented 8 years ago

Sorry, meant to reply to this.

Definitely in favor of timestamps. Only request is that they can be disabled, because I often write data to a terminal in several print statements within a loop (e.g. dumping a 2d array). Timestamps, and the line breaks they'd require, would mess up this use case. On Apr 7, 2016 12:45 AM, "Eric McNiece" notifications@github.com wrote:

It would also be nice to see the time of the last time a variable was read.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/kh90909/OakTerm/issues/31#issuecomment-206694101

emcniece commented 8 years ago

Yep, let's make timestamps an option.

kh90909 commented 8 years ago

Resolved with #57.