- An example of how to use serialport in an electron app~
- Modify by serialport/electron-serialport
# 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