Estou usando a tela para me comunicar com o arduino pela porta serial, eu inicio a tela assim:
screen /dev/ttyACM0 115200
então eu tento enviar um comando, mas todas as teclas que eu pressiono no teclado são enviadas imediatamente, como esperar até que eu pressione Enter
antes de enviar a entrada para o arduino?
Este é o meu dispositivo serial /dev/ttyACM0
settings:
$ sudo ssty -F /dev/ttyACM0 -a
speed 115200 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^H; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; discard = ^O; min = 100; time = 2;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread clocal -crtscts
-ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl ixon -ixoff
-iuclc -ixany -imaxbel -iutf8
-opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
-isig -icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke -flusho -extproc
Meu arquivo .screenrc
está vazio.
Tags gnu-screen terminal