In file Chronos.cs at line 74, there is only one friendly name for the driver ("TI CC1111 Low-Power RF to USB CDC Serial Port").
When you install the Watch's drivers through Chronos Control Center (highlighted as "Install this first" on the TI wiki), the friendly name is "eZ430-ChronosAP".
I tried to change the friendly name in the Chronos.cs code and recompile the .dll and it worked that way.
The final Chronos.cs code should probably look for both friendly names, and not only one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In file Chronos.cs at line 74, there is only one friendly name for the driver ("TI CC1111 Low-Power RF to USB CDC Serial Port").
When you install the Watch's drivers through Chronos Control Center (highlighted as "Install this first" on the TI wiki), the friendly name is "eZ430-ChronosAP".
I tried to change the friendly name in the Chronos.cs code and recompile the .dll and it worked that way.
The final Chronos.cs code should probably look for both friendly names, and not only one.