Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerotech-101SMC2EN-Control

Circuit board and microcontroller firmware to control the Aerotech 101SMC2EN-HM motion control motor.

Serial Interface

The revamped controller communicates with other devices over USB.

The controller communicates at a baud rate of 57600. All commands must be terminated with newline (ASCII 012).

The command syntax is as follows:

command behavior
G get position
H send home
M move to destination, in mm
Q query
S save current position to on-board memory
T tell stage what its current position is

Some commands cause the stage to send information back. The returned charachters will always be terminated with newline (ASCII 012).

Get position will return the current position of the stage, in mm. Query will return one of R (ready), B (busy).

About

Circuit board and microcontroller firmware to control the Aerotech 101SMC2EN-HM motion control motor

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages