http://bugs.winehq.com/show_bug.cgi?id=1700
Summary: Com port Product: Wine Version: 20030813 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.com ReportedBy: dpeddi@libero.it
I've an usb to serial adapter based on pl2303 and a conexant Winmodem. Both devices works from linux using /dev/ttyUSB0 for the first and /dev/ttySHSF0 for the second. I thried them with minicom.
Under wine, I've tried to assign "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyUSB0" "Com3" = "/dev/ttySHSF0" All devices are rw permission for the wine user.
I tried to load Hyperterm from wine with all required dlls. I started wine with "wine --debugmsg +trace,+comm,+file ./path_to_hyperterm.exe When I try to access com1 I get a file error since I haven't no attached device. When I try to access to com2 or com3 I get an error from hyperterm.exe. The error isn't trapped from debugmsg. It seems that wine can't use virtual linux serial devices.
Any suggestion?
Best Regards, Eddi