[Bug 19397] Polar ProTrainer 5: IRDA connection to heart rate monitor does not work

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 18 16:03:53 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=19397


wolfgang.schwotzer at gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wolfgang.schwotzer at gmx.net




--- Comment #83 from wolfgang.schwotzer at gmx.net  2010-07-18 16:03:53 ---
(In reply to comment #79)
There is another irdadump for window available. It also supports IrDA over USB:
http://www.ircomm2k.de/English/index.html

The error reason is: Polar Protrainer 5 for any reason calls WSASendTo with a
buffer size of 0. This results in errno 107 when returning from sendmsg.
Within WS2_send The patch prevents calling sendmsg and returns by returning 0
(= number of sent bytes).
The Polar Protrainer 5 IrDA communication runs perfectly with this patch.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list