I'd like to add a way to detect the insertion or removal of the USB ANT stick in the ANT_Device class. ANTFS_Client already does this with Response.OpenPass and Response.SerialFail but I can't find the source for this.
The source in ANT_Libraries for ANT_NET.dll builds to version 1.4.0, but the ANT_NET.dll used in ANTFSClientDemo is version 1.6.0. Is the source for ANT_NET.dll version 1.6.0 available somewhere?
My plan is to find the ANTFS_Client and copy the ResponseHandler code that posts these responses. I'm open to other ideas though