Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: GeeBake on March 21, 2006, 12:22:49 AM

Title: Mach3 via USB?
Post by: GeeBake on March 21, 2006, 12:22:49 AM
I have been using Mach3 for a couple of weeks and things are just great. Something new has some up though and I was hoping that someone here might have some advice.

The PC I've been running Mach3 from can't really be the final sollution. I have access to a really nice laptop that would be great, except of course, it doesn't have a parallel port. I have a usb to parallel adapter that may be part of the solution, but it has a centronics type end and will need an adapter. I was wondering if anyone has any experience with this sort of thing. I know that these types of adapters often don't work for specific things. I have also found some PCMCIA parallel adapters but they're a bit pricey. I don't want to buy one as an experiment.

Any help would be really appreciated!

Thanks,

Greg :-X
Title: Re: Mach3 via USB?
Post by: mark133 on March 21, 2006, 01:35:17 AM
Found this:
http://www.routoutcnc.com/dragon.htm
dont know if this would help you as it has a usb port
Title: Re: Mach3 via USB?
Post by: Brian Barker on March 21, 2006, 02:48:08 AM
Greg they work but no that well... I had one running and it would jog the motor but when you ran code it would not run right.
Title: Re: Mach3 via USB?
Post by: GeeBake on March 21, 2006, 09:15:25 AM
Thanks for the input. Barker, which device were you trying? USB to Parallel or PCMCIA. My understanding is that PCMCIA cards work much better. Apparently the card bus is tied much more closely to the motherboard.

Thanks,

Greg
Title: Re: Mach3 via USB?
Post by: Brian Barker on March 21, 2006, 09:46:13 AM
I used the PCMCIA card the sort-of worked...
Title: Re: Mach3 via USB?
Post by: becikeja on April 16, 2006, 04:33:56 PM
I have a similar problem, has anyone tested to see the voltage coming out of the pins through the USB-Parallel cable converter?  It just seems intuitive that the controller works off a 5Vdc pulse.  If it's getting less than 5 Vdc then naturaly it would ot work right.  Is there a Vdc booster out there?
Title: Re: Mach3 via USB?
Post by: Brian Barker on April 16, 2006, 08:43:46 PM
The USB converter will not work because of how it is hooked into the computer.. there needs to be a connection to the bus Not just a buffered serial communication...
Title: Re: Mach3 via USB?
Post by: GeeBake on April 17, 2006, 09:52:07 AM
According to Quatech, the card puts out 5 volts. I didn't actually test this but I suspect it's true. I think Barker is probably right, the problem lies in how the port really functions. The fact that a DMA can't be assigned is a serious problem here. It would mean that memory management would always suffer through the card's port.

Greg