<div dir="auto"><div>Ok, so it sounds like the display is "focused" on the command window. After some research in the documentation I realized i needed to enable some sort of keyboard control, so i enabled the keypad one. Pressing KP0+KP5, with the Windows cursor in a Word document full of text, brought up the message "No foreground window". KP0+KP4 and KP0+KP6 doesn't change this message. Pressing KP0+KP5 in the command prompt running the debug switches back to the location code, blinking properly this time.</div><div dir="auto"><br></div><div dir="auto">Trying other commands, we found that the minus, star, and backslash characters are not controlling BRLTTY and are inserted into the text despite numlock disabling the keypad. I'm pretty sure this is a manufacturing or OS error.</div><div dir="auto"><br></div><div dir="auto">Here's the log. </div><div dir="auto"><br></div><div dir="auto"><a href="https://pastebin.com/VjUJEtjX">https://pastebin.com/VjUJEtjX</a><br></div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, Oct 26, 2019, 3:43 PM Dave Mielke <Dave@mielke.cc> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">[quoted lines by Oriana Neulinger on 2019/10/26 at 13:53 -0400]<br>
<br>
>now we're getting serial data in the log. Is this the<br>
>expected output from the program?<br>
<br>
Yes, it looks good.<br>
<br>
>Unfortunately we're still getting the nonsense characters "eet" on the Alva<br>
>544 braille display. (Display shows boot message properly.)<br>
<br>
The "eet" actually does mean something. I'm guessing that it's showing up in a<br>
different place than (probably to the left of) the BRLTTY banner. Those three<br>
cells are what are known as status cells. Their conetent can be changed, but<br>
the default for an Alva is to use the old (ancient?) style used by the original<br>
Alva DOS driver.<br>
<br>
The first status cell shows the position of the cursor within the current<br>
window. The second status cell shows the position of the leftmost column of the<br>
braille text cells within the current window. The third status cell shows the<br>
type of information that's being shown within the text cells.<br>
<br>
Simplest things first: The third status cell contains the letter t, which means<br>
that text from the current window is being shown within the braille text cells.<br>
In your case they're (almost) all blank, which means that brltty "thinks" that<br>
the line on the scfreen where the cursor is is blank. The packets actually show<br>
that dots 7 and 8 (the two in the bottommost row) of the first text cell are<br>
raised. Those dots are showing where the cursor is.<br>
<br>
Now for status cells 1 and 2. An underlined (dots 7 and/or 8) alphabetic<br>
representation is being used to render a coordinate within the current window:<br>
<br>
The letters a through y mean lines 1 through 25. If the letter blinks slowly<br>
(on for half a second, off for half a second) then it means lines 26 through<br>
50. The faster it blinks, the higher the 25 line range. Since your log shows<br>
the letter e blinking once per second, that means the 30th line.<br>
<br>
If neither dot 7 nor dot 8 is raised then the text cells are at the start of<br>
the line. If dot 8 is raised then they're one display width to the right, if<br>
dot 7 is raised then they're two display widths to the right, and if both are<br>
raised then they're three display widths to the right.<br>
<br>
-- <br>
I believe the Bible to be the very Word of God: <a href="http://Mielke.cc/bible/" rel="noreferrer noreferrer" target="_blank">http://Mielke.cc/bible/</a><br>
Dave Mielke            | 2213 Fox Crescent | WebHome: <a href="http://Mielke.cc/" rel="noreferrer noreferrer" target="_blank">http://Mielke.cc/</a><br>
EMail: Dave@Mielke.cc  | Ottawa, Ontario   | Twitter: @Dave_Mielke<br>
Phone: +1 613 726 0014 | Canada  K2A 1H7   |<br>
_______________________________________________<br>
This message was sent via the BRLTTY mailing list.<br>
To post a message, send an e-mail to: BRLTTY@brltty.app<br>
For general information, go to: <a href="http://brltty.app/mailman/listinfo/brltty" rel="noreferrer noreferrer" target="_blank">http://brltty.app/mailman/listinfo/brltty</a><br>
</blockquote></div></div></div>