必威体育Betway必威体育官网
当前位置:首页 > IT技术

Vue下使用serialport

时间:2019-10-17 11:43:27来源:IT技术作者:seo实验室小编阅读:81次「手机版」
 

serialport

用黑框框(命令)运行

1:先要安装 node-gyp

npm install -g node-gyp     (全局安装)

2.需要安装vs2017Python (我电脑里面有VS2017)

切记:python安装目录不要更改 也就是要装C盘

指令:如下

npm config set python python2.7  

npm config set msvs_version 2017

3.node-gyp 设置python 路径

npm config set python C:\Python27

环境配置完毕

测试命令:node-gyp

 Usage: node-gyp <command> [options]

where is one of:

- build - Invokes msbuild and builds the module

- clean - Removes any generated build files and the “out” dir

- configure - Generates MSVC project files for the current module

- rebuild - Runs “clean”, “configure” and “build” all at once

- install - Install node development files for the specified node version.

- list - prints a listing of the currently installed node development files

- remove - Removes the node development files for the specified version

有这些东西出来 就说明你安装成功了

二:

如何使用串口通信serialport C++模块

进入自己vue-electron 项目 

1.   npm install   首先安装基础包
2.   npm install serialport   安装serialport包

 
进入\node_modules\serialport 目录

3.	 node-gyp configure 		 配置 serialport
	如果报错 gyp: binding.gyp not found 
	把serialport 替换了 
	然后 执行 
			1.node-gyp configure
			2.node-gyp build
			
			
4 在package.json
	加入	"rebuild": "./node_modules/.bin/electron-rebuild.cmd -f -w serialport"
	
	
然后 运行 npm run rebuild  就把serialport编译进去

相关阅读

“客户之声——天猫评价管理工具”首轮使用名单公布!!!

&ldquo;客户之声&mdash;&mdash;天猫评价管理工具&rdquo;即将发布上线,首轮使用商家,我们采用跟贴方式报名的进行选择,最终确认了此

什么情况下使用指针的引用(指针)

在函数调用时用指针或者引用做参数,表示把变量的地址传递给子函数,但是子函数只能修改指针所指变量的值,并不能修改指针的指向。如果

ScheduledExecutorService使用之——重复创建停止周期

ScheduledExecutorService的创建就不用多说,直接上代码 executorService = Executors.newSingleThreadScheduledExecutor(); Sch

关于暴力破解RAR格式的 - - 使用心得

-|||||今天下载了一堆RAR 准备解压的时候发现 有密码 还有图片要我加VX买?!我这暴脾气!直接怒从心中起,恶向弹边生,上手就是准备暴力破

几种java反编译软件的安装以及使用总结

下面是在网上找的几种反编译软件的安装以及使用:一、JD-JUI官网下载链接:http://jd.benow.ca/下载之后解压,点击“jd-gui.exe”运行:

分享到:

栏目导航

推荐阅读

热门阅读