Instrumentino for GreenHouse Monitor

From OpenCircuits
Revision as of 10:46, 29 January 2017 by Russ hensel (talk | contribs) (Created page with "* go to Controlino program find baudrate #define SERIAL0_BAUD 115200 * go to SmartTerminal parameters.py and define a new mode Controlino: ** self.mode = "Cont...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • go to Controlino program find baudrate #define SERIAL0_BAUD 115200
  • go to SmartTerminal parameters.py and define a new mode Controlino:
    • self.mode = "Controlino" # this is not really needed but this way it is easy to turn on and off the Controlino settings.
    • find self.baudrate and add at end of baud rate section
        if self.mode == "Controlino" 
            self.baudrate          =       115200

this way of setting it will only be in effect for the mode Controlino which for now we will implement as a straight terminal