Sunseeker CAN USB
从can总线读取数据
更新
要克隆和运行此存储库,您需要在计算机上安装和 ( 随附)。 在您的命令行中:
# Clone this repository
git clone
# Go into the repository
cd electron-serialport
# Install dependencies
npm install
# Run the app
npm start
调试
要在窗口中打开控制台,您需要取消注释main.js文件中的mainWindow.webContents.openDevTools()行。
建造
要将此程序构建到Windows .exe文件,请运行以下命令:
npm run build
2021-09-27 09:37:08
96KB
HTML
1