Hi FBS
First thanks for your time
I have a dynavin head unit thats been unlocked and a patch from petrut for wifi this works fine my dynavin head did not have TMC so I have spent the last month or so playing with a Royaltec TMC unit and a TTLto RS232 adapter to get primo to work with the TMC unit and now that works fine . However its one or the other I have been trying to load both drivers one after the other from boot with a time delay between so in other words with both devices pluged into a single usb slot the head detects unreconised usb loads the first driver then the head detects unreconised usb and loads second driver what would be nice would be to select second device with a button screen below is the origional code that loads the wifi driver if you insert the wifi dongle into the usb port
If(WndExists("Unidentified USB Device"))
WaitForActive ("Unidentified USB Device", 5)
SendKeys( "rt2870.dll" )
SendCR
Sleep(2000)
Run("Windows\undrv.exe", "UIO1: 1000 ""Drivers\BuiltIn\NDISUIO"" Drivers\BuiltIn\ipv6hlp Drivers\BuiltIn\ZeroConfig Drivers\BuiltIn\Ethman")
Else
Run("Windows\undrv.exe", "UIO1: 1000 ""Drivers\BuiltIn\NDISUIO"" Drivers\BuiltIn\ipv6hlp Drivers\BuiltIn\ZeroConfig Drivers\BuiltIn\Ethman")
Sleep(5000)
Run( "\StorageCard\Program Files\lockscreen\lockscreen.exe" )
EndIf
EndIf
so in short Im trying to hve both dongles installed but switch the second on when required if poss
hope this helps
Stu