http://bugs.winehq.org/show_bug.cgi?id=23022
Summary: Problem with serial port communication Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: servicii@gmail.com
Hello!
Due to some error (fixme:comm:set_queue_size insize 4096 outsize 4096 unimplemented stub)that i encountered under Wine with an aplication that uses serial connection to connect to an external panel which has a flash memory, I tried to test the serial communication from the computer running Linux with Wine and my computer, running Windows XP. This way i tried to remove the probability of a problem with that external panel and its application.
So i installed under Wine (and on my computer too) two serial file transfer programs for Windows XP : FileSendComm and Anzio Lite.
Anzio Lite worked ok, the file was transferred correctly both ways (from my computer to Wine computer, and reverse), and it gave me no error.
FileSendComm managed to send the file from my computer to the Wine machine, but gave me this error when i tried to transfer the file from the Wine machine to my computer :
fixme:comm:set_queue_size insize 4096 outsize 4096 unimplemented stub
So, because the problem with the application metioned in the beginning was that i could not transfer files to the external panel, i think there is a bug in the way that Wine handles serial communication from the machine it is running to outside .
What can be done about this?
Thank you very much.
I use Wine version : wine-1.0.1-174-gc4039bd , running under Debian Lenny, with kernel 2.6.30 I also tried with latest Wine 1.2-rc2, and the error is still there.