USB support?
USB support?
Any chance USB will ever be supported?
Good to hear that. What I was asking about is an USB-COM -like converter on FT2232 chip:oiaohm wrote:Yes there is n2wz. USB serial ports can be made work in current wine.
Other devices is more like time. Support for Like ipods is being worked on.
n2@n2-laptop:~$ lsusb
Bus 003 Device 002: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC
n2wz wrote:Good to hear that. What I was asking about is an USB-COM -like converter on FT2232 chip:oiaohm wrote:Yes there is n2wz. USB serial ports can be made work in current wine.
Other devices is more like time. Support for Like ipods is being worked on.
n2@n2-laptop:~$ lsusb
Bus 003 Device 002: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC
You have to have a Linux driver for it. Then Wine can work with it as a normal serial port. Wine will not support real hardware drivers any time soon if ever.
Native Linux applications work pretty well with it in Ubuntu, so all necessary drivers already installed.vitamin wrote: You have to have a Linux driver for it. Then Wine can work with it as a normal serial port. Wine will not support real hardware drivers any time soon if ever.
Wonder how one should know what COM port is defined for it in WINE?
-
- Level 2
- Posts: 25
- Joined: Thu Mar 13, 2008 7:41 am
see here: http://wiki.jswindle.com/index.php/Wine_Registryn2wz wrote:Native Linux applications work pretty well with it in Ubuntu, so all necessary drivers already installed.vitamin wrote: You have to have a Linux driver for it. Then Wine can work with it as a normal serial port. Wine will not support real hardware drivers any time soon if ever.
Wonder how one should know what COM port is defined for it in WINE?
look down for Ports section
you might want to specify /dev/ttyUSBx in the registry if wine does not recognise the serial devices
-Plamen
Thanks Plamen.Plamen.Vassilev wrote:see here: http://wiki.jswindle.com/index.php/Wine_Registryn2wz wrote:Native Linux applications work pretty well with it in Ubuntu, so all necessary drivers already installed.vitamin wrote: You have to have a Linux driver for it. Then Wine can work with it as a normal serial port. Wine will not support real hardware drivers any time soon if ever.
Wonder how one should know what COM port is defined for it in WINE?
look down for Ports section
you might want to specify /dev/ttyUSBx in the registry if wine does not recognise the serial devices
-Plamen
By the way, how should I specify ttyUSB in the registry?Plamen.Vassilev wrote: see here: http://wiki.jswindle.com/index.php/Wine_Registry
look down for Ports section
you might want to specify /dev/ttyUSBx in the registry if wine does not recognise the serial devices
-Plamen
USB support?
n2wz skrev:
ln -s /dev/ttyUSB ~/.wine/dosdevices/com1
The registry isn't involved at all.
You don't. You just symlink it into .wine/dosdevices, e.g.Plamen.Vassilev wrote:By the way, how should I specify ttyUSB in the registry?see here: http://wiki.jswindle.com/index.php/Wine_Registry
look down for Ports section
you might want to specify /dev/ttyUSBx in the registry if wine does not recognise the serial devices
-Plamen
ln -s /dev/ttyUSB ~/.wine/dosdevices/com1
The registry isn't involved at all.
Re: USB support?
Thanks Ove.Ove Kaaven wrote: You don't. You just symlink it into .wine/dosdevices, e.g.
ln -s /dev/ttyUSB ~/.wine/dosdevices/com1
The registry isn't involved at all.