Tiny Serial 업데이트 - BaudRate / CRLF 모드 추가

우분투에서 시리얼프로그램으로 Minicom이 아닌 brokestream에서 제공하는 Tiny Serial 프로그램을 사용해왔다.

 

Tiny serial terminal.

feel free to email me at Tiny serial terminal. Small minicom replacement for accessing serial ports (com ports) on Linux inspired by FreeBSD "tip". Mainly intended for use to access serial consoles of various hardware. If you want more control over port wi

www.brokestream.com

다양한 기능을 제공하는 Minicom과 다르게 터미널 입출력이라는 기본 기능에 충실하기 때문에 매우 프로그램 자체가 심플하기 때문에 이것을 지금까지 사용했지만 몇가지 아쉬운 점이 있어, 이것을 수정하였다.

 

highgon2/TinySerial

Tiny Serial on Ubuntu. Contribute to highgon2/TinySerial development by creating an account on GitHub.

github.com

Realtek chipset을 개발하게되어 uart baudrate라 460800을 사용하고 있거 baudrate를 추가하고, ESP8266의 AT command를 테스트하는데, 엔터키를 CRLF로 인식해야 하기 때문에 엔터키를 CRLF로 인식하는 모드를 추가하였다. 더 이상 기능을 추가하거나 디버깅하는 일이 없었으면 좋겠는데....

 

어쨌든, CRLF 모드가 없어 ESP8266 모듈의 시리얼 테스트가 불가하여 급하게 소스를 고치게 되어, 포멧하거나 다른 PC에서 사용하려면 다시 빌드해야 하기 때문에 GitHub에 소스를 올려놓았다.