leafseelight / BarCodeScanner

Java 接收扫码枪数据

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BarCodeScanner

Java 接收扫码枪数据

  • 首先要告诉你个秘密,扫码枪就是=键盘+回车,所以你建个txt文本文档或者doc随便,打开,然后连接扫码枪,开始扫描,扫码结果就会自动填入你的文档;
  • 然后,这个项目要给你讲的是,java程序上接收扫码枪数据。

运行效果

代码

运行ScanBarcodeListener.java就可以了,直接看看代码吧!

联系我

如能荣幸给您带来帮助,可以请我喝杯咖啡支持一下我→ 微信orPaypal

致谢

JAVA读取USB扫描枪

License

Copyright 2017 leafseelight

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Java 接收扫码枪数据


Languages

Language:Java 100.0%