How to connect to ubuntu over serial radio

for ubuntu 16.04

Since the 3dr radios are just a serial connection I figured I could connect to a terminal via them. Here is how I did it.

  1. You need to tell ubuntu to set up a serial login at start. I used these instructions. http://0pointer.de/blog/projects/serial-console.html
  2. Set the systemctrl to the ttyUSB0 or what ever port is needed.

    $ systemctl enable [email protected]
    
  3. Open the created file in /lib/systemd/system, it should be [email protected]

  4. change the baud rate to whatever the radio uses such as 57600

  5. Now start the service
    $ systemctl start [email protected]

  6. If you make any other changes make sure to reload the daemon
    $ systemctl daemon-reload

Ok so it looks like this does not work for ubuntu 14.04 as it does not use systemd it is using upstart

results matching ""

    No results matching ""