Translations:Rule Examples/120/en

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

<syntaxhighlight lang="ecmascript"> function setup_port() {

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

}