{"id":21526719,"url":"https://github.com/lineyk/serialcomview","last_synced_at":"2025-03-17T18:40:34.395Z","repository":{"id":259382230,"uuid":"877128974","full_name":"LineYK/SerialComView","owner":"LineYK","description":"시리얼 포트 송수신 데스크탑 어플리케이션","archived":false,"fork":false,"pushed_at":"2024-10-25T01:48:21.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-08T07:37:20.344Z","etag":null,"topics":["csharp","rs232","serialport"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LineYK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T06:19:43.000Z","updated_at":"2024-10-25T01:52:35.000Z","dependencies_parsed_at":"2024-10-25T01:17:05.206Z","dependency_job_id":"d9ca8862-7db4-40aa-92ba-b2ee81828ee6","html_url":"https://github.com/LineYK/SerialComView","commit_stats":null,"previous_names":["kwonyh-sky/serialcomview","lineyk/serialcomview"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineYK%2FSerialComView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineYK%2FSerialComView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineYK%2FSerialComView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineYK%2FSerialComView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LineYK","download_url":"https://codeload.github.com/LineYK/SerialComView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244090695,"owners_count":20396459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","rs232","serialport"],"created_at":"2024-11-24T01:46:27.323Z","updated_at":"2025-03-17T18:40:34.376Z","avatar_url":"https://github.com/LineYK.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# SerialComView\n\n## **개요**  \n\n![실행화면](./img/SerialComViewRun.png)\n\n![반복수신](./img/SerialComViewLoopRun.png)\n\n`SerialComView`는 C#과 WinForms을 사용해 개발된 **직렬 통신(Serial Communication)** 애플리케이션입니다. 이 프로그램은 다양한 COM 포트 장비와의 통신을 지원하며, 송수신 데이터를 실시간으로 모니터링할 수 있습니다.  \n\n주요 기능:  \n- 직렬 포트 설정 (BaudRate, StopBits, Parity 등)  \n- 데이터 송수신 모니터링  \n- 이벤트 기반 수신(DataReceived) 처리  \n\n---\n## **목차**\n- [기능](#기능)\n- [시작하기](#시작하기)\n- [사용법](#사용법)\n- [예외 처리](#예외-처리)\n- [라이선스](#라이선스)\n\n\n---\n\n## **기능**\n- **직렬 포트 설정**:  \n  사용자가 **COM 포트, BaudRate, DataBits, Parity, StopBits** 등의 파라미터를 직접 설정합니다.\n- **데이터 송신 및 수신**:  \n  입력한 텍스트를 직렬 포트로 송신하고, **실시간 수신 데이터**를 UI에 표시합니다.\n- **이벤트 기반 통신**:  \n  **DataReceived 이벤트**를 통해 비동기적으로 수신 데이터를 처리합니다.\n- **UI 친화적 환경**:  \n  간편한 인터페이스로 사용자가 포트 상태를 실시간으로 확인할 수 있습니다.\n\n---\n\n## **시작하기**\n\n### **1. 요구 사항**\n- **운영체제**: Windows 10 이상  \n- **.NET**: .Net 8.0\n- **직렬 포트(COM Port)** 지원 장비 (ex. RS232, RS485, USB to Serial 등) \n\n### **2. 설치 및 실행**\n1. 이 리포지토리를 클론합니다:\n   ```bash\n   git clone https://github.com/username/SerialComView.git\n   cd SerialComView\n   ```\n\n2. Visual Studio에서 프로젝트를 열고 빌드합니다.\n\n3. 프로그램을 실행한 후 **COM 포트와 설정 값을 선택**하고, **연결** 버튼을 누릅니다.\n\n---\n\n## **사용법**\n\n1. **포트 설정**:  \n   - 프로그램 실행 후 **COM 포트**를 선택합니다.  \n   - BaudRate, DataBits, StopBits, Parity, Handshake 등을 필요에 맞게 조정합니다.\n\n2. **데이터 송신**:  \n   - 텍스트 박스에 메시지를 입력한 후 **전송(Send)** 버튼을 누릅니다.  \n   - 송신된 데이터는 **메시지 박스**에 표시됩니다.\n\n3. **데이터 수신**:  \n   - 연결된 장치로부터 데이터가 수신되면, **메시지 박스**에 실시간으로 표시됩니다.\n\n\n---\n\n## **예외 처리**\n\n- **포트 열기 실패**:  \n  - 선택한 포트가 이미 사용 중이거나 잘못된 경우, **예외 메시지**가 표시됩니다.  \n\t- 다른 포트를 선택하거나, 포트를 점검하세요.\n  - 혹은 하드웨어 중 지원하지 않는 매개변수를 설정한 경우, **예외 메시지**가 표시됩니다.\n\t- 매개변수를 확인하고, 다시 시도하세요.\n\n- **DataReceived 이벤트 충돌**:  \n  - UI 업데이트 시 **Invoke()**를 사용해 스레드 충돌을 방지합니다.\n\n---\n\n\n## **라이선스**\n이 프로젝트는 **MIT 라이선스**에 따라 배포됩니다. 자세한 내용은 `LICENSE` 파일을 참조하세요.\n\n---\n\n## **연락처**\n프로젝트와 관련된 문의 사항은 아래 이메일로 연락 주세요:\n\nEmail✉️: [yhoung11@gmail.com](yhoung11@gmail.com)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flineyk%2Fserialcomview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flineyk%2Fserialcomview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flineyk%2Fserialcomview/lists"}