没有合适的资源?快使用搜索试试~ 我知道了~
hid-handler:适用于Node.js的USB Hid处理程序
共25个文件
js:14个
properties:3个
jshintrc:1个
需积分: 10 1 下载量 199 浏览量
2021-05-08
20:48:19
上传
评论
收藏 25KB ZIP 举报
温馨提示
USB HID处理程序 这个nodejs模块为USB HID设备提供了一个事件处理程序。 基于libusb,它是很棒的 nodejs模块。 该模块的目的是提供更高级别的USB设备处理,并且只需在您的应用程序中使用它即可,而无需处理libusb的所有技术细节。 安装 $ npm install hid-handler 快速开始 假设您要使用USB键盘: var hidHandler = require ( 'hid-handler' ) ; hidHandler . on ( 'key' , function ( event ) { console . log ( 'keycodes :' , event . keycodes ) ; // raw keycodes array emitted by the keyboard } ) ; hidHandler . start ( {
资源推荐
资源详情
资源评论
收起资源包目录
hid-handler-master.zip (25个子文件)
hid-handler-master
.jshintrc 613B
LICENSE.txt 1KB
lib
event-handlers
keyboard.js 2KB
touchpad.js 2KB
presenter.js 2KB
mouse.js 3KB
numpad.js 2KB
index.js 224B
generic.js 1KB
key-layouts
presenter.properties 57B
generic.properties 971B
azerty-fr.properties 85B
index.js 6KB
hid-handler.js 18KB
util.js 2KB
fake
usb.js 154B
node-hid.js 67B
.npmignore 57B
spec
hidHandlerSpec.js 3KB
.travis.yml 491B
gulpfile.js 10KB
README.md 9KB
.gitignore 35B
bin
scandevices 151B
package.json 1KB
共 25 条
- 1
资源评论
花花鼓
- 粉丝: 34
- 资源: 4646
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功