Hello Guest it is March 29, 2024, 05:25:10 AM

Author Topic: Developer a USB plugin without an harware.  (Read 3915 times)

0 Members and 1 Guest are viewing this topic.

Developer a USB plugin without an harware.
« on: November 23, 2010, 04:26:53 AM »
Hi, I wanted to start developing a plug-in for Mach3 that could communicate with USB.
I have seen several examples on the forum and was able to configure Visual Studio 2008 Express edition to develop code.
Now my problem is figuring out how to configure Mach3 to send the commands through the USB interface without having yet linked to a PC, I tried to recover the data sent with Engine-> OutSigs I can not receive anything because my laptop don't have a LPT port (I things!!!:( ) or with MainPlanner-> Movements [Engine-> TrajIndex]. DDA1 [axis] but I get the data but can not figure out how to use them, also slows the implementation of GCode.

Can you help?

greetings
Re: Developer a USB plugin without an harware.
« Reply #1 on: September 10, 2011, 02:37:42 PM »
Just to bump this post and I also would like to know if there is a particular forum here that deals with USB in general, and if anything has been done with I2c interfacing etc.
And where the VS2008 code would be located here?
Nosmo.
Re: Developer a USB plugin without an harware.
« Reply #2 on: September 10, 2011, 04:01:53 PM »
Well, you will not find much about USB as such here - we are basically interested yoin using it as data pipe.
For source code - see examples in the Mach SDK