-
Notifications
You must be signed in to change notification settings - Fork 26
WB Electronics' Infinity USB Unlimited
Viktor Tarasov edited this page Dec 15, 2012
·
1 revision
There is a native openct driver – under development – and there is a driver for the linux kernel
that can be combined with the OpenCT “phoenix” driver.
A driver for the linux kernel is available at http://eczema.ecze.com/iuu_phoenix.html
This driver has been tested and reported as working fine. Compile the kernel module
and install it and then use
insmod iuu_phoenix.ko cdmode=1
to load the module. Now you have an extra serial port and can use OpenCT phoenix driver
with this serial port. Edit openct.conf and add this section:
reader iuu {
driver = phoenix;
device = serial:/dev/ttyUSB0;
};
and restart openct with
/etc/init.d/openct restart
and you are all set.
The native openct driver “wbeiuu” is under development and not working so far :-(
Alain Degreffe reported the kernel driver plus openct working fine. (OpenCT 0.6.11) 2007-08-08