# # YASDI config file example for Linux # using serial port 1 for communication with an SunnyBoyControl (19200 baud) # and serial port 2 for communication with an string inverter (1200). # # # Load serial bus driver # [DriverModules] Driver0=./libyasdi_drv_serial # # Configure serial linux port 1 # [COM1] Device=/dev/ttyS0 Media=RS232 Baudrate=1200 Protocol=SMANet # # Second serial port # [COM2] Device=/dev/ttyS1 Media=RS485 Baudrate=1200 Protocol=SMANet # # Log debug messages to stderr # [Misc] DebugOutput=/dev/stderr