Mike bug wrote:
> I need to use the RS-232.  Can someone share his code to operate the
> RS-232 serial port because i have no ide where to start from.

        The functions names I sent you are where to start:

>>      SetCommTimeouts()/GetCommState()/SetCommState()

        Search google, google groups, or Microsoft MSDN for those
        function names along with words like 'example code', and
        you'll find a lot of examples and articles, eg:
        http://msdn2.microsoft.com/en-us/library/aa908609.aspx
        http://msdn2.microsoft.com/en-us/library/aa913128.aspx
        http://msdn2.microsoft.com/en-us/library/aa932472.aspx
        http://msdn2.microsoft.com/en-us/library/aa451005.aspx
        
http://search.msdn.microsoft.com/Default.aspx?brand=msdn&locale=en-us&query=SetCommTimeouts%20GetCommState%20SetCommState

        You can look at this code I wrote some years ago:
        http://seriss.com/people/erco/ftp/koala/seek.c
        ..just please don't ask me questions about it. ;)
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to