|
Hi all.. first post! I am really stumped. I am writing a cross-platform tool for internal use, so far I have the windows version compiling and the linux version working.
I have seperate serial libs for the platforms (Linux uses open and termios, Win32 uses CreateFile). The problem is that I dont seem to be able to send data on the windows side (using g_io_channel_write_chars) and when i send data TO the windows version it seems to hang the app until I force kill it.
I am happy enugh to post code fragments but first up ask if anyone is able to assist? Perhaps someone has solved this sort of thing before? Tips?
thanks,
Burkey
|