<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.2">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I have an application that sends data out to a serial port, then should receive the reply.<BR>
<BR>
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).<BR>
<BR>
But it receives nothing :-(<BR>
<BR>
The PC runs ubuntu lucid.<BR>
The serial port is a usb dongle<BR>
udev correctly detects the dongle and creates 2 serial ports ttyUSB0 and ttyUSB1 (yes this is correct behavior for the device).<BR>
A piece of mono software runs fine under ubuntu using both the ports (as it does under windows .NET on a Windows XP machine)<BR>
Wine version is 1.1.42<BR>
<BR>
I noticed other people mentioning this bug, but found no resolutions.<BR>
<BR>
Any suggestions? <BR>
<BR>
Ferry
</BODY>
</HTML>