[Gambas-user] OPEN DMX USB Failed to open with Serial Port

Ron Onstenk ronstk at ...239...
Fri Feb 8 18:26:14 CET 2008


On Friday 08 February 2008 18:01, Ron Onstenk wrote:
> # create /dev/vfdisplay symlink for vfdisplay
> KERNEL=="ttyUSB*", SYSFS{product}=="USB-Serial Controller", \   <-----
>                                         SYMLINK+="vfdisplay"
> 

Oeps :=( Must be

KERNEL=="ttyUSB*", SYSFS{product}=="USB-Serial Controller", \ 
                                         SYMLINK+="vfdisplay"


Also take note of the ident to 'SYMLINK' in the files. 
This is concat of the above line with the '\' 

KERNEL=="ttyUSB*", SYSFS{product}=="USB-Serial Controller", SYMLINK+="vfdisplay"

Ron




More information about the User mailing list