Simulated Baud Rate setting. #265

Open
opened 2015-10-13 18:02:50 +02:00 by madmongo1 · 8 comments
madmongo1 commented 2015-10-13 18:02:50 +02:00 (Migrated from github.com)

cool-retro-term is a beautiful piece of software, which adds fun and flavour to my day while programming.

Of course there are little niggles with it, but in a way that's part of the fun.

What this program needs, in order to become truly awesome, is the ability to set the BAUD RATE of its simulated CONNECTION to the mainframe or minicomputer (i.e. my Mac).

When I first started writing software it was over a 4800 baud serial connection to the computer in the next room. You could see the screen being redrawn character by character, savouring the glorious phosphor shadow of the cursor as it wrote.

Imagine how much more fun this terminal will be when the phosphor luminescence effect is amplified by the anticipation of watching the characters being written across the screen at 300 BAUD (30 characters per second).

Settings should be:
300 BAUD (30 CPS)
1200 BAUD (120 CPS)
2400 BAUD (240 CPS)
4800 BAUD (etc...)
9600
19200

Thanks for your time.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27379492-simulated-baud-rate-setting?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).
cool-retro-term is a beautiful piece of software, which adds fun and flavour to my day while programming. Of course there are little niggles with it, but in a way that's part of the fun. What this program needs, in order to become truly awesome, is the ability to set the BAUD RATE of its simulated CONNECTION to the mainframe or minicomputer (i.e. my Mac). When I first started writing software it was over a 4800 baud serial connection to the computer in the next room. You could see the screen being redrawn character by character, savouring the glorious phosphor shadow of the cursor as it wrote. Imagine how much more fun this terminal will be when the phosphor luminescence effect is amplified by the anticipation of watching the characters being written across the screen at 300 BAUD (30 characters per second). Settings should be: 300 BAUD (30 CPS) 1200 BAUD (120 CPS) 2400 BAUD (240 CPS) 4800 BAUD (etc...) 9600 19200 Thanks for your time. ## <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27379492-simulated-baud-rate-setting?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
texoft commented 2015-12-08 19:14:47 +01:00 (Migrated from github.com)

I'd like to see this feature too.

I'd like to see this feature too.
StygianBlues commented 2015-12-09 04:49:49 +01:00 (Migrated from github.com)

+1.

On Tue, Dec 8, 2015 at 1:14 PM, texoft notifications@github.com wrote:

I'd like to see this feature too.


Reply to this email directly or view it on GitHub
https://github.com/Swordfish90/cool-retro-term/issues/265#issuecomment-162966644
.

+1. On Tue, Dec 8, 2015 at 1:14 PM, texoft notifications@github.com wrote: > I'd like to see this feature too. > > — > Reply to this email directly or view it on GitHub > https://github.com/Swordfish90/cool-retro-term/issues/265#issuecomment-162966644 > .
mengstr commented 2015-12-09 04:58:01 +01:00 (Migrated from github.com)

👍 for this - it would increase the nostalgia factor a lot!

:+1: for this - it would increase the nostalgia factor a lot!
nikola3244 commented 2016-03-19 10:54:58 +01:00 (Migrated from github.com)

As a workaround, you can accomplish same thing by using pipe-viewer:
cat ~/log.txt | pv -L 30 -q
Replace 30 with CPS value and cat ~/log.txt with any command you want to use.

And this solution is compatible with all terminals.

As a workaround, you can accomplish same thing by using [pipe-viewer](http://www.ivarch.com/programs/pv.shtml): `cat ~/log.txt | pv -L 30 -q` Replace 30 with CPS value and `cat ~/log.txt` with any command you want to use. And this solution is compatible with all terminals.
cwross commented 2018-12-27 04:39:49 +01:00 (Migrated from github.com)

Just adding my support for the feature, as well. Thanks for an awesome piece of software!

Just adding my support for the feature, as well. Thanks for an awesome piece of software!
bje- commented 2020-07-07 03:47:21 +02:00 (Migrated from github.com)

👍

:+1:
Arcitec commented 2021-12-15 04:04:21 +01:00 (Migrated from github.com)

Duplicate of #153

# Duplicate of #153
fietronic commented 2023-04-16 23:23:54 +02:00 (Migrated from github.com)

+69

+69
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#265
No description provided.