if you don't want to worry about case, do what I did and creat a symbolic link called /braille or /brl
do this with
ln -s /dev/cu.UsbDeviceName /brl

this is what I did otherwise I would have to type
cat filename.txt /dev/cu.KeySerial1

and that just seemed to long for me

so now Ii type
cat file.txt > /brl

and it works great
On Jul 6, 2006, at 9:31 AM, Cheryl Homiak wrote:

No Travis, I'm very careful about case, though I do occasionally forget. On my computer, they are /dev/tty.usbserial and /dev/ cu.usbserial (lower case). I just doubel-checked this.

--
Cheryl
"Where your treasure is,
there will your heart be also".





Reply via email to