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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/30/04 01:48
Read: times


 
#69527 - RE: Data acquisition with 89c51rd2xx
Responding to: ???'s previous message
Benny Fernando said:
I have written a C file to receive the data which works just fine if i boot up windows 98 in dos prompt mode , but is glitchy if i boot up in gui and then create a dos session ?

Have you used the proper Win-32 APIs, or have you bodged it with hacking directly to absolute hardware addresses?

If you are hacking directly to absolute hardware addresses, then you need genuine Real-mode, single-user, single-task MS-DOS.

As Jez Smith & J. Guy have already said, Win-98 works in Protected mode; it gives the appearance of allowing you to mess directly with absolute hardware addresses, but you are actually going through the Windows multi-tasking Protection mechanisms. This is highly likely to mess-up any software which assumes that it has exclusive, direct, Real-mode access to the PC hardware.

List of 14 messages in thread
TopicAuthorDate
Data acquisition with 89c51rd2xx            01/01/70 00:00      
   RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
      RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
         RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
            RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
               RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
                  First time NO; Second time YES            01/01/70 00:00      
   RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
      RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
   RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
   RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
      RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
         RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      
   RE: Data acquisition with 89c51rd2xx            01/01/70 00:00      

Back to Subject List