Translations:Rule Examples/130/en

Версия от 20:56, 21 сентября 2022; Matveevrj (обсуждение | вклад) (Новая страница: «function setup_port() { runShellCommand("stty -F /dev/ttyNSC0 ospeed 9600 ispeed 9600 raw clocal -crtscts -parenb -echo cs8"); }»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

function setup_port() {

   runShellCommand("stty -F /dev/ttyNSC0 ospeed 9600 ispeed 9600 raw clocal -crtscts -parenb -echo cs8");

}