diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-07 17:39:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-07 17:39:22 +0200 |
commit | 39f18a3b6e413515f57387d3d286b3c9a8eee6e2 (patch) | |
tree | 1158d25bfdffea00354f0af53bd40dd16d29dee3 /docs/system | |
parent | b81d2728b50615f0ec69fbd4b357e83b9005e6c3 (diff) | |
download | vyos-documentation-39f18a3b6e413515f57387d3d286b3c9a8eee6e2.tar.gz vyos-documentation-39f18a3b6e413515f57387d3d286b3c9a8eee6e2.zip |
serial-console: add note about USB rs232 converters
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/serial-console.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/system/serial-console.rst b/docs/system/serial-console.rst index 309c6ad2..d65d65fe 100644 --- a/docs/system/serial-console.rst +++ b/docs/system/serial-console.rst @@ -38,6 +38,10 @@ Major upgrades to the installed distribution may also require console access. * ``57600`` - 57,600 bps * ``115200`` - 115,200 bps (default for serial console) + .. note:: If you use a USB to serial converter please note that most of them + use software emulation without flow control, thus you should start with a + common baud rate of 9600 as otherwise you could get + ############### Network Console ############### |