Results 1 to 3 of 3
  1. #1
    150+ Forum Groupie Atomic_Sheep's Avatar
    Join Date
    May 2010
    Location
    Melbourne, Australia
    Posts
    166
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Software to Hardware

    I'm writing my own software for cockpit instruments like Jeehell is doing. Now I'm trying to figure out how to run stepper motors and servos. Will opencockpits cards allow me to control steppers and servos from my own software?

  2. #2
    25+ Posting Member Roarkr's Avatar
    Join Date
    Feb 2011
    Location
    Asker Norway
    Posts
    61
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Software to Hardware

    Quote Originally Posted by Atomic_Sheep View Post
    I'm writing my own software for cockpit instruments like Jeehell is doing. Now I'm trying to figure out how to run stepper motors and servos. Will opencockpits cards allow me to control steppers and servos from my own software?

    Yes, if you write your software in C++ you have direct access to all Opencokcpits cards by using their SIOC SDK. Not an easy task for a beginner, but yes
    you can control all OC cards. First you need to code a IOCP Client that communicate with the SIOC Server using the SIOC SDK protocol. Using the SDK protocol you can access all hardware without writing any SIOC scripts.

    Roar
    Roar Kristensen rksoftware www.flightsim4fun.com
    Flightsimmer since 1982 (Sinclair Spectrum Sinclair QL, Amiga, PC --16Mhz >>4.4GHz)

  3. #3
    10+ Posting Member
    Join Date
    Feb 2011
    Location
    US
    Posts
    16
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Software to Hardware using Arduino

    The easiest way in my opinion is using Arduino software. There is no need for C+ programing. It is very intuitive.
    Google "Arduino + Stepper motors". You will be pleasantly surprised.

    Sergio