issue148:tutoriel1
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
issue148:tutoriel1 [2019/09/06 07:06] – d52fr | issue148:tutoriel1 [2019/09/06 08:25] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 55: | Ligne 55: | ||
**Next, become root (using the su or sudo commands), and navigate to the directory / | **Next, become root (using the su or sudo commands), and navigate to the directory / | ||
- | Ensuite, passez en « root » (en utilisant | + | Ensuite, passez en « root » (en utilisant |
[Unit] | [Unit] | ||
Ligne 67: | Ligne 67: | ||
**The main line here is the one beginning with “ExecStart”. In this, we invoke getty with the correct device and line speed; we will thus need to get it right. Substitute your real device name here, it may or not be ttyUSB0, depending on your precise setup. As for line speed, most devices will run along happily at 115200 baud (bits / second). If yours does not, try lowering the speed to 28800 or even 9600 for testing purposes.** | **The main line here is the one beginning with “ExecStart”. In this, we invoke getty with the correct device and line speed; we will thus need to get it right. Substitute your real device name here, it may or not be ttyUSB0, depending on your precise setup. As for line speed, most devices will run along happily at 115200 baud (bits / second). If yours does not, try lowering the speed to 28800 or even 9600 for testing purposes.** | ||
- | La ligne principale ici est celle qui commence par « ExecStart ». Ici, nous invoquons getty avec le bon dispositif et la vitesse correcte de transmission ; nous devrons donc le faire scrupuleusement. Donnez ici le nom réel de votre dispositif, peut-être ttyUSB0 ou pas, en fonction de votre configuration/ | + | La ligne principale ici est celle qui commence par « ExecStart ». Ici, nous invoquons getty avec le bon dispositif et la vitesse correcte de transmission ; nous devrons donc le faire scrupuleusement. Donnez ici le nom réel de votre dispositif, |
**Once we are happy with our configuration, | **Once we are happy with our configuration, | ||
Ligne 88: | Ligne 88: | ||
**Once our getty service is up and running, let us turn to the client computer from which we intend to connect to the server. On a GNU/Linux system, there are very many serial terminal programs available. One that should already be installed is screen:** | **Once our getty service is up and running, let us turn to the client computer from which we intend to connect to the server. On a GNU/Linux system, there are very many serial terminal programs available. One that should already be installed is screen:** | ||
- | Une fois notre service getty opérationnel, | + | Une fois notre service getty opérationnel, |
$ screen / | $ screen / | ||
Ligne 121: | Ligne 121: | ||
**Similar connections should be rather easy to set up on clients with a Mac OS or a Microsoft operating system, using the appropriate tools in either case. Even a very old or low-spec computer should be well up to the task of working as a serial terminal – even one with a rather ancient Intel 80386 to Pentium IV processor. If you still have one lying around, it could even come with a serial port on the motherboard known in the BIOS or MS-DOS as COM1: or COM2:, and in Linux as /dev/ttyS0 or /dev/ttyS1 . These can easily be found by examining the rear panel of the computer body for a 9-pin connector: see (a) in the following image. In such a case, you will not even need to acquire a USB dongle.** | **Similar connections should be rather easy to set up on clients with a Mac OS or a Microsoft operating system, using the appropriate tools in either case. Even a very old or low-spec computer should be well up to the task of working as a serial terminal – even one with a rather ancient Intel 80386 to Pentium IV processor. If you still have one lying around, it could even come with a serial port on the motherboard known in the BIOS or MS-DOS as COM1: or COM2:, and in Linux as /dev/ttyS0 or /dev/ttyS1 . These can easily be found by examining the rear panel of the computer body for a 9-pin connector: see (a) in the following image. In such a case, you will not even need to acquire a USB dongle.** | ||
- | Des connexions similaires devraient être assez faciles à mettre en place sur des clients avec un système d' | + | Des connexions similaires devraient être assez faciles à mettre en place sur des clients avec un système d' |
**Enjoy!** | **Enjoy!** | ||
Amusez-vous bien ! | Amusez-vous bien ! |
issue148/tutoriel1.1567746387.txt.gz · Dernière modification : 2019/09/06 07:06 de d52fr