Serial Console: Difference between revisions

imported>Clerie
No edit summary
imported>Clerie
No edit summary
Line 1: Line 1:
{{expansion}}
{{expansion}}
== Serial devices ==
Serial devices under NixOS will get expose with the following file names.
The file names relate to the driver used for the serial interface.
* <code>/dev/ttyS*</code>
* <code>/dev/ttyUSB*</code>
* <code>/dev/ttyACM*</code>


== Connect to serial device ==
== Connect to serial device ==
Line 21: Line 12:


   screen /dev/ttyS0 115200
   screen /dev/ttyS0 115200
== Serial devices ==
Serial devices under NixOS will get expose with the following file names.
The file names relate to the driver used for the serial interface.
* <code>/dev/ttyS*</code>
* <code>/dev/ttyUSB*</code>
* <code>/dev/ttyACM*</code>


== Use serial interface as TTY ==
== Use serial interface as TTY ==