Hi

Is there any way to control ********'s controller -'Prodigy' using amx controller?

Comments

  • DHawthorne
    DHawthorne Junior Member
    The easiest way is to just plug into a serial port, and make up your own protocol to send it commands. Then , on the C-tron end, write a handler to interpret them. As far as I know, that's the best you can do.
  • arunmohan
    arunmohan Junior Member
    DHawthorne wrote: »
    The easiest way is to just plug into a serial port, and make up your own protocol to send it commands. Then , on the C-tron end, write a handler to interpret them. As far as I know, that's the best you can do.

    Thanks DHawthorne