Package | Description |
---|---|
com.rscja.custom | |
com.rscja.deviceapi | |
com.rscja.deviceapi.interfaces | |
com.rscja.team.qcom.deviceapi |
Modifier and Type | Class and Description |
---|---|
class |
UHFCSYXForURx |
class |
UHFSFForUrxNetwork |
Modifier and Type | Class and Description |
---|---|
class |
RFIDWithUHFUrxNetwork
UHF模块URx网口通信操作类
URx network operation of UHF module 第一步:先通过 RFIDWithUHFUrxNetwork.setIPAndPort(String ip, int port) 设置要连接的IP地址, 再通过 RFIDWithUHFUrxNetwork.init(Context context) 连接读写器串口。
Step 1: Connect to the serial port of the reader viaRFIDWithUHFUrxNetwork.setIPAndPort(String ip, int port) -> RFIDWithUHFUrxNetwork.init(Context context) .第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUrxNetwork.startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUrxNetwork.stopInventory() 函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. |
class |
RFIDWithUHFUrxUart
URx 模块,串口通信操作类
URx module , serial communication operation interface 第一步:通过 RFIDWithUHFUrxUart.init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUrxUart.init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUrxUart.startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUrxUart.stopInventory() 函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. |
class |
RFIDWithUHFUrxUsbToUart
URx 模块,串口通信操作类
URx module , serial communication operation interface 第一步:通过 RFIDWithUHFUrxUsbToUart.init(Context context) 连接读写器。Step 1: Connect to the usb of the reader via RFIDWithUHFUrxUsbToUart.init(Context context) 第二步: 如果是设置参数,连接成功之后,调用对应的函数设置参数、读写操作。 如果是盘点调用 RFIDWithUHFUrxUsbToUart.startInventoryTag() 函数开始执行盘点。
注意: 在盘点标签的时候rfid模块只能响应RFIDWithUHFUrxUsbToUart.stopInventory() 函数。Step 2: If it is to set parameters, after the connection is successful, call the corresponding function to set parameters, read and write operations. |
Modifier and Type | Interface and Description |
---|---|
interface |
IRFIDWithUHFUrxNetwork |
interface |
IRFIDWithUHFUrxUart |
interface |
IRFIDWithUHFUrxUsbToUart |
Modifier and Type | Class and Description |
---|---|
class |
RFIDWithUHFUrxNetwork_qcom |
class |
RFIDWithUHFUrxUart_qcom |
class |
RFIDWithUHFUrxUsbToUart_qcom
UR4 设备USB转串口,目前已经适配 pl2302芯片的usb转接线
|