USB host/device

  • I want to use both USB ports for host function. What are the needed registry settings ?

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • In general, USB device is working starting at kernel version 0.06 .
    If you want to disable USB device and to enable USB host on second USB port you have to make the following registry changes:


    Code
    1. Reg open \Drivers\BuiltIn\OHCD
    2. Reg set val PortCount dword 2
    3. Reg open \Drivers\BuiltIn\USBFN
    4. Reg set val Flags dword 4
    5. Reg save


    It's also important, that you set the DIP switches on the StarterKit to the right position.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.