Open GoogleCodeExporter opened 8 years ago
Just to mention, I've tried my setup with a USB serial cable instead of the
bluetooth USB, and it works perfect. I get continous data events. So my arduino
is working fine. For whatever bizzare reason, FLash does not see the bluetooth
serial data in the same way as it sees serial data over a cable.
Original comment by andrexz...@gmail.com
on 28 Mar 2013 at 12:36
This should be fixed with the DTE controller. Emulated USB serial ports don't
support the DTE pin -- most likely the Bluetooth controller does (it would make
sense -- you would want to use DTE for a shared medium like that).
In the recently released 1.5.0, there is a new parameter called "useDtrControl"
in the connect function, which will set the DTR properly for the device. Give
that a shot and see if that makes a difference.
Original comment by Nicholas...@gmail.com
on 23 Apr 2013 at 3:35
Original issue reported on code.google.com by
andrexz...@gmail.com
on 28 Mar 2013 at 12:34