유틸

COM 포트 터미널 프로그램 추천 TOP 3

B로그지기 2024. 2. 14.

UART, COM 포트로 데이터를 보내려고 하면 반드시 PC 에는 COM 포트 터미널 프로그램이 있어야 한다. 물론 putty라는 강력한 툴이 있지만 임베디드 개발 시 많이 쓰던 2개를 추천해 본다. 3개로 변경

 

YAT (Yet Another Terminal)

간단하게 사용하기에는 아래 Terminal 프로그램이 좋았는데, 수신 데이터의 로그나 Hexa view 가 필요한 경우에는 사용할 수가 없었다. 그래서 좀더 안정적이고 기능이 많은 YAT 를 하나 더 소개한다.

다운로드는 여기

https://sourceforge.net/projects/y-a-terminal/

실행 화면과 Hex view 형태는 아래 그림과 같다.

YAT 실행파일

수신 데이터를 위한 다양한 View 옵션도 존재한다.

YAT View 옵션

전송 방법도 다양하게 해볼수 있고, 기능이 너무 많다. 꼭 제대로 활용해 보자.

Terminal V1.93b

툴 이름인지 버전인지 모르지만 2012년 업데이트를 마지막으로 릴리즈가 없는 터미널 프로그램이다.

그래도 잘 쓰고 있다. 

데이터를 보내거나 매크로로 몇개 저장하고 보내기 쉽고, 시리얼 속도도 맘대로 custom speed 조정이 가능하다.

홈페이지는 여기 => https://sites.google.com/site/terminalbpp/

시리얼 Terminal

다운로드도 아직 가능하다. 설치본이 아니라 그냥 실행하면 된다.

다운로드 링크는 => https://drive.google.com/file/d/1ZzRTebechzCWEQX0NT-LzJtUjDnBmZ8q/view

Zip 파일로 하나 올려둔다. 

Features

    • without installation, only single and small .exe file ~300KB
    • simple file send
    • Rx and Tx characters counter
    • baudrate up to 256kbps & custom baudrate
    • up to 64 COM ports
    • log to file (hex & string)
    • 24 custom transmit macros with auto repeat function
    • scripting (with graph/visualization support)
    • remote control over TCP/IP - telnet
    • run applications from macro commands
    • open www sites from macro commands
    • request/response macros
    • CSV Graph - As a little 2012 New Year's Gift ;)
    • 4th/black graph and scale factors for CSV values
    • auto scroll checkbox - to prevent auto scrolling
    • WriteToFile() procedure in scripting
    • %SCRS"script.tsc" and %SCRE commands for macros - check help
    • offset for %SUM and %XOR macro commands
    • time stamp, scale factors and offsets for CSV graph
    • Quit() function in scripting
    • parameter/argument to open script file at start up
    • Tx char delay strategy changed (real zero delay if value=0) 
    • hot key changes: DEL=RXClear, ESC=send code 27
    • flush buffers on disconnect to avoid "not responding"
  • NEW: macro up to 256 characters
  • FIX: lost chars problem...better but not fixed
  • FIX: ComSetDTR,ComSetRTS,...LED turn on/off bug

 

하나더 추천하자면,

Hercules

This program is the setup utility for Ethernet - RS-232 converters and similar Ethernet devices from the HW Group company.

홈페이지는 여기 => https://www.hw-group.com/software/hercules-setup-utility

허큘러스 시리얼 터미널

이건 만능 툴이라고 볼 수 있다. 

시리얼 뿐만 아니라 UDP, TCP, 서버 클라이언트 다 쓸수 있다. 아주 강력한 프로그램으로 아주 오래 써왔다.

프리웨어 라는 것이 감사하다.

Features: 
  • Complete support for Windows 7, 8, 8.1 and 10
  • All basic TCP and UDP utilities in one file, no installation required (just one .EXE file)
  • Implemented Serial Port Terminal is working with the Virtual Serial Ports (COM12 for example). You can check and control all serial port lines (CTS, RTS, DTR, DSR, RI, CD)
  • Simple TCP client (like the Hyperterminal) with the TEA support, view format, file transfers, macros..
  • Easy to use TCP Server with the TEA support, view format, file transfers, macros..
  • Hercules contains simple UDP/IP "Terminal" with view formats, echo, file transfers, macros..
  • Support the NVT (Network Virtual Terminal) in the Test mode tab, as like as NVT debuging features..
  • Using Telnet extended with NVT allows serial port configuration (RFC2217), device identification, confirmation of data sequence, etc.
  • It's FREEWARE you can use and share this software free

지금까지 개발자들이 터미널이 필요한 경우 사용하는 추천 COM 포트 터미널 프로그램에 대해 살펴봤다. 누군가에게 도움되는 글이길 :)

댓글