You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
Are you using a USB1 or USB2?
To be able to connect to USB1, you need to make sure that the DSI* DLLs included in the library package are in the working path of your application.
Are you using a USB1 or USB2?
To be able to connect to USB1, you need to make sure that the DSI* DLLs included in the library package are in the working path of your application.
You can recognize the type of USB stick by the markings on the plastic. Since the DSI DLLs were needed to connect to it, you most likely have a USB1. Please be aware that USB1 only supports max baud rate of 50000 - make sure you are configuring your code correctly to connect at that baud rate (the demo code has some comments regarding this).
Is there a way to poll the stick to determine what baud rate to use? I assume there must be since AntWareII can detect the rate.
Thanks.
No, it is not possible to poll the USB stick for its Baud Rate.
The automatic detection code in ANTware basically tries to connect at one baud rate, attempts to send a command to ANT to see if serial communication is functional, and if it fails, it tries a different baud rate.