본문 바로가기

개발/통신

com(serial rs232) port plot chart 화면에 그림 그리기 모음

반응형

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 에서 사용한 버전

SerialChart.zip
5.20MB

위에 있는 그림과 같이 잘 동작함, 이거 권장 함.

 

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

 

에 있다 하며, 받은거는

serialchart-master-230405.zip
0.07MB

 

 

 

이다.

 

2. Better Serial Plotter

아두이노 Serial Plotter 대치품

https://hackaday.io/project/181686-better-serial-plotter

에 있다.

아래 첨부는 250115 에 다운 받은 거 입니다.

BetterSerialPlotter-0.1.0.zip
0.66MB
BetterSerialPlotter-v0.1.0-Windows.zip
0.90MB

 

 

 

 

 

 

3. tauno-serial-plotter

https://github.com/taunoe/tauno-serial-plotter

에 있읍니다.

tauno-serial-plotter-1.19.3.zip
0.58MB

 

 

 

 

 

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

 

 

반응형