Error -1073807360 When Using BLE Toolkit to Communicate

Updated Jan 12, 2023

Reported In

Software

  • LabVIEW 2017 Professional

Driver

  • NI-VISA

Operating System

  • Windows

Issue Details

When I use the bluetooth low energy (BLE) functions from the BLE toolkit, and I run my application for anywhere from several minutes to several hours, I get Error -1073807360 at Property Node (arg 8) in VISA Configure Serial Port (Instr).vi. If I stop my program and restart it, it runs again as if nothing happened. My start and scan functions are inside a loop. How do I mitigate this? 

Solution

Move the start function (as well as other configuration functions) outside the while loop and see if the error persists.

Additional Information

This error can occur if you're repeatedly configuring the bluetooth. Configuration at the beginning of connection should suffice.