Giter VIP home page Giter VIP logo

Comments (10)

nsiatras avatar nsiatras commented on June 22, 2024

from gcode-sender.

ipetepete avatar ipetepete commented on June 22, 2024

Yes. The device is present (Arduino Uno clone)

port: /dev/cu.wchusbserial1420

I can send commands using grblController

from gcode-sender.

nsiatras avatar nsiatras commented on June 22, 2024

from gcode-sender.

ipetepete avatar ipetepete commented on June 22, 2024

Yes, I get the initial window with the three drop downs. They are all empty, and I can't get past that point.

from gcode-sender.

nsiatras avatar nsiatras commented on June 22, 2024

Can you set a breakpoint in frmMain.InitUI and see if you get an exception there ?

from gcode-sender.

ipetepete avatar ipetepete commented on June 22, 2024

Sorry for the late reply.

Looks like there isn't any exception, but String[] serialPorts = SerialPortList.getPortNames(); Is empty. So I changed that line to: String[] serialPorts = SerialPortList.getPortNames("/dev/", Pattern.compile("cu.*")); Which found my serial devices. If I have time I might write a condition which will get the port names list in this manner when run on a Mac.

from gcode-sender.

nsiatras avatar nsiatras commented on June 22, 2024

I am not very sure that the problem is the getPortNames condition. I tested the software on Mac and I know several people that use in on Mac without any problems. Maybe you will find more info on JSSC github page as JSSC is responsible to identify the serial connections on the computer.

May I ask if you are using original MacOS or Hackintosh?

from gcode-sender.

ipetepete avatar ipetepete commented on June 22, 2024

I'm on an Macbook Air 2012 running Sierra 10.12.6

from gcode-sender.

smartynov avatar smartynov commented on June 22, 2024

I experience the same issue. All dropdowns are empty. Same Sierra 10.12.6 on MacBook Pro 2017.

from gcode-sender.

nsiatras avatar nsiatras commented on June 22, 2024

The bug is now fixed

from gcode-sender.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.