Skip to content
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

Mac OS X crash #3

Closed
joaomiguelsa opened this issue Mar 16, 2014 · 2 comments
Closed

Mac OS X crash #3

joaomiguelsa opened this issue Mar 16, 2014 · 2 comments

Comments

@joaomiguelsa
Copy link

On Mac OS X, I can't get this working.

Any suggestions?

python s2a_fm.py /dev/tty.usbmodemfd121

s2a_fm version 1.3 Copyright(C) 2013-14 Alan Yorinks All Rights Reserved

Opening Arduino Serial port /dev/tty.usbmodemfd121
Please wait while Arduino is being detected. This can take up to 30 seconds ...
Board Auto Discovery Failed!, Shutting Down
Exception in thread Thread-1:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 808, in __bootstrap_inner
self.run()
File "/Library/Python/2.7/site-packages/PyMata/pymata_serial.py", line 99, in run
if self.arduino.inWaiting():
File "/Library/Python/2.7/site-packages/serial/serialposix.py", line 449, in inWaiting
s = fcntl.ioctl(self.fd, TIOCINQ, TIOCM_zero_str)

IOError: [Errno 9] Bad file descriptor

@MrYsLab
Copy link
Owner

MrYsLab commented Mar 16, 2014

Is /dev/tty.usbmodemfd121 the port that you use with the Arduino IDE, and if it is, can you upload sketches to the Arduino?

If yes, do you have StandardFirmata loaded into your Arduino?

@MrYsLab
Copy link
Owner

MrYsLab commented Mar 20, 2014

If you are still continuing to have problems, please let me know. I am closing this issue since I have not heard back from you and am assuming your problem has been solved. If you need to, reopen this issue.
Thanks,
Alan

@MrYsLab MrYsLab closed this as completed Mar 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants