# firmata_test **Repository Path**: nsynet/firmata_test ## Basic Information - **Project Name**: firmata_test - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-25 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Firmata Test Program ============ This "firmata_test" program works with boards running StandardFirmata version 2.2. If you need to quickly test your hardware, this stand-alone program can access all pins. It runs from a single file (no installation needed), for quick and easy testing! ![](http://firmata.org/w/images/4/4d/Firmata_test_screenshot.png) See [Downloads](https://github.com/firmata/firmata_test/downloads) for binaries. Usage --- For linux: ``` sudo ./firmata_test ``` And show as below: ![alt text](doc/1.png) Additional Instructions --- See the Firmata wiki for [instruction on how to compile the Firmata test program under Windows using GCC and WxWidgets](http://firmata.org/wiki/HOWTO_Compile_Firmata_test_program_under_Windows_using_GCC_and_WxWidgets).