http://bugs.winehq.org/show_bug.cgi?id=14534
Summary: Serial to USB adapter not functioning as well as in Windows Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jon_carmicheal@taylor.edu
I have some software installed in Windows and in Linux through wine, and the software needs to connect to COM1-COM4. I'm using a Serial to USB adapter to attach my device (a Sick LMS291 LIDAR module, if that helps) to my laptop. In Windows, the adapter gets recognized as COM3, and I put that into the software that came with the module, and it runs fine. At first when I used the software in Linux through wine, it didn't recognize the serial to USB adapter, but after doing the following:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com4
the software recognized COM4 and let me use the port. However, the data (which is constantly streaming) is much more choppy than in Windows, and I frequently have to hit "reconnect" to reestablish the data communication. I've searched a lot for a way to fix this, but I couldn't find anything, so I wanted to see if it is a bug or if I'm just not configuring something properly.
I'm using wine-1.1.1 in Ubuntu 8.04.
http://bugs.winehq.org/show_bug.cgi?id=14534
jon_carmicheal@taylor.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #1 from jon_carmicheal@taylor.edu 2008-07-17 13:12:17 --- (In reply to comment #0)
I have some software installed in Windows and in Linux through wine, and the software needs to connect to COM1-COM4. I'm using a Serial to USB adapter to attach my device (a Sick LMS291 LIDAR module, if that helps) to my laptop. In Windows, the adapter gets recognized as COM3, and I put that into the software that came with the module, and it runs fine. At first when I used the software in Linux through wine, it didn't recognize the serial to USB adapter, but after doing the following:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com4
the software recognized COM4 and let me use the port. However, the data (which is constantly streaming) is much more choppy than in Windows, and I frequently have to hit "reconnect" to reestablish the data communication. I've searched a lot for a way to fix this, but I couldn't find anything, so I wanted to see if it is a bug or if I'm just not configuring something properly.
I'm using wine-1.1.1 in Ubuntu 8.04.
Well, sorry if I wasted anyone's time. It works perfectly now. Perhaps I just needed to restart the computer after adding the symbolic link.
http://bugs.winehq.org/show_bug.cgi?id=14534
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2008-07-17 13:17:33 --- Roger that, thanks for following up. Closing.
http://bugs.winehq.org/show_bug.cgi?id=14534
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID
--- Comment #3 from James Hawkins truiken@gmail.com 2008-07-17 16:27:48 --- It's invalid, not worksforme.
http://bugs.winehq.org/show_bug.cgi?id=14534
--- Comment #4 from jon_carmicheal@taylor.edu 2008-07-17 16:48:08 --- (In reply to comment #3)
It's invalid, not worksforme.
Thanks, I didn't know what to change it to.