A PCRE internal error occured. This might be caused by a faulty plugin

====== Connection settings ====== * 115200 8N1, no hardware flow control. ====== Windows ====== I recommend using [[http://www.8devices.com/files/V-TERM32.ZIP|V-term32]] (no need to install just unzip and run) or [[http://hp.vector.co.jp/authors/VA002416/teraterm.html|TeraTerm]] program. ====== Linux minicom ====== TODO ====== Linux picocom ====== picocom -f n -p n -b 115200 -i -r -l /dev/ttyUSB0 picocom -b 9600 /dev/ttyUSB0 * Picocom [[http://linux.die.net/man/8/picocom|man]] * To exit, press and hold CTRL, A, Q. ====== Other Linux uart settings and useful commands ====== If you do not have installed ''stty'' you should get it by typing opkg install coreutils-stty To set options: stty -F /dev/ttyUSB0 cs8 9600 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts To get options: stty -a -F /dev/ttyUSB0 To read from device tail -f /dev/ttyUSB0

Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki