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

Cannot connect to Arduino over serial #1

Open
craig-coburn opened this issue Jul 21, 2022 · 0 comments
Open

Cannot connect to Arduino over serial #1

craig-coburn opened this issue Jul 21, 2022 · 0 comments

Comments

@craig-coburn
Copy link

In my testing, the serial ports in the GUI are listed as a single list and there is no way to select one individually. If I select this one option I get the error in the terminal window:

(base) craigcoburn@Craigs-MacBook-Pro stoneGcodeSender % python gcodesender.py
['/dev/tty.Titanium', '/dev/tty.Bluetooth-Incoming-Port', '/dev/tty.usbmodem2101']
Exception in Tkinter callback
Traceback (most recent call last):
File "/Users/craigcoburn/opt/anaconda3/lib/python3.9/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: "/dev/tty.Titanium', '/dev/tty.Bluetooth-Incoming-Port', '/dev/tty.usbmodem210"

Here, I have uncommented the print statement that lists out the available COM ports.

Any recommended fixes for this?

Cheers, Craig

image

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

1 participant