Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Only works with 'OldStandardFirmata' #25

Closed
wldevries opened this issue Jun 13, 2015 · 2 comments
Closed

Only works with 'OldStandardFirmata' #25

wldevries opened this issue Jun 13, 2015 · 2 comments

Comments

@wldevries
Copy link
Contributor

It seems the library only works when you flash an Arduino with the 'OldStandardFirmata'
sketch. When you flash the StandardFirmata it connects fine, but nothing happens. It would be wise to add this to the documentation or better yet support the new standard sketch.

I haven't dug deeper, but this was using the https://github.com/ms-iot/windows-remote-arduino-samples project with an Arduino Uno with a BlueSmirf Silver connected to a Surface Pro 3 running Win 8.1 pro.

@wldevries
Copy link
Contributor Author

Oops, just a case of different defaults.. My bluetooth device was set to 115200 baud, which is the default for OldStandardFirmata. The StandardFirmata is defaulted to 57600 baud, but when changed to 115200 it worked just fine. The code comment in RemoteBlinky threw me off (baud rate does matter, but only on the Arduino side):

        //these parameters don't matter for bluetooth
        bluetooth.begin(115200, SerialConfig.SERIAL_8N1);

@turkycat
Copy link
Contributor

I'll update that comment for clarity, thanks for following up!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants