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--