I´m trying to use bluetooth BLE .NET link below:
https://forums.ni.com/t5/Example-Code/LabVIEW-Bluetooth-Low-Energy-Driver-development-using-Universa...
The device sends a response if writed "J;", I tested it using the mobile app "Serial Bluetooth Terminal" and the response comes back correctly, but nothing happens in LabView.
I am converting the string to a byte array and inserting the end of line code (0D 0A), as attached.