1

Topic: RemoteXY_Handler ()

Hi Guys,
for programming reason I need to execute
RemoteXY_Handler () only when a Precision Positioning  task are completed
(The long time required for "RemoteXY_Handler ()",
if executed continously at avery cycle, change the precision of  Positioning Task)

Unfortunatlely the HMI BT interface connected via HC-06, close the connection if my  Positioning Task require long time ...
There is a parmeter to adjust  to increase the BT disconnection timeout ?

2

Re: RemoteXY_Handler ()

Hello,

Don't use delays or blocking code (while loops etc) in your positioning task. You can also try to call RemoteXY_Init() again