How to detect LPT port base address?
Hardware & Devices
2
Posts
2
Posters
3
Views
1
Watching
-
How to detect LPT port base address? Either in user or kernel mode. How to enumerate LPT ports installed in system? Thank you. Sergey Katsyuba
-
How to detect LPT port base address? Either in user or kernel mode. How to enumerate LPT ports installed in system? Thank you. Sergey Katsyuba
You don't need to detect the base addresses because the pnp manager should do this for you. Enumerating LPT ports works via setupapi. Don't try it, just do it! ;-)