Post Reply 
[WP-34S] Cable and flashing options for Mac users
01-21-2015, 05:54 PM
Post: #49
RE: [WP-34S] Cable and flashing options for Mac users
(01-21-2015 03:06 PM)John Galt Wrote:  Something like this?

Code:
john@ john-VirtualBox:~/.wine/dosdevices$ ls
c:  d::  z:
john@ john-VirtualBox:~/.wine/dosdevices$ sudo ln -s com1 /dev/ttyUSB0
[sudo] password for john: 
john@ john-VirtualBox:~/.wine/dosdevices$ ls
c:  d::  z:
john@ john-VirtualBox:~/.wine/dosdevices$ cd /dev
john@ john-VirtualBox:/dev$ ls ttyUSB0
ttyUSB0
john@ john-VirtualBox:/dev$

I'm afraid you've mixed it up and now have a defunct /dev/ttyUSB0 because you've swapped the source and the destination in the command line. Now the file named ttyUSB0 in /dev is a symbolic link to a nonexistent file. Outch!

To confirm, type ls -la /dev/ttyUSB0 and post the results.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [WP-34S] Cable and flashing options for Mac users - Marcus von Cube - 01-21-2015 05:54 PM



User(s) browsing this thread: 2 Guest(s)