Hi,
I'm stuck with Bluetooth using the official Bluetooth with Asynchstreams example.
The device I connect to uses Arduino and responds over BT by sending back the characters that it receives.
The only change I've made to the demo is to change Astream.Initializeprefix to Astream.Initialize.
If I send "1234567890" I get back:
1
23467
8'?
or maybe I get back:
1
23467
80
or maybe:
1
23456
p???
So it seems that about half of the characters come back, but some are missing or garbled.
But if I use an app called "Bluetooth Viewer" it all works fine. So it's definitely coming from the VB4A end.
Any ideas?
I'm stuck with Bluetooth using the official Bluetooth with Asynchstreams example.
The device I connect to uses Arduino and responds over BT by sending back the characters that it receives.
The only change I've made to the demo is to change Astream.Initializeprefix to Astream.Initialize.
If I send "1234567890" I get back:
1
23467
8'?
or maybe I get back:
1
23467
80
or maybe:
1
23456
p???
So it seems that about half of the characters come back, but some are missing or garbled.
But if I use an app called "Bluetooth Viewer" it all works fine. So it's definitely coming from the VB4A end.
Any ideas?