Translations:Rule Examples/120/en: различия между версиями

Материал из Wiren Board
(Новая страница: «<syntaxhighlight lang="ecmascript"> function setup_port() { runShellCommand("stty -F /dev/ttyNSC0 ospeed 9600 ispeed 9600 raw clocal -crtscts -parenb -echo cs8"); }»)
 
(нет различий)

Текущая версия на 20:55, 21 сентября 2022

Определение сообщения (Rule Examples)
<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");

}