DragonFly 3.2 supports the Areca ARC-1882 RAID controller family
[ikiwiki.git] / docs / handbook / handbook-serialcomms.mdwn
1 \r
2 \r
3 ## Chapter 17 Serial Communications \r
4 \r
5 \r
6 ## 17.1 Synopsis \r
7 \r
8 UNIX® has always had support for serial communications. In fact, the very first UNIX machines relied on serial lines for user input and output. Things have changed a lot from the days when the average ***terminal*** consisted of a 10-character-per-second serial printer and a keyboard. This chapter will cover some of the ways in which DragonFly uses serial communications.\r
9 \r
10 After reading this chapter, you will know:\r
11 \r
12
13 * How to connect terminals to your DragonFly system.\r
14
15 * How to use a modem to dial out to remote hosts.\r
16
17 * How to allow remote users to login to your system with a modem.\r
18
19 * How to boot your system from a serial console.\r
20 \r
21 Before reading this chapter, you should:\r
22 \r
23
24 * Know how to configure and install a new kernel ([kernelconfig.html Chapter 9]).\r
25
26 * Understand UNIX permissions and processes ([basics.html Chapter 3]).\r
27
28 * Have access to the technical manual for the serial hardware (modem or multi-port card) that you would like to use with DragonFly.\r
29 \r
30 \r
31 \r
32 CategoryHandbook\r
33 Category\r