-
When running UGS Platform on Mac, Arduino controller port not appearing in UGS. Other g code senders have no problem. thanks MacBook Pro mid 2012 10.15.7 |
Beta Was this translation helpful? Give feedback.
Answered by
breiler
Jan 27, 2022
Replies: 1 comment 1 reply
-
When using the terminal, what is listed when you type these commands. This will list connected USB serial devices: Disconnect the device and connect it again and type this command. It will show the latest 100 diagnostic messages: What other senders have you tried? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
breiler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the terminal, what is listed when you type these commands.
This will list connected USB serial devices:
ls /dev/tty.*
Disconnect the device and connect it again and type this command. It will show the latest 100 diagnostic messages:
sudo dmesg | tail -n 100
What other senders have you tried?