Hi,
I’d like to ask you some questions about ANT-FS.
I'm developing a display app in android that can interact with ANT+ Weight Scale, it is supported ANT-FS function.
Sensor is using ANTFSClientDemo.exe, ANTFS PC Tools.
The base source of App is AntfsTest in Java.(changed ANTFSHostDemo source)
The path to reproduce the problem are as follows:
1. Run ANTFSClientDemo.exe. Set Option and Click Open and Click Open Broadcast.
(Quick Config : Weight Scale)
2. Run a developing display app. And Open channel, then channel is established.
Subsequently, Send a LINK-Command for request ANT-FS Session.
3. After completing the required work, Send a DISCONNECT-Command for disconnect ANT-FS session.
Intermittently, LINK-Command/DISCONNECT-Command after the transfer(as 2 or 3),
received continuously the EVENT_RX_FAIL.
Following, received the EVENT_RX_FAIL_GO_TO_SEARCH and closed the channel.
LINK-Command/DISCONNECT-Command is received through serial message of ANTFSClientDemo.exe if a problem occurs.
It has been confirmed through the Debug log.
I’d like to ask you some questions.
1. Why did happen continuously EVENT_RX_FAIL?
2. Could happen the normal case?
3. What should I do to solve the problem?
Thanks.
Have a nice day.