Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/17/05 16:52
Read: times


 
#93542 - Win32 API for serial comms
Responding to: ???'s previous message
As long as you use the Win32 API (CreateFile, ReadFile, WriteFile, SetCommTimeouts, etc.) then in my experience it the same on all versions of Windows, from 95 to XP.

I agree with Andrew on this one, with a simple modification. Do your development on 2000 or XP (preferably XP). If it works in XP it will also work on 2000/ME/98/95. It is possible to craft a version on 95/98/ME that doesn't work on 2000/XP. My memory is foggy on the details (I found out the hard way a few years ago), but I think the implementation of FILE_FLAG_OVERLAPPED may have changed somewhat over the OS versions. http://www.CodeProject.com has some good info on it.

GB

List of 12 messages in thread
TopicAuthorDate
Programming RS232 under WinXP            01/01/70 00:00      
   C++ Delphi            01/01/70 00:00      
   Serial Class            01/01/70 00:00      
      Async pro            01/01/70 00:00      
   RS232 programming examples ?            01/01/70 00:00      
      MSComm is limited            01/01/70 00:00      
         Your MSCOMM Recollection is Wrong            01/01/70 00:00      
         re            01/01/70 00:00      
            Win32 API for serial comms            01/01/70 00:00      
   Win XP , thank's for the links            01/01/70 00:00      
      compatibility mode            01/01/70 00:00      
         Answer is wrong            01/01/70 00:00      

Back to Subject List