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.9k stars 765 forks source link

Not Detecting Serial Port #1190

Closed WaltRh closed 5 years ago

WaltRh commented 5 years ago

Feature request

U

Problem description

using a Dell laptop, with Platform UGS, while connecting to the Bobs CNC E3 there are no options for the serial port even when refreshed. Using a USB connection. Tried all 3 on laptop. ### Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

Version

Operating system

Platform

Other

WaltRh commented 5 years ago

Please any help would be appreciated, looking forward to working with this machine, but stuck at the moment.

JacksCrafts commented 5 years ago

Did you hit the refresh button next to where it says port? Look in your device manager to confirm your Comport. .. COM 3 or COM 4

WaltRh commented 5 years ago

Yes, I hit the refresh each time, but nothing shows up...strange

On Sun, Feb 10, 2019 at 4:08 PM JacksCrafts notifications@github.com wrote:

Did you hit the refresh button next to where it says port? Look in your device manager to confirm your Comport. .. COM 3 or COM 4

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1190#issuecomment-462173043, or mute the thread https://github.com/notifications/unsubscribe-auth/AtTmbvOtQeVAkva1IXLTQqjtTS0eM_k5ks5vMIpigaJpZM4azRKc .

JacksCrafts commented 5 years ago

What are you on Windows 10, using Arduino with CNC shield? If you right click the start button you should see a short cut to Device Manager. In there you can see if you com port is connected.

WaltRh commented 5 years ago

I am using Windows 7 and Platform UGS

On Sun, Feb 10, 2019, 4:21 PM JacksCrafts <notifications@github.com wrote:

What are you on Windows 10, using Arduino with CNC shield? If you right click the start button you should see a short cut to Device Manager. In there you can see if you com port is connected.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1190#issuecomment-462174532, or mute the thread https://github.com/notifications/unsubscribe-auth/AtTmbsvfmPdHkfJRibEPWAv-fDOyqK4Fks5vMI1MgaJpZM4azRKc .

JacksCrafts commented 5 years ago

You can probably type in Device Manager down in the lower left corner. And is your buad set at 115200?

JacksCrafts commented 5 years ago

If you go to your control panel. Then hit hardware you will see Device manager.

JacksCrafts commented 5 years ago

device mngr

JacksCrafts commented 5 years ago

If you don't have Ports (COM) in your device manager you may need to flash GRBL onto you arduino.

WaltRh commented 5 years ago

JackCrafts, Thank you for your help. I didn't have Arduino installed, I then installed it and found the port it was in and typed it in, which allowed me to connect and home the machine. So far so good, now I just have to learn to use it, so I may have more questions coming. Thanks again!!

On Sun, Feb 10, 2019 at 4:46 PM JacksCrafts notifications@github.com wrote:

If you don't have Ports (COM) in your device manager you may need to flash GRBL onto you arduino.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1190#issuecomment-462177346, or mute the thread https://github.com/notifications/unsubscribe-auth/AtTmbjjfvnoggm3rZyEBD24P_JuVtESjks5vMJMdgaJpZM4azRKc .

JacksCrafts commented 5 years ago

You are welcome, Glad I could help.

breiler commented 5 years ago

Are you satisfied with the work around?

Otherwise you could try to change the connection driver. This should allow the program to automatically detect the port.

See instructions here: https://github.com/winder/Universal-G-Code-Sender/issues/940#issuecomment-392761818

misan commented 5 years ago

Same problem here with Mojave OSX. Arduino sees the ports, CoolTerm sees the ports but not UGS nor ugsplatform nightly builds see any serial port in my computer.

breiler commented 5 years ago

Same problem here with Mojave OSX. Arduino sees the ports, CoolTerm sees the ports but not UGS nor ugsplatform nightly builds see any serial port in my computer.

Have your tried switching to the jSerialComm driver (#940)?

misan commented 5 years ago

ugsplatform using JSerialComm works as suggested in #940

breiler commented 5 years ago

Closing this as it's a duplicate of #940