# 29.1.概述

UNIX® 一直以来都支持串行通信，因为最早的 UNIX® 机器依赖串行线路进行用户输入和输出。从平均每秒 10 个字符的串行打印机和键盘组成的终端时代起，事情已经发生了很大变化。本章介绍了一些可以在 FreeBSD 上使用串行通信的方式。

阅读本章后，你将了解：

* 如何将终端连接到 FreeBSD 系统。
* 如何使用调制解调器拨号连接到远程主机。
* 如何允许远程用户使用调制解调器登录到 FreeBSD 系统。
* 如何通过串行控制台启动 FreeBSD 系统。

在阅读本章之前，你应该：

* 了解如何 [配置和安装自定义内核](https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig)。
* 理解 [FreeBSD 权限和进程](https://docs.freebsd.org/en/books/handbook/basics/#basics)。
* 拥有将与 FreeBSD 一起使用的串行硬件的技术手册。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.bsdcn.org/di-29-zhang-chuan-xing-tong-xin/29.1.-gai-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
