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

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

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

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

}