/electron-serialport

electron serialport 串口工具 桌面应用,不需要Python,不需要编译,可以打包build Windows Linux macOS

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

electron-serialport

To Use

# Install cnpm
# use npm/pnpm/yarn may not work on [Build the app]
npm install cnpm -g
# Go into the repository
cd electron-serialport
# Install dependencies
cnpm install
# Run the app
cnpm run start
# Build the app
cnpm run build