Hello, I have an application that sends data out to a serial port, then should receive the reply. After some hassles I got the application to enumerate the serials (in a dialog box where you select the port), and after creating the link in dosdevices (in lower case I should note, wine will not recognize COM1) it actually starts sending out data (verified using a terminal on the other end). But it receives nothing :-( The PC runs ubuntu lucid. The serial port is a usb dongle udev correctly detects the dongle and creates 2 serial ports ttyUSB0 and ttyUSB1 (yes this is correct behavior for the device). A piece of mono software runs fine under ubuntu using both the ports (as it does under windows .NET on a Windows XP machine) Wine version is 1.1.42 I noticed other people mentioning this bug, but found no resolutions. Any suggestions? Ferry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20100915/90578846/attachment.htm>
On Wed, Sep 15, 2010 at 11:00:54PM +0200, Ferry Toth wrote:> Hello, > > I have an application that sends data out to a serial port, then should > receive the reply.[..snip..]> > The PC runs ubuntu lucid. > The serial port is a usb dongle > udev correctly detects the dongle and creates 2 serial ports ttyUSB0 and > ttyUSB1 (yes this is correct behavior for the device).Which device & which driver? Actually, since the /dev/ttyUSB* are created, only the driver is perhaps of interest. Probably in /var/log/messages. ael
On Sat, 2010-09-18 at 11:45 +0100, ael wrote:> On Fri, Sep 17, 2010 at 10:24:55PM +0200, Ferry Toth wrote: > > Is there any windows terminal software that is known to run under wine, > > using the motherboard UART (ttyS0) that I could use to test the usb > > serial port? >You could try MS-kermit: http://www.columbia.edu/kermit/index.html There are two versions you could try: MS-Kermit, which is a command line program and runs under Windows versions before Win 95, and Kermit-95, a graphical version that runs under all versions of Windows from Win 95 onward. You can find a free trial version of Kermit 95 here: http://www.onthehub.com/kermit/ Download MS-Kermit from here: http://www.columbia.edu/kermit/mskermit.html Kermit is a comms program, terminal emulator and file transfer agent, but more importantly here, its immensely configurable in terms of serial port settings. Because of this, its my first port of call when I'm sorting out serial port problems. Its available for a huge range of operating systems. I have copies for every OS I run. Martin