http://bugs.winehq.org/show_bug.cgi?id=8783
tom schorpp thomas.schorpp@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas.schorpp@googlemail.co | |m
--- Comment #38 from tom schorpp thomas.schorpp@googlemail.com 2008-08-20 12:05:35 --- http://bugs.winehq.org/show_bug.cgi?id=8783#c14 still no go here with wine 1.0 and the new silabs driver (GPL'd but not yet in mainstream): https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
trace:comm:dump_dcb bytesize=8 baudrate=115200 fParity=0 Parity=0 stopbits=1
trace:comm:wait_for_event device=0xd0 fd=0x00000017 mask=0x00000001 buffer=0x7e1ce9e0 event=0xd4 irq_info=0x16f66c trace:comm:get_irq_info TIOCGICOUNT err Invalid argument trace:comm:get_modem_status 0006 -> trace:comm:check_events mask 0x00000001 (period)
and strange behaviour:
warn:comm:set_baud_rate You (or a program acting at your behest) have specified a non-standard baud rate 406250.
and no data transfered:
trace:comm:check_events old->rx 0x00000000 vs. new->rx 0x00000000 trace:comm:check_events old->tx 0x00000000 vs. new->tx 0x00000000 trace:comm:check_events old->frame 0x00000000 vs. new->frame 0x00000000
i will try to implement TIOCGICOUNT next days.
y tom