I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
96 lines
1.7 KiB
Text
96 lines
1.7 KiB
Text
---
|
|
title: Chapitre 27. Serial Communications ** Traduction en Cours **
|
|
part: Partie IV. Réseau
|
|
prev: books/handbook/partiv
|
|
next: books/handbook/ppp-and-slip
|
|
---
|
|
|
|
[[serialcomms]]
|
|
= Serial Communications ** Traduction en Cours **
|
|
:doctype: book
|
|
:toc: macro
|
|
:toclevels: 1
|
|
:icons: font
|
|
:sectnums:
|
|
:sectnumlevels: 6
|
|
:source-highlighter: rouge
|
|
:experimental:
|
|
:skip-front-matter:
|
|
:toc-title: Table des matières
|
|
:table-caption: Tableau
|
|
:example-caption: Exemple
|
|
:xrefstyle: basic
|
|
:relfileprefix: ../
|
|
:outfilesuffix:
|
|
:sectnumoffset: 27
|
|
|
|
ifeval::["{backend}" == "html5"]
|
|
:imagesdir: ../../../images/books/handbook/serialcomms/
|
|
endif::[]
|
|
|
|
ifeval::["{backend}" == "pdf"]
|
|
:imagesdir: ../../../../static/images/books/handbook/serialcomms/
|
|
endif::[]
|
|
|
|
ifeval::["{backend}" == "epub3"]
|
|
:imagesdir: ../../../../static/images/books/handbook/serialcomms/
|
|
endif::[]
|
|
|
|
include::shared/authors.adoc[]
|
|
include::shared/releases.adoc[]
|
|
include::shared/fr/mailing-lists.adoc[]
|
|
include::shared/fr/teams.adoc[]
|
|
include::shared/fr/urls.adoc[]
|
|
|
|
toc::[]
|
|
|
|
[[serial-synopsis]]
|
|
== Synopsis
|
|
|
|
[[serial]]
|
|
== Introduction
|
|
|
|
[[serial-terminology]]
|
|
=== Terminology
|
|
|
|
[[serial-cables-ports]]
|
|
=== Cables and Ports
|
|
|
|
[[term-cables]]
|
|
==== Cables
|
|
|
|
[[term-cables-null]]
|
|
===== Null-modem Cables
|
|
|
|
[[term]]
|
|
== Terminals
|
|
|
|
[[term-uses]]
|
|
=== Uses and Types of Terminals
|
|
|
|
[[term-config]]
|
|
=== Configuration
|
|
|
|
[[term-etcttys]]
|
|
==== Adding an Entry to [.filename]#/etc/ttys#
|
|
|
|
[[term-hup]]
|
|
==== Force `init` to Reread [.filename]#/etc/ttys#
|
|
|
|
[[term-debug]]
|
|
=== Troubleshooting Your Connection
|
|
|
|
[[dialup]]
|
|
== Dial-in Service
|
|
|
|
[[dialout]]
|
|
== Dial-out Service
|
|
|
|
[[serialconsole-setup]]
|
|
== Setting Up the Serial Console
|
|
|
|
[[serialconsole-tips]]
|
|
=== Tips for the Serial Console
|
|
|
|
[[serialconsole-ddb]]
|
|
==== Entering the DDB Debugger from the Serial Line
|