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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/06/02 00:36
Read: times


 
#20467 - RE: C code for confg & access PC serial port
"inport and outport functions if your operating system is dos (or windows)"

Direct hardware access (inport and outport) is deprecated on Win95 and later.

Win32 can humour some applications, and let them think that they're talking direct to hardware - but they aren't really, and you're likely to come unstuck.

Borland C++ Builder doesn't even have the inport and outport functions functions any more! :-(
I expect MSVC is the same?

List of 14 messages in thread
TopicAuthorDate
C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      
you have any final answer-Andy Neil            01/01/70 00:00      
RE: C code for confg & access PC serial port            01/01/70 00:00      

Back to Subject List