
Public Member Functions | |
| def | __init__ | 
| def | convertBaud | 
| def | query | 
Static Public Attributes | |
| string | ENDC = '\033[0m' | 
| string | FAIL = '\033[91m' | 
| string | OKBLUE = '\033[94m' | 
| string | OKGREEN = '\033[92m' | 
| string | WARNING = '\033[93m' | 
Definition at line 52 of file terminal.py.
| def terminal.Terminal.__init__ | ( | self, | |
port = "/dev/ttyUSB0",  | 
        |||
baud = 115200  | 
        |||
| ) | 
Definition at line 59 of file terminal.py.
| def terminal.Terminal.convertBaud | ( | self, | |
| b | |||
| ) | 
Definition at line 148 of file terminal.py.
| def terminal.Terminal.query | ( | self, | |
max_id = 18,  | 
        |||
baud = 1000000  | 
        |||
| ) | 
Definition at line 130 of file terminal.py.
string terminal.Terminal::ENDC = '\033[0m' [static] | 
        
Definition at line 57 of file terminal.py.
string terminal.Terminal::FAIL = '\033[91m' [static] | 
        
Definition at line 56 of file terminal.py.
string terminal.Terminal::OKBLUE = '\033[94m' [static] | 
        
Definition at line 53 of file terminal.py.
string terminal.Terminal::OKGREEN = '\033[92m' [static] | 
        
Definition at line 54 of file terminal.py.
string terminal.Terminal::WARNING = '\033[93m' [static] | 
        
Definition at line 55 of file terminal.py.