Hello, I was wanting to extend the syntax of the modem.conf file. It is extra work to maintain a different plugin file for each generic AT modem with a different speed, serial settings. I'm not sure on the best syntax for this. Maybe below could be a solution. [generic] Driver=atgen Device=/dev/ttyS0:baud=115200:read=on:local:on OR [generic] Driver=atgen Device=/dev/ttyS0 DeviceOpts=baud=115200:read=on:local:on Any opinions? Also, shouldn't the "Driver" keyword in the file be named "Plugin" instead? It may give a better indication where to read in the source. Greetings, Ryan