winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.92k stars 768 forks source link

Serial port not visible on macOS High Sierra #1046

Closed classbproject closed 6 years ago

classbproject commented 6 years ago

I have a grbl board that comes with a Silicon Labs CP2104 USB to UART chip. I have downloaded the drivers for this from here. When I open any version of UGS, it says 'no serial port found'. However, through Terminal and through the Arduino IDE I can see that the port is available. In fact, I can even download sketches through the Arduino IDE. Why is this happening and how do I resolve this?

breiler commented 6 years ago

In the nightly build we have added a new connection driver that you could try. See the instructions in the issue #940

Let us know if this works for you

classbproject commented 6 years ago

Works with the new JSerialComm driver. Thank you.