Bluetooth Serial Connection Matlab Central
How to connect to the bluetooth Serial Port? Learn more about ssp, com port. I've downloaded a Bluetooth driver for my USB dongle and now I can create a Serial Port for my Bluetooth connection. However, I've created.
I have written a program (in r2011b) for communication with Bluetooth sensors in which I use 'Asynchronous Write and Read Operations'. I wish to deploy the program, so i have used MCR to package up the program. However, after installing MCR and running the program, the Bluetooth communication appears to have broken. I can connect to the BT device using fopen, but fwrite and fread don't seem to work anymore. I have read that the MCR makes use of thread locking.
Matlab Bluetooth
Does this mean asynchronous communication will not work?