-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tiny G2 control #55
Comments
No. Right now g2 is in a state of flux. I am working on getting g2 On Thu, Mar 27, 2014 at 10:45 PM, boondog [email protected] wrote:
|
is there any update on this? I have the due, gshield, and (i think) proper .bin file loaded on Due and am really anxious to begin controlling my shapeoko on it. |
Is this issue clear yet? Seams problem case by G2 using USB to talk to the host. can we go back to programing port to make it easy? |
I am not quite certain i understand the issue? On Fri, May 23, 2014 at 8:07 PM, Gabriel Huang [email protected]:
|
I've downloaded the latest TinyG2 version (TinyG2_Due_rob_usbtest.bin) and uploaded it to an Arduino Duo. I can connect to the other USB port using picocom on Mac OS X just fine. Same for the "edge" branch of g2. tgFX successfully connects to the board, it manages to enter some commands and get some results (based on the log) and then it hangs. After a while it reports it cannot connect. This is for tgFX tgFX_macos - x64 - build 3009 - v0.96-a.zip. There is no clear answer here. Is tgFX able to connect to and manage a TinyG2 (Due) board? |
Short answer is no. I have yet to get it working 100% with the due so for ril3y On Thu, Jun 12, 2014 at 1:49 PM, Alexandru Pirvulescu <
|
I've ported TgFX project to Maven, so I can use it and build it IDE agnostic. If you want, I can help you with G2 testing. As far as I've seen until now, not a single byte comes back from G2. I've enabled debugging and everything that is displayed is what is sent to G2, no info in update() method that takes care of the serial port data. |
wow that is great! I have a bunch of stuff that I have yet to push BTW. riley On Fri, Jun 13, 2014 at 8:48 AM, Alexandru Pirvulescu <
|
I don't think I can merge, because I've moved stuff around to maven standard format (e.g. src/main/java for .java files, src/main/resources for resources and so on). The platform for development I'm using is Mac OS X Mavericks. |
I bumped my head against the wall trying to get tgfx working with G2 with Windows and OSX. Funny thing is in both cases there is communications timeout. But using just a terminal (putty on windows screen on osx) communication with the board works just fine. For windows I have used the available binary while I built tgfx for OSX (after downgrading my 8.0.7 netbeans and Java 1.8 versions to the ones cited on the wiki, otherwise netbeans won't create/find a binary). I do not have a regular TinyG board to compare, but my guess is tgfx is waiting for some special string that it never appears in G2. |
misan, G2 does not work with tgfx. I would use: http://chilipeppr.com/tinyg for g2 stuff. On Tue, Dec 9, 2014 at 4:13 AM, misan [email protected] wrote:
|
Thanks ril3y. I am using chilipeppr now as I failed to get Universal Gcode Sender to work with the G2 too. I have found Chilipeppr quite convenient. But I need to figure out a way to upload the configuration (to the boad) I cannot store in EEPROM ('cause Due does not have one). |
ahhh! Well this is the part where you say get off your butt and do it Riley On Wed, Dec 10, 2014 at 4:13 AM, misan [email protected] wrote:
|
Actually, I might help here if some clue about what needs to be done is provided. I can read code but I can move faster if told where to look. |
I'm unable to make tgFX connect to G2.
I have two Shapeoko 2 routers. One running a TinyG V8 board that works fine with tgfx. I also have a Gsheild and Due that I've been trying to make work on my second Shapeoko 2.
I've successfully programmed the G2 code onto the Due and I can communicate with it via a serial terminal (Realterm or Putty both work). However, I cannot seem to connect to G2 with tgfx. Is this a known issue or am I doing something wrong?
I'm running Win7. For G2, I'm using the bin file "USB Test for Due - Shapeoko settings - .bin" downloaded here: http://synthetos.github.io/g2/ on 3/26/14
For tgFX I'm using Version .95 Build 2404.
The text was updated successfully, but these errors were encountered: