Replies: 1 comment
-
You need to find the correct serial port. MacOS doesn't make this easy. It starts with /dev/usbmodem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, French here....so, sorry for my English.
I can't communicate with Picoconputer connecting with my MacMini M1 (pico VGA).
When the pico is write with an rp6502_vga.uf2 the pico is disconnect of computer, so how VSCode can communicate with it ?
Thx for urs answers.
Gilles
The error VSCode below
[rp6502.py] Loading ROM /Users/xxxxx/Desktop/rp6502/test1/build/hello.rp6502
[rp6502.py] Opening device /dev/ttys003
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/serial/serialposix.py", line 575, in read
buf = os.read(self.fd, size - len(read))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 5] Input/output error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/xxxxx/Desktop/rp6502/test1/tools/rp6502.py", line 400, in
exec_args()
File "/Users/xxxxx/Desktop/rp6502/test1/tools/rp6502.py", line 342, in exec_args
mon.send_break()
File "/Users/xxxxx/Desktop/rp6502/test1/tools/rp6502.py", line 44, in send_break
self.wait_for_prompt("]")
File "/Users/xxxxx/Desktop/rp6502/test1/tools/rp6502.py", line 99, in wait_for_prompt
data = self.serial.read()
^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/serial/serialposix.py", line 581, in read
raise SerialException('read failed: {}'.format(e))
serial.serialutil.SerialException: read failed: [Errno 5] Input/output error
Beta Was this translation helpful? Give feedback.
All reactions