Can't connect to Parallel Port

Okay, I’ve placed the inpout32.dll driver in my scripts directory, and also changed my code:

from psychopy import parallel
    port = parallel.ParallelPort()
    print port

I no longer receive any errors, and the printed output is this:

<psychopy.parallel._inpout32.PParallelInpOut32 object at 0x179D28D0>

Is this confirmation that I am properly connecting to the parallel port, or do I need to do something else? I did not specify the parallel port address because I’m not sure what it is (even though most examples use address=0x0378, but I’ve seen others). Is there a way to look up the address?