Use 0378.
Have tried the parallel port example?
Open LV, Under "Help", select "Find Examples", and do a search under parallel (search tab & enter "parallel").
You will find 2 examples (maybe you already did this..)
1. Parallel Port Additional Data Register
2. Parallel Port Read & Write Loop.
Run either one. You should be able to set and read the port. There is a description in the example how to do this. Look at the "LEDs".
If you look at the first example, under the "IO connector Status" tab, you will find the D-sub pinout. If you run it, it will give you the present status of your pins.
They recommend using the Standard mode (SPP) setting in your PC's BIOS.
If you run the 2nd example, you can write & readback your
parallel port. Try this FIRST before attempting to communicate with your DUT. Note that having a printer connected to your port may result in some strange behaviour 🐵
Let us know of your progress.
-JLV-