<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm trying to use my Visual C++ program under Linux 
using Wine.</FONT></DIV>
<DIV><FONT face=Arial size=2>My program configurates a serial port, sends and 
receives data through it.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>At first everything seemed to be running, but then 
I noticed a very curious thing: the program running under wine seems to have no 
notice when a single byte was sent to it to the serial port. If I send two or 
more bytes - everything OK. With one byte - no effect.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It is very important for me to receive single 
bytes, because my program communicates with a device, that sometimes sends 
confirmation consisting of a single byte. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>May be anyone can give me some hint. I am new to 
Linux, so some advice where to start looking would be also very valuable to 
me.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Vlad Britt</FONT></DIV></BODY></HTML>