# DRTTView **Repository Path**: UncleChaofeng/DRTTView ## Basic Information - **Project Name**: DRTTView - **Description**: SEGGER-RTT Client for CMSIS-DAP (DAPLink) and ST-Link Debugger - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2023-05-20 - **Last Updated**: 2023-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DRTTView SEGGER-RTT Client for CMSIS-DAP (DAPLink) and ST-Link Debugger to run this software, you need python 2.7, pyqt4, pyqwt5, enum34 and a usb backend (hidapi or pywinusb for windows, pyusb for linux, hidapi for mac) wave show: ![](https://github.com/XIVN1987/RTTView/blob/master/截屏.gif) input: ![](https://github.com/XIVN1987/RTTView/blob/master/截屏.jpg) Note: the software uses the following statement to find the debugger ``` python if product_name.find("CMSIS-DAP") < 0: # Skip non cmsis-dap HID device ``` Note: you may need to update ST-Link's firmware to the latest