Board index » delphi » Delphi2 API call to access Parallel Port??

Delphi2 API call to access Parallel Port??

How to use API call to access parallel port in Delphi2?
How to use API call to access parallel port in Delphi2?

Patrick

 

Re:Delphi2 API call to access Parallel Port??


Hui Pak Ki Partick wrote:

Quote

> How to use API call to access parallel port in Delphi2?
> How to use API call to access parallel port in Delphi2?

> Patrick

If all you want to do is write to the port, then you can use the win32c
api calls, which are just like the serial port calls. If you want ot
read from the port, then you need a lot more help than I could provide.
Good Luck.

Frank

Other Threads