# vj-shell **Repository Path**: vjiot-open/vj-shell ## Basic Information - **Project Name**: vj-shell - **Description**: 适用于 MCU 开发的 shell 串口终端 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 4 - **Created**: 2021-05-20 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: shell, mcu ## README # vj-shell 适用于 MCU 的串口交互终端,PC 端软件推荐 xShell, putty, MobaXterm 等支持 xterm, vt100 终端类型的工具软件。注意不同终端回车换行显示配置区别。 # Win32 build test ``` cmake -Awin32 -Bbuild . cmake --build .\build .\build\Debug\vj-shell.exe ``` # Cygwin build ``` cmake -Bbuild . cmake --build ./build ./build/vj-shell.exe ``` # Win32 shell test ![vj-shell](images/vj-shell.jpg) # MCU threadx shell test ![vj-shell](images/vj-shell_serial_test.gif)