... then set my Flash to Baron Transcriptor X mode and hooked everything up.
ls /dev/cu.*
--
You received this message because you are subscribed to the Google Groups "Plover" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ploversteno...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
tell application "Terminal"
do script with command "screen /dev/tty.KeySerial1"
set number of rows of window 1 to 100
set number of columns of window 1 to 80
set background color of window 1 to "black"
set normal text color of window 1 to "green"
set custom title of window 1 to "SerialOut"
end tell
I pasted that code into the AppleScript Editor (check your Utilities folder, my fellow Mac-users) with my
Keyspan adapter attached and ran the code ... and the light on my adapter began to blink.
Big change!
Someone later in that thread posted an addition to this code which allowed you to select your baud rate,
so now my code looks like this:
tell application "Terminal"
do script with command "screen /dev/tty.KeySerial1"
set number of rows of window 1 to 100
set number of columns of window 1 to 80
set background color of window 1 to "black"
set normal text color of window 1 to "green"
set custom title of window 1 to "SerialOut"
set baudList to {1200, 2400, 4800, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
set baudRate to (choose from list baudList default items {9600})
tell application "Terminal"
set serialDevices to (do shell script "ls /dev/cu*")
set theDeviceList to (paragraphs of serialDevices) as list
set theDevice to (choose from list theDeviceList)
do script "screen " & theDevice & " " & baudRate
display dialog "To quit your terminal session type <ctrl-a> then <ctrl-\\>"
end tell
end tell
--
--
At first glance, the problem seems to be that your dictionary, for some reason, hyphenates *after* the vowels, whereas the Plover dictionary inserts the hyphen after the O but before the E. I didn't think DigitalCAT did that, but maybe they've changed their specs? Weird. I've never seen a human stenographer put their hyphens there.
--
You received this message because you are subscribed to the Google Groups "Plover" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ploversteno+unsubscribe@googlegroups.com.
I've tracked the problem down to a bug in plover in how it reads DigitalCAT dictionaries. I have fixed it and plan to send out a release with this fix later tonight.
On Thu, Jul 11, 2013 at 6:56 AM, Glen Warner <gdwayn...@gmail.com> wrote:
Hi, Mirabai.
I suspect that this dictionary was originally from Stenograph's Case Catalyst disk, from the dark days of RapidWrite Pro.
It either came as an .rtf directly from the CD, or someone at my old school converted the CC dictionary to .rtf so I could use it with digitalCAT.
Can't say for certain, though ....
--gdw
On 7/10/13 3:36 PM, Mirabai Knight wrote:
At first glance, the problem seems to be that your dictionary, for someYou received this message because you are subscribed to a topic in the
reason, hyphenates *after* the vowels, whereas the Plover dictionary
inserts the hyphen after the O but before the E. I didn't think
DigitalCAT did that, but maybe they've changed their specs? Weird. I've
never seen a human stenographer put their hyphens there.
--
Google Groups "Plover" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/ploversteno/XdpGUI2ALfw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
--
You received this message because you are subscribed to the Google Groups "Plover" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ploversteno...@googlegroups.com.