# SERCOM **Repository Path**: XIVN1987/SERCOM ## Basic Information - **Project Name**: SERCOM - **Description**: serial assistant written in python. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-04 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SERCOM serial assistant written in python to run this software, you need python 3.6, pyqt5, pyqtchart and pyserial ## COM ![](Image/COM.jpg) ## UDP ![](Image/UDP.jpg) ## data format data format for wave show: + 1 wave: 11, 22, 33, + 2 wave: 11 22, 33 44, 55 66, + 3 wave: 11 22 33, 44 55 66, 77 88 99, + 4 wave: 11 22 33 44, 55 66 77 88, 99 11 22 33, data format for hex send: 11 22 33 44 AA BB CC DD