![]()  | 
  
    MySensors Library & Examples
    2.3.2
    
   | 
 
 Collaboration diagram for Linux:These options control Linux specific configurations.
Macros | |
| #define | MY_LINUX_SERIAL_PORT | 
| Serial device port.  | |
| #define | MY_LINUX_SERIAL_PTY | 
| deprecated option  | |
| #define | MY_LINUX_IS_SERIAL_PTY | 
| deprecated option  | |
| #define | MY_LINUX_SERIAL_IS_PTY | 
| Set serial as a pseudo terminal.  More... | |
| #define | MY_LINUX_SERIAL_GROUPNAME | 
| Grant access to the specified system group for the serial device.  | |
| #define | MY_LINUX_CONFIG_FILE "/etc/mysensors.conf" | 
| Sets the filepath for the gateway config file.  More... | |
| #define MY_LINUX_CONFIG_FILE "/etc/mysensors.conf" | 
Sets the filepath for the gateway config file.
Definition at line 2094 of file MyConfig.h.
| #define MY_LINUX_SERIAL_IS_PTY | 
Set serial as a pseudo terminal.
Enable this if you need to connect to a controller running on the same device. You also need to define MY_LINUX_SERIAL_PORT with the symlink name for the PTY device.
Definition at line 2241 of file MyConfig.h.