linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

16
pages.ko/linux/minicom.md Normal file
View File

@@ -0,0 +1,16 @@
# minicom
> 디바이스의 직렬 인터페이스와 통신.
> 더 많은 정보: <https://manned.org/minicom>.
- 특정 직렬 포트 열기:
`sudo minicom --device {{/dev/ttyUSB0}}`
- 특정 직렬 포트를 주어진 보율로 열기:
`sudo minicom --device {{/dev/ttyUSB0}} --baudrate {{115200}}`
- 특정 직렬 포트와 통신하기 전에 설정 메뉴로 들어가기:
`sudo minicom --device {{/dev/ttyUSB0}} --setup`