im-pro-at / cncgcodecontroller

CNC-GCode-Controller
MIT License
145 stars 59 forks source link

Colud not connect #7

Closed vadimosk closed 10 years ago

vadimosk commented 10 years ago

I have Ubuntu 12.04 and try connect with my Merlin fw. It connect only with the beta and 1.0 release. Other up to latest 4.2 get my: "Printer did not respons!" My java: java version "1.7.0_51" OpenJDK Runtime Environment (IcedTea 2.4.4) (7u51-2.4.4-0ubuntu0.12.04.2) OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)

Michal.

vadimosk commented 10 years ago

I am back. I tried with all java 6,7,8 from Oracle and no luck. I run verbose from terminal and nothing error message (here text from time when i press Connect button):

[Loaded java.awt.KeyboardFocusManager$2 from /usr/lib/jvm/java-7-oracle/jre/lib/rt.jar] [Loaded gnu.io.RXTXPort$SerialOutputStream from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded java.util.TooManyListenersException from /usr/lib/jvm/java-7-oracle/jre/lib/rt.jar] [Loaded gnu.io.RXTXPort$SerialInputStream from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded gnu.io.Zystem from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded gnu.io.UnSupportedLoggerException from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded gnu.io.RXTXPort$MonitorThread from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded cnc.gcode.controller.Communication$5 from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded cnc.gcode.controller.Communication$4 from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded cnc.gcode.controller.SendListElement$EType from file:/home/michal/Download/CNC-GCode-Controller_libs.jar] [Loaded cnc.gcode.controller.JPanelCommunication$2$1 from file:/home/michal/Download/CNC-GCode-Controller_libs.jar]

im-pro-at commented 10 years ago

The support for the different Firmwares is not jet fully programmed

I personally have a lot of stress the last month and its not going to be better soon. As soon as i have time i will try to fix all issues!

I the meantime feel free to look into my source and fork it The communication is processed in: cncgcodecontroller/src/cnc/gcode/controller/Communication.java Its not a clean code but i should be understandable!

greetings Patrick

vadimosk commented 10 years ago

Thanks for reply. Now i found fork from user d00616. After compilling code the controller connect to my printer. Thanks for suggest.

im-pro-at commented 10 years ago

Added fork ;-)