-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osX, can't detect board. #10
Comments
Do you have either StandardFirmata or FirmataPlus uploaded to the Arduino? If yes, could you please run this test program and let me know the results. Here is a sample output of that program:
|
@Cyberek If the test program is successful, then please show me the command line you are using to start s2a_fm. Thanks. |
I use this port to communicate via Arduino software. |
Good, so we know that pyserial can open your serial port. I don't own a Mac and that is why I am asking you to help me debug your problem. The next step is to try another simple program that will blink the on-board LED (L13). The program is here. I edited the program to use the serial port you are using, so you just need to run this program and should not need to make any changes to it. If this program fails, then I would like you remove the USB cable from your computer and then plug it back it. Wait about 10 seconds to allow the board to reset and try running the program again. If this now works, then I would try removing and replacing the cable again and then try rerunning s2a_fm. Please let me know the results. |
I was able I solve the problem... Formata was somehow missing from the board causing all the problems. FirmataPlus works really well with all sensors. Thanks for the support. |
Seems I cannot communicate with the board. Using the same tty I can upload code to Arduino via Arduino app.
The text was updated successfully, but these errors were encountered: