| | 413 | after entering your login information there are a few reciever specific functions that may be handy if you require information on basic telnet commands i suggest you have a look on [http://www.linux.org linux.org] |
| | 414 | |
| | 415 | '''Remote RC debugging''' |
| | 416 | {{{ |
| | 417 | #!python |
| | 418 | killall -9 evremote2 |
| | 419 | evremote2 |
| | 420 | }}} |
| | 421 | [[br]] |
| | 422 | |
| | 423 | '''Start FTDI driver''' |
| | 424 | {{{ |
| | 425 | #!python |
| | 426 | mknod / dev.static/ttyUSB0 c 188 0" |
| | 427 | }}} |
| | 428 | [[br]] |
| | 429 | |
| | 430 | '''Test FTDI driver commands''' |
| | 431 | {{{ |
| | 432 | #!python |
| | 433 | ls-al / dev/ttyUSB0 |
| | 434 | }}} |
| | 435 | [[br]] |
| | 436 | |
| | 437 | {{{ |
| | 438 | #!python |
| | 439 | cat /proc/bus/usb/devices |
| | 440 | }}} |
| | 441 | [[br]] |
| | 442 | |
| | 443 | {{{ |
| | 444 | #!python |
| | 445 | lsmod | grep usbserial |
| | 446 | }}} |
| | 447 | [[br]] |
| | 448 | |
| | 449 | '''Take a screen shot''' |
| | 450 | {{{ |
| | 451 | #!python |
| | 452 | /sbin/grab -j 100 -r 960 /tmp/000.jpg |
| | 453 | }}} |
| | 454 | |
| | 455 | |
| | 456 | |
| | 457 | |
| | 458 | |
| | 459 | |
| | 460 | |
| | 461 | |
| | 462 | |