Setting up a hobbyist writer with Plover: Difference between revisions
(Created page with "== Background == Hobbyist machines use serial protocols to talk to Plover. This means you can have a regular keyboard plugged in for normal typing, and a steno machine plugged in at the same time. Plover will only capture the steno machine input. By default, all hobbyist steno keyboards use a protocol called Gemini PR. Setting it up with Plover is a little involved, especially for the first time. == Video summary == The following narrated video goes over the main method...") |
m (Aerick moved page Setting up Gemini PR with Plover to Setting up a hobbyist writer with Plover) |
(No difference)
|
Revision as of 20:14, 23 June 2024
Background
Hobbyist machines use serial protocols to talk to Plover. This means you can have a regular keyboard plugged in for normal typing, and a steno machine plugged in at the same time. Plover will only capture the steno machine input. By default, all hobbyist steno keyboards use a protocol called Gemini PR. Setting it up with Plover is a little involved, especially for the first time.
Video summary
The following narrated video goes over the main method and trial and error method described below:
Main method
This method involves determining the serial port for Plover to listen to.
- In Plover's main window, go to
Configure → Machine
and change the machine to Gemini PR. - With your machine unplugged, press the
Scan
orRefresh
button.- Take note of the options that are listed in the Port drop down menu.
- Plug in your machine.
- Press the
Scan
orRefresh
button. - Open the
Port
drop down menu.- If you see your device name show up, select it.
- If you only see generic names, select the option that was not present in step 2.
- Press
Apply
andOK
- Test that your machine is working
- Open the paper tape (
Tools → Paper tape
) - Press some keys on your machine
- Verify that they show up in the paper tape
- Open the paper tape (
Trial and error method
Alternatively, after pressing the Scan
or Refresh
button with your machine plugged in, you can simply try each option in the Port
drop down menu. This is useful if there are only a few options to try.
- In Plover, open
Configure → Machine
and change the machine to Gemini PR. - Plug in your machine.
- Press the
Scan
orRefresh
button. - Select the first option in the
Port
drop down menu. - Press
Apply
andOK
- Open the paper tape and press some keys on your machine.
- If you see output in the paper tape, you are done.
- If nothing shows up, repeat steps 4 and 5, but with a different option selected in the
Port
drop down menu.
Serial protocol limitations
If you sleep and wake up your computer, or you unplug and replug your machine, your steno keyboard will disconnect. You can try pressing the Reconnect Machine
button.
If that does not work, it is likely that the serial port has changed and you will have to redo the above steps again.
Autoreconnect
On some computers (particularly Linux and macOS), the serial port will generally not change when the steno machine is unplugged and plugged back in. If this is the case, you can set up autoreconnect with plover-auto-reconnect-machine
plugin, which can be installed via the plugins manager. For more details, see the auto reconnect page.