Skip to content

Serial Gateway (en us)

Dietmar-Franken edited this page Nov 9, 2015 · 1 revision

mcc.serialport.driver.type=auto

mcc.serialport.name=/dev/ttyUSB0

mcc.serialport.baud.rate=115200

mcc.serialport.driver.type:

Available driver types: pi4j, jssc, jserialcomm, auto. It is recommended to keep in auto. For now jssc driver is not stable with MyController.org

mcc.serialport.name :

Will vary based on platform and number of ports. Find it on your computer and update.

mcc.serialport.baud.rate :

By default the Serial Gateway uses 115200 baud. If you changed on your setup you have to update your custom value here.

Note: To connect NRF24L01+ device directly with Raspberry PI module, Execute steps from here.

Discussion

This will create new serial port like /dev/ttyMySensorsGateway you can use this serial port in serial gateway configuration

Clone this wiki locally