FAQ杂记: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
* 目前所有model上,MAX版本Google拼音输入法已移除,有需要的客户另外安装,[https://ftp.wizarpos.com/advanceSDK/GooglePinyinIME.apk Q2上APK,已签名] | * 目前所有model上,MAX版本Google拼音输入法已移除,有需要的客户另外安装,[https://ftp.wizarpos.com/advanceSDK/GooglePinyinIME.apk Q2上APK,已签名] | ||
* Q2P 以上的版本WIFI支持5G。 LTE目前没有支持5G的。 | * Q2P 以上的版本WIFI支持5G。 LTE目前没有支持5G的。 | ||
* | * ACM串口,侧边的otg USB支持,需安装打开ACM属性的oem,终端上需要选择slave模式打开。另外一端也是CDC模式或者Host模式。 | ||
* [https://ftp.wizarpos.com/techsupport/software/检验是否带MDB.png 检验终端是否带MDB方法] | * [https://ftp.wizarpos.com/techsupport/software/检验是否带MDB.png 检验终端是否带MDB方法] | ||
* [https://ftp.wizarpos.com/advanceSDK/VA21BatteryInfo.zip VA21BatteryInfo.zip] | * [https://ftp.wizarpos.com/advanceSDK/VA21BatteryInfo.zip VA21BatteryInfo.zip] | ||
Line 42: | Line 42: | ||
** 在每次open和close之间,如果PIN key第二次使用,强制认为开始一个新回话。 | ** 在每次open和close之间,如果PIN key第二次使用,强制认为开始一个新回话。 | ||
** 在每次open和close之间,如果MAC key或者MAC key response第二次使用,强制认为开始一个新回话。20230705补充说明:就是说mac key和response mac key可以在不增加ksn的情况下各自使用一次。如果计算一次mac再计算一次response mac,则他们用同一个ksn。同时增加一个方法calculateResponseMac返回计算的mac数组,让调用者自己比较是否正确。 | ** 在每次open和close之间,如果MAC key或者MAC key response第二次使用,强制认为开始一个新回话。20230705补充说明:就是说mac key和response mac key可以在不增加ksn的情况下各自使用一次。如果计算一次mac再计算一次response mac,则他们用同一个ksn。同时增加一个方法calculateResponseMac返回计算的mac数组,让调用者自己比较是否正确。 | ||
** Data | ** Data key也符合上述规则 | ||
[上述规则的英文描述,可以直接拷贝给客户。Regarding the DUKPT Implementation and the Definition of a Session (One-Key-Per-Transaction): | |||
DUKPT (Derived Unique Key Per Transaction) means that each transaction uses a unique key — no two transactions share the same key. | |||
The definition of a session is as follows: | |||
Between each open and close operation on a PINPad: | |||
If any key is used during this period, then the next open is considered the start of a new session, and the KSN (Key Serial Number) must be incremented. | |||
If no keys are used during the open/close period, then this does not count as a session, and the KSN remains unchanged. | |||
At the start of a new session, all session keys use a new KSN value. | |||
If the PIN key is used a second time between one open and close, it is forced to start a new session. | |||
If the MAC key or MAC response key is used a second time between one open and close, it is also forced to start a new session. | |||
This means that the MAC key and response MAC key can each be used once per session without increasing the KSN. | |||
If a MAC is calculated once and a response MAC is calculated once, both use the same KSN. A new method calculateResponseMac is added to return the MAC array so the caller can compare it themselves. | |||
The Data key follows the same rules above.] | |||
*低电量警告:当电量低于15%或者剩余使用时间少于3小时都会报 | |||
*screenshot(截屏)相关,不支持快捷键截屏,支持开发应用截屏,但是密码键盘做了保护截不了。deviceowner应用可以控制终端点击。Demo下载。 AnyDesk显示,不能操作。 | |||
}} | }} |
Latest revision as of 05:49, 1 April 2025
This content is restricted to authorized users only. Please log in to access additional information.