1. Serial Chart
2. Better Serial Plotter
3. tauno-serial-plotter
4. Serial Plotter ( VS Code Externtion )
===================================================
1. Serial Chart
시리얼 포트에서 올라 오는 숫자를 그림으로 그리기
2023년 3월 가져옴
http://www.starlino.com/serialchart#google_vignette
SerialChart – Starlino Electronics
www.starlino.com
이 홈페이지 이고,
SerialChart is a FREE software allowing real-time charting of data from a serial port.
This is the OFFICIAL SerialChart webpage. SerialChart is developed and maintained by Sergiu Baluta.
라 써있음.
설정 파일 extention 이 ~.scc ( 아마 serial chart config 같네) 인데 텍스트 파일이니 메모장에서 편집 하면 된다
설정 파일 등 설명서 같이 첨부 하였으니, 참고 하시고, 간단한것은 들어 있는 설정 파일 보시고 하시면 됨.
개발 보드에서 올려주는 데이타는
1. 콤마로 구분된 숫자 가 기본
즉
11, 55, 66
등과 같이 하면 된다.
2. 문자로 시작하는 줄은 무시 하는거 같고
3. cfg 에 3개만 했으면 4개 부터도 무시 하니 필요에 따라 추가 해서 써도 되는군
win 11 에서 사용한 버전
위에 있는 그림과 같이 잘 동작함, 이거 권장 함.
230403 일 현재 최종 버전은 SerialChart_v034.zip 인데, starlino 사이트에서 받아
win11 에서 띄워 보니, 머라 뭐라 하며 안뜸.
소스는 https://github.com/starlino/serialchart
GitHub - starlino/serialchart: OFFICIAL SERIALCHART REPOSITORY
OFFICIAL SERIALCHART REPOSITORY. Contribute to starlino/serialchart development by creating an account on GitHub.
github.com
에 있다 하며, 받은거는
이다.
2. Better Serial Plotter
아두이노 Serial Plotter 대치품
https://hackaday.io/project/181686-better-serial-plotter
에 있다.
아래 첨부는 250115 에 다운 받은 거 입니다.
3. tauno-serial-plotter
https://github.com/taunoe/tauno-serial-plotter
에 있읍니다.
4. Serial Plotter ( VS Code Externtion )
https://marketplace.visualstudio.com/items?itemName=badlogicgames.serial-plotter
에 있읍니다.
5. Web Serial Plotter - Sekigon-gonnoc - GitHub Pages
https://sekigon-gonnoc.github.io/web-serial-plotter/
6. nathandunk - Better Serial Plotter
아두이노 Serial Plotter 대치품
https://github.com/nathandunk/BetterSerialPlotter
'개발 > 통신' 카테고리의 다른 글
CH9121 시리얼(ttl) 이더넷 모듈 (CH9121 Serial Ethernet Module) (0) | 2023.10.30 |
---|---|
CubeIDE STM32 UART 수신 interrupt 처리 및 에러 처리, example source (1) | 2023.04.28 |
serial(rs232, rs485), LAN(tcp, udp)통신 Terminal 모음 (0) | 2023.01.09 |
Win TCP (UDP) Client ,Server , example Source code (0) | 2023.01.09 |
Nuvoton M054 - Wiznet ioLibrary 사용하여 W5200 연결 하기 (0) | 2023.01.06 |