GPIO capability on windows server?

Is it possible to use repetier servers GPIO capabilities on windows if I were to use a breakout board such as the Adafruit FT232H USB breakout board.

Comments

  • No, the implemented gpio handling is especially optimized for Raspberr Pi and other linux systems with same gpio solution.

    However there are several ways to trigger external scripts or get notification from external software communicating with the server you can use. Depending on direction you can simply execute the scripts with @execute that control board or use web calls to send data to a web service. If you need to signal switches or values you can call the API to trigger actions.
Sign In or Register to comment.