Skip to content

Test application for the firmata protocol

Notifications You must be signed in to change notification settings

youridijk/firmata_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firmata Test Program macOS

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!

This repo is meant to make it possible to compile this program on macOS. Other platforms should be supported, but not tested. To compile for other platforms, check out the original repo.

See Downloads for binaries for macOS.

Compiling MacOS

  1. Download the latest version of the wxwidgets source code
  2. Clone/ download this repo
  3. Place the folder containing this repo in the samples folder of the wxwidgets source code
  4. Open the Firmata Test.xcodeproj file using XCode
  5. Build the app using XCode

Note

This project is a modified copy of the minimal project provided in the samples folder of the source code. It could be possible that there are still some reference to it.

About

Test application for the firmata protocol

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.9%
  • CMake 3.8%
  • Module Management System 3.4%
  • Makefile 2.9%