Non plug & play manual configuration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi.

My board contains two additional COM ports which are not plug & play. This
results with FBA identifying the ports and installing drivers for them, but
not configuring correctly the IO address and IRQ values for them. I need to
open the device manager and do this manually.

I would like to create a component which automates this process and add it
to my target device. How can this be done ??

Thanks
 
You will have to capture the proper registry entries from either XP Pro or your own XPe runtime that has the drivers installed and
correctly configured.
You can find out the entries with the tools like Regmon or RegSnap/Inctrl5. Typically the settings you mentioned are going to end up
under Services, Enum and Control branches of the system hive.
 
Back
Top