Displaying 2 results from an estimated 2 matches for "seaclear_2".
2008 Nov 11
1
Serial communication problem
I'm trying to make my little Asus eeePC 901 into a useful navigation tool that I can use on my boat.
I'm running Ubuntu with the 2.6.24-21-eeepc kernel. For chart plotting I run SeaClear_2 (SC) under Wine. SC communicates as it should with my GPS via a Keyspan USB to serial dongle, both sending and receiving works with this device.
I am also running the small app AISMon under Wine. This app decodes AIS data from a VHF reciever via the computer's sound card. (AIS=Automatic Identi...
2009 May 23
0
SeaClear II / Wine use 100% of the CPU
...ome semingly unrelated stuff):
--<snip>--
fixme:comm:set_queue_size insize 4096 outsize 8192 unimplemented stub
--</snip>--
And after figuring out how to get more info (great wiki
btw.) I ran the following line:
===
WINEDEBUG="+comm" wine .wine/drive_c/Program\ Files/SeaClear/SeaClear_2.exe
What looks suspicious in the output is a continuous printing
of the following two lines:
--<snip>--
trace:comm:io_control 0x9c IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x83d058 4 0x83d060
trace:comm:get_irq_info TIOCGICOUNT err Invalid argument
--</snip>--
And upon exiting the app I get...