I also found the cable that comes with the Brailliant works as well.
Seems like with the expense of this device, it should just come with an appropriate cable. I mean, most Braille displays already do.
On a different topic related to terminal mode – I was typing using the Monarch last night, taking notes in real-time during a meeting.
And I noticed I could only see the current line I was typing. And if I panned up, then my cursor moved.
At first I thought it was a Monarch problem, but it was a bug in my own understanding of how Braille works with a screen reader.
Braille can be “linked” what NVDA calls “tethered” to either the system focus or some review cursor or not to anything. I was using JAWS, and Braille was set so that if I moved the Braille cursor, the system cursor also moved; if I moved the system cursor, the Braille also moved.
This worked well when I used my NLS eReader with JAWS and even a Focus or Brailliant. (These displays belong to my employer, I’m not rich!!!)
Anyway, with only one line of Braille I found it convenient to always keep Braille tethered.
But with multi-line Braille, that doesn’t really work. It’s good when editing to have the screen reader set to have Braille link with the system cursor, but don’t move the system cursor when you pan Braille.
Even so, in many applications, if you are at the bottom of some text you are editing, you only see the final line on the display because I don’t think multi-line Braille is still fully implemented, at least when in wrapped mode.
But if I ensure the setting “active cursor follows Braille” is unchecked, which is the default, then I can pan and not move my focus.
Tethering options for NVDA are under Braille in settings-preferences. They are similar, but not completely identical, so it’s best to experiment before you need Braille for something important, such as taking notes when you want to have speech disabled.
I have found the cropped mode works great when tables mostly have numbers or codes, but my coworkers love to prepare spreadsheets full of columns of text. I guess sighted people find it more convenient to use Excel to arrange text rather than Word when it is more like a text database. And Monarch pans of course, but when a column is wide and full of text it would be better if we actually saw only one column at a time, instead of pieces of two or three columns. That could be yet another mode; stay in the current cell.
I have liked that it is easy to jump in to one of the other applications, for example to take notes and return to terminal mode, and honestly, taking notes with one of the native editors is better than trying to use Notepad or Word to do so, especially if you have to jump back and forth in your document.
I also tried writing code using Terminal mode and Visual studio code working with 8-dot traditional computer Braille, and the experience was very, very nice! I’m a hobby programmer, so I don’t have deadlines and bosses to worry about when I’m coding, but if you aren’t that lucky, it can take some getting used to, but if you get things set up right you can scroll through code, seeing where blocks are indented and working more like a sighted person would.
I was working with Python, so I set VSCode to indent tabs by only two spaces to get as much code on the display as possible.
Then, to format it for easier reading for sighted people, I could run it through the “Black” formatter – python people will know what I mean. If you work in another language, it can be useful to have a formatter that makes the code easier for sighted people to read when you need to share it. But with only 32 characters on a line, you want, while developing, to have as much Braille real estate at your fingertips!
JAWS can also be configured to set the number of pixels per space, and though I didn’t need to do that, I’ve found it was useful at other times to track indents.
The Monarch also seems to work well with the actual Windows terminal, that is the command prompt, where you type commands in to Windows. It’s nice to see a larger portion of the screen, but be sure to not tether the focus to follow Braille so you can pan without hassle.
The other thing when writing code or working with the Windows console – the command line – is to set JAWS to line mode for those applications rather than structured mode, and Monarch will automatically be set to wrapped. This gives the best results.
I’ll continue to experiment. I’m taking an advanced python class in January and the Monarch will be at my side and help me master even more!