Post Reply 
[WP-34S] Cable and flashing options for Mac users
01-21-2015, 06:04 PM (This post was last modified: 01-21-2015 06:12 PM by Bit.)
Post: #50
RE: [WP-34S] Cable and flashing options for Mac users
(01-21-2015 05:54 PM)Marcus von Cube Wrote:  
(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.

Udev should automatically remove the symlink and recreate the device node when he plugs in the serial converter cable again. But it won't hurt to double check.
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 - Bit - 01-21-2015 06:04 PM



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