| | |
USB to Parallel
Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jun 2007
Posts: 6
Reputation:
Solved Threads: 0
My laptop doesn't have a parallel port so I purchased a USB to parallel convertor. I wrote a program which sends data to the parallel port to turn on some LEDS and it works ok on a PC with a built in parallel port but it wont work on my laptop with the USB to Parallel convertor. I used the delphi parallel port driver inpout32.dll which I found at http://www.sixca.com/eng/articles/pardel/index.html
Typical use is shown below....
procedure TForm1.Button1Click(Sender: TObject);
begin
Out32($378,$0f); //send $0f to parallel port
end;
Does anyone know why the above code will not work with a USB to parallel convertor?
Typical use is shown below....
procedure TForm1.Button1Click(Sender: TObject);
begin
Out32($378,$0f); //send $0f to parallel port
end;
Does anyone know why the above code will not work with a USB to parallel convertor?
![]() |
Similar Threads
- Sending PCL3 Laserjet files to USB printer (USB Devices and other Peripherals)
- usb to parallel ieee1284 bridge driver (OS X)
- Need help Reading and writing to a Port (C)
- Networked Win2k Printers Problem (Windows NT / 2000 / XP)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: TClientSockte OnRead issue
- Next Thread: Storing an Integer with each row in a TListView?
Views: 4245 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Pascal and Delphi





