美文网首页
扫码枪(条码枪CCSP Scan)v1.0扫可以实现无焦点捕获输

扫码枪(条码枪CCSP Scan)v1.0扫可以实现无焦点捕获输

作者: AppEmit | 来源:发表于2020-08-12 13:17 被阅读0次

扫码枪(条码枪CCSP Scan)v1.0扫可以实现无焦点捕获输入,支持串口和USB接口,并支持上传数据。

github 小巧精悍,不到1M。 下载

USB接口

设置

串口

概述

1、 分为免费版和注册版:

免费版上传数据有限制。每次可上传20条数据;每天可上传200条数据;总共可上传60000条数据

免费版串口接口每次扫码50条数据

注册版没有限制。

2、 本软件不记录保存上传任何信息。

3、 其它说明

A、USB接口

(1)打开软件,把鼠标点击输入框,扫码即可

(2)不用考虑鼠标,直接监控扫码输入,若360卫士提示有键盘监控请通过

(3)在设置中,可修改扫码的数据和上传功能。修改数据后要保存才立即生效。

(4)扫码以回车13为结束,扫码的字符输入间隔可调整,一般60-80毫秒。

B、串口接口

(1)选择正确的串口,自动获取字符串,支持中文

原理

1、 有输入框,则直接通过判断结束符号(回车)来确定一条扫码记录完成。

2、无焦点扫码,通过判断字符输入间隔小于设定的阈值(一般60-80毫秒),判断为扫码输入,否则是正常的键盘输入,并以结束符号(回车)来确定一条扫码记录完成。

3、服务器使用restful接口

4、串口读取ASCII字符

#Overview

It is divided into free version and registration version:

The free version has restrictions on uploading data. 20 pieces of data can be uploaded each time; 200 pieces of data can be uploaded every day; a total of 60000 pieces of data can be uploaded

The free version serial interface scans 50 pieces of data each time

There are no restrictions on the registration version.

This software does not record, save and upload any information.

Other instructions

A. USB interface

(1) Open the software, click the mouse on the input box and scan the code

(2) Do not consider the mouse, directly monitor the scan code input, if 360 guard prompt keyboard monitoring, please click

(3) In the setting, the scan code data and upload function can be modified. After modifying the data, it must be saved before it takes effect immediately.

(4) Code scanning ends with carriage return 13. The character input interval of scanning code can be adjusted, generally 60-80 Ms.

B. Serial port interface

(1) Select the correct serial port, automatically get the string, support Chinese

#Principle

If there is an input box, a code scanning record can be determined by judging the end symbol (enter).

No focus code scanning, by judging that the character input interval is less than the set threshold (generally 60-80 MS), it is judged as code scanning input, otherwise, it is normal keyboard input, and a code scanning record is determined by the end symbol (enter).

The server uses restful interface

Reading ASCII characters through serial port

相关文章

  • 扫码枪(条码枪CCSP Scan)v1.0扫可以实现无焦点捕获输

    扫码枪(条码枪CCSP Scan)v1.0扫可以实现无焦点捕获输入,支持串口和USB接口,并支持上传数据。 git...

  • 实现条码枪的无焦点扫码

        在上一家公司创业初期,我接触的第一个项目是医院的供应室消毒包管理系统,几乎一人之力用了两个多月的时间,完成...

  • 扫码枪【1】: vue中扫码枪的运用

    扫码枪 一、扫码枪是干什么的? 顾名思义,它是来扫二维码的,如下所示,扫码枪连接电脑,把二维码的信息读出条码自动在...

  • 2019-06-28

    什么是物流数据采集器? 物流数据采集器,又叫物流扫码枪,物流条码扫描枪或物流移动把枪,中转场/仓库数据采集,通过扫...

  • js获取扫码枪输入

    场景:扫码枪扫码,获取信息,js代码如何获取扫描信息呢? 原理:扫码枪输入会触发键盘输入事件。扫码枪输入的时间间隔...

  • 使用扫码枪输入字符的总结

    项目中的要使用扫码枪录入商品条码,读取微信、支付宝的付款码。在调试的过程中,遇到一些问题,在这里做个总结。 扫码枪...

  • 条码数据线的一些常见问题

    条码扫码器,又称为条码阅读器,条码扫描枪、条形扫描枪及条形阅读器。它是用于读取条码所包含信息的阅读设备,利用光学原...

  • Android使用AccessibilityService实现U

    android单屏机,通过扫码枪扫描二维码的场景非常多,扫码枪的种类也有蓝牙、USB、串口等等 目前USB的扫码枪...

  • vue使用扫码枪,全局监听

    全局监听扫码枪的扫码数据 在 src 下新建文件 scanCode.js,并在 main.js 引入即可 scan...

  • 超市只需要一个扫码枪

    经营宝扫码枪 超市只需要一个扫码枪就可以完成识别商品、支付、管理商品,不需要台式机和可视化的系统界面。一扫码枪即可...

网友评论

      本文标题:扫码枪(条码枪CCSP Scan)v1.0扫可以实现无焦点捕获输

      本文链接:https://www.haomeiwen.com/subject/kwipdktx.html