>> - under windows, what should I do: simply read and >> write chars on the serial port? > >No: forget the Unix source code and learn to write Windows programs. >That's the only really useful way I can think of.
I know I have to replace the Unix source code, but my question was: can I simply replace all those gets(...) and printf(...) with a wrapper function [char* com_gets(char* buffer) char* com_printf(const char* format, ...)] that reads and writes those strings directly to the serail port? >...The best book on Windows programming... My problem is the opposite, I don't know anything about UNIX! :o) Thanks, Cabbi
