| |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
![]() |
| | LinkBack | Thread Tools |
| |||
| Access to parallel port 0x378 Hi, I have the source code of a small application that reads and writes the parallel port. The application works fine in Win95/98, but I find that when I try to execute it in win2000/XP it doesn't work. I've found in internet a utility that installing previously a special driver, I get what I want, but using an uncomfortable command line. Due to I've the source code I would like that my application didn't need installing this driver nor using this command line. I would like include in my application the code needed to read and write the parallel port in a transparent way. It doesn't matter if such code is x86 assembler. Anybody has had such problem? Thanks in advance. Jose Manuel Lopez. |
| |||
| Re: Access to parallel port 0x378 Try asking on a programing group. Unlike DOS or Windows 9x, Windows NT/2000/XP does not allow direct access to hardware so the code will have to be rewritten or you will have to use a workaround like the one you found. John Jose Manuel Lopez. wrote: > Hi, > > I have the source code of a small application that reads and writes the > parallel port. > The application works fine in Win95/98, but I find that when I try to > execute it in > win2000/XP it doesn't work. > > I've found in internet a utility that installing previously a special > driver, I get what > I want, but using an uncomfortable command line. > > Due to I've the source code I would like that my application didn't need > installing this driver nor using this command line. I would like include in > my application the code needed to read and write the parallel port in a > transparent way. > > It doesn't matter if such code is x86 assembler. > > Anybody has had such problem? > > Thanks in advance. > Jose Manuel Lopez. > |
| |||
| Re: Access to parallel port 0x378 I load a driver called userport that provides DOS based programs access to the parallel port. http://www.writelog.com/support/lpt_...windows_nt.htm KC "John John" wrote: > Try asking on a programing group. Unlike DOS or Windows 9x, Windows > NT/2000/XP does not allow direct access to hardware so the code will > have to be rewritten or you will have to use a workaround like the one > you found. > > John > > Jose Manuel Lopez. wrote: > > > Hi, > > > > I have the source code of a small application that reads and writes the > > parallel port. > > The application works fine in Win95/98, but I find that when I try to > > execute it in > > win2000/XP it doesn't work. > > > > I've found in internet a utility that installing previously a special > > driver, I get what > > I want, but using an uncomfortable command line. > > > > Due to I've the source code I would like that my application didn't need > > installing this driver nor using this command line. I would like include in > > my application the code needed to read and write the parallel port in a > > transparent way. > > > > It doesn't matter if such code is x86 assembler. > > > > Anybody has had such problem? > > > > Thanks in advance. > > Jose Manuel Lopez. > > > > |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connecting laptop via serial or parallel port - w/virtual drive letter | jim_b@mailinator.com | Mobile PC Hardware | 16 | 01-19-2007 10:22 PM |
| Parallel saving | BY22 | Microsoft Office | 1 | 01-19-2007 02:15 PM |
| Parallel Port address LPT1 on T41p | Quigi | Windows XP | 4 | 01-04-2007 03:59 AM |
| XP parallel install | Tester | Windows XP | 0 | 01-04-2007 02:33 AM |