Changes between Version 2 and Version 3 of en/Remote-Device-Control


Ignore:
Timestamp:
Mar 8, 2014, 2:23:01 AM (12 years ago)
Author:
jonathan brophy
Comment:

add information

Legend:

Unmodified
Added
Removed
Modified
  • en/Remote-Device-Control

    v2 v3  
    411411After the above steps are completed you will now be presented with a console where you can login to your Receiver with a username and password.
    412412
     413after 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
     418killall -9 evremote2
     419evremote2
     420}}}
     421[[br]]
     422
     423'''Start FTDI driver'''
     424{{{
     425#!python
     426mknod / dev.static/ttyUSB0 c 188 0"
     427}}}
     428[[br]]
     429
     430'''Test FTDI driver commands'''
     431{{{
     432#!python
     433ls-al / dev/ttyUSB0
     434}}}
     435[[br]]
     436
     437{{{
     438#!python
     439cat /proc/bus/usb/devices
     440}}}
     441[[br]]
     442
     443{{{
     444#!python
     445lsmod | 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
    413463----
    414464'''4.5 Rgui''' [=#point4.5] ([#point4 top of the page])