Magellan Linux

Annotation of /alx-src/branches/alx-web-060/include/plugins/remserial.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3516 - (hide annotations) (download)
Thu Apr 19 18:02:33 2012 UTC (12 years, 1 month ago) by niro
File size: 102 byte(s)
-added special definitions for serveral plugins
1 niro 3516 <?
2     $drop['device'] = array('/dev/ttyS0', '/dev/ttyS1');
3     $drop['stty_opts'] = array('9600 raw');
4     ?>
5