Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Iconasys has updated the FTDI SDK to allow testing of stepper motors.

*This SDK is related to testing Iconasys Silver and Platinum Series Turntables

Solution

Panel
bgColor#fff
titleDownloading the SDK
To download the stepper-enabled SDK follow these steps:
  1. For Mac, please download: IconasysTurntable.1.0.23644-mac.tgz
  2. For Windows please download: IconasysTurntable.1.0.23644-win.tgz

...

const static unsigned char MASK_STEP_MOTOR_ENABLE      = 0x01; // DB0
const static unsigned char MASK_STEP_MOTOR_DIR              = 0x02; // DB1
const static unsigned char MASK_STEP_MOTOR_PULSE         = 0x04; // DB2
const static unsigned char MASK_STEP_USB_ENABLE            = 0x08; // DB3
const static unsigned char MASK_STEP_CAMERA_FOCUS      = 0x10; // DB4
const static unsigned char MASK_STEP_CAMERA_SHUTTER  = 0x20; // DB5 

 

 

...




...