On Sat, 11 Nov 2006, Alan Bromborsky wrote:

> I am trying to run a stepper motor controller via the usb port.  The
> controller I would evaluate has a usb connection and the following
> description for sending a text string to the controller for programming
> the stepper motor.
> 
> "Measuring only 2" inches (50mm) dameter,  the fully intelligent stepper
> motor controller + drivers are designed to be bolted onto the back of
> the stepper motors that they control. A single 4 wire bus, containing 2
> power wires and two communications wires, links up to 16 such stepper
> motor controllers in a daisy chain. Commands can be issued from any
> serial terminal program (such as HyperTerminal) or from the EZ Stepper
> Windows application <http://www.allmotion.com/Windows%20App/EZStepper.exe>.
> 
> The Commands <http://www.allmotion.com/Command_Set.pdf> are intuitive
> and simple. For example the command *A10000* will move the stepper motor
> to *A*bsolute position *10000*. (This communications protocol is
> compatible with devices that use the Cavro DT or OEM protocol. )."
> 
> 
> Is there a program or library in Linux equivalent to Hyper Terminal that
> will allow me to use the usb port to send the text strings to the
> stepper controller? 

This question is more complicated than it appears.  At the most 
superficial level the answer is Yes and No.  That is, yes, there is a 
Linux program called "minicom" which is equivalent to Hyper Terminal.  No, 
minicom won't send text strings through a USB port (and neither will Hyper 
Terminal).

Furthermore, there is no standard for sending text strings to a USB 
device.  USB isn't like an old-fashioned serial port.  Every manufacturer 
does it in a different way, and you didn't say anything about how the 
Allmotion device does it.

Alan Stern


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to