parallel port address windows 11

Buiatti, Marco 0 Reputation points
2023-01-25T11:32:35.79+00:00

Dear Experts,

I need to retrieve the physical address of my parallel port to send event triggers to a computer acquiring EEG data. In previous Windows version, I could find it in Resources>Input/Output range, but in Windows 11 the Resources tab is missing and the details tab of the port lists many different properties, but not the Input/Output range. I tried with '278', '378' and '3BC' but none of them works.

Manufacturer: SUNIX. Location: Location 4 (SUNIX LPT Port 1).

Thanks for any feedback,

Best,

Marco Buiatti

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,751 Reputation points
    2023-01-26T16:39:53.0666667+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to parallel port address in Windows 11.

    Please run this WMI command from powershell and see if you can get the port address.

    get-wmiobject -class "Win32_ParallelPort" -namespace "root\CIMV2"

    --If the reply is helpful, please Upvote and Accept as answer--


  2. Ralph 0 Reputation points
    2023-02-09T14:46:06.98+00:00

    What I have found to be the case is that the SUNIX brand of parallel port cards do not display the ports resources (probably due to how they wrote the driver). This happens under both Windows10 and Window11. Simply changing the brand of parallel port card fixes the problem.

    If you have software such as Presentation that uses the logical port address such as LPT1, the SUNIX card should work. However, if you need access to the physical base address and control registers, such as if you are writing a MATLAB script, you will run into this issue and I would suggest using a different brand of parallel port card, such as RoseWill or StarTech.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.