I've got USB->Serial converter: Code: Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC and I need communicate with this converter to devices(Kirk) via specific Kirk windows software. I have mapped converter: Code: ln -s /dev/ttyUSB0 com1 but I can't connect to it. If I connect the Kirk device directly through mapped /dev/ttyS0, the device get connected. Any idea how I could debug USB->serial in wine or do you think it is wine related issue? Thanks.
On Mon, Nov 10, 2008 at 7:06 AM, ladaan <wineforum-user at winehq.org> wrote:> I've got USB->Serial converter: > > > Code: > Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC > > > and I need communicate with this converter to devices(Kirk) via specific Kirk windows software. > I have mapped converter: > > Code: > ln -s /dev/ttyUSB0 com1 > > > but I can't connect to it. If I connect the Kirk device directly through mapped /dev/ttyS0, the device get connected. > Any idea how I could debug USB->serial in wine or do you think it is wine related issue? > > Thanks. > > > > > >Does it work in native Linux apps? Wine can't communicate if your native OS doesn't have the drivers for it. -- -Austin
> > Does it work in native Linux apps? Wine can't communicate if your > native OS doesn't have the drivers for it. >Yes, it does work. I can connect to serial port at Mikrotik RouterBoard through minicom with this USB->serial converter for example. There is no problem with the linux driver(kernel module). The driver is included my kernel(2.6.24) already.