WOLFRAM SYSTEM MODELER
StandardFirmataComponent with default configuration for any board with the standard Firmata |
SystemModel["ModelPlug.Boards.StandardFirmata"]
This component provides a ready-to-use configuration for boards flashed with the StandardFirmata. This component has been tested with chipKIT UNO and Teensy 3.1, but it should work with any board supporting the StandardFirmata.
When running the simulation, you will get a list of the capabilities of every pin. If you want to stop showing the capabilities every time you simulate, you need to set the property 'ShowCapabilities' to false. If you are not sure about the location of an specific pin in your board, you should check the documentation for your board.
Port |
Value: "COMX" Type: SerialPort Description: Name of the serial port |
---|---|
ShowPinCapabilities |
Value: true Type: Boolean Description: Set to true if you want to see the capabilities of the pins in your board |
UseDTR |
Value: false Type: Boolean Description: Some boards like Arduino Leonardo require UseDTR=true |
boardConnector |
Type: BoardConnector |
---|
board |
Type: FirmataBoardObject |
---|
ModelPlug.Examples Blinking a LED using a standard Firmata board |