i had problems while my program want to search device that connected to the PC, I've search entire PlanetSourceCode.com for API's that can detect this new hardware, but found nothing there..
Ideas:
I used bruteforce method, sending AT+GMM for each COM port, the one that replies with phone model, is being used.
The problems is:
With bruteforce methods, it's take a lot of time just for searching device.
I used "gettickcount" to make it more faster, but the results is more faster, is more undetectable...
It tooks about 3-5 second is used to scan port that is assign by the phone
Can u share the code of API find those port automatically???
