HK1237495B - Method and device for processing, displaying and reading barcode - Google Patents

Method and device for processing, displaying and reading barcode Download PDF

Info

Publication number
HK1237495B
HK1237495B HK17111468.1A HK17111468A HK1237495B HK 1237495 B HK1237495 B HK 1237495B HK 17111468 A HK17111468 A HK 17111468A HK 1237495 B HK1237495 B HK 1237495B
Authority
HK
Hong Kong
Prior art keywords
barcodes
strings
displayed
header information
information
Prior art date
Application number
HK17111468.1A
Other languages
Chinese (zh)
Other versions
HK1237495A1 (en
HK1237495A (en
Inventor
齐杰
王磊
王勇
陈戈
修超
Original Assignee
创新先进技术有限公司
Filing date
Publication date
Application filed by 创新先进技术有限公司 filed Critical 创新先进技术有限公司
Publication of HK1237495A1 publication Critical patent/HK1237495A1/en
Publication of HK1237495A publication Critical patent/HK1237495A/en
Publication of HK1237495B publication Critical patent/HK1237495B/en

Links

Description

一种条形码处理、显示、读取方法和装置A barcode processing, display, and reading method and device

技术领域Technical Field

本申请涉及终端技术领域,尤其涉及一种条形码处理、显示、读取方法和装置。The present application relates to the field of terminal technology, and in particular to a barcode processing, display, and reading method and device.

背景技术Background Art

随着零售业和消费市场的飞速扩大和发展,也促进了中国条码标签业务的增长。因为条形码具有速度快、使用方便、成本低廉等明显特点,越来越多的地方需要用到条形码标签。但是传统条形码的弊端也显而易见,就是数据容量低,仅仅支持32纯字符,很难满足日益增长的使用场景。目前在线下场景中,使用手机上的条形码作为支付凭证、门票凭证、优惠券、入场券、会员凭证等场景也越来越多,但是在受限于条码的数据传输容量,很多时候难以使用条形码传输更多的信息。The rapid expansion and development of the retail and consumer markets has also boosted the growth of China's barcode labeling business. Due to their significant advantages, such as speed, ease of use, and low cost, barcode labels are increasingly being used in a growing number of applications. However, the drawbacks of traditional barcodes are also evident: their low data capacity, supporting only 32 pure characters, makes it difficult to meet the growing demand for use cases. Currently, in more and more offline scenarios, barcodes on mobile phones are being used as payment vouchers, ticket receipts, coupons, admission tickets, membership credentials, and more. However, due to the limited data transmission capacity of barcodes, it is often difficult to transmit more information using barcodes.

虽然二维码提供了一种更多数据输入的解决方案,最多可达千字符,但读取二维码的设备相比一维码而言,成本高出很多,对于普及来讲,还是一个不小的障碍。Although QR codes provide a solution for inputting more data, up to thousands of characters, the equipment required to read QR codes is much more expensive than that required for one-dimensional codes, which is still a significant obstacle to their popularization.

发明内容Summary of the Invention

本申请实施例提出了一种条形码处理、显示、读取方法和装置,用以增加条形码传输的信息量,解决条形码因传输的信息量带来的应用限制问题。The embodiments of the present application provide a barcode processing, displaying, and reading method and apparatus to increase the amount of information transmitted by the barcode and resolve the application limitation problem caused by the amount of information transmitted by the barcode.

在一个方面,本申请实施例提供了一种条形码处理方法,包括:In one aspect, an embodiment of the present application provides a barcode processing method, comprising:

将待处理字符串分割为多个分割字符串,所述分割字符串不超过设定长度;Split the character string to be processed into multiple split character strings, each of which does not exceed a set length;

为所述多个分割字符串分别生成头部信息,所述头部信息用于表示所述分割字符串的序列信息;Generating header information for each of the plurality of segmented character strings, wherein the header information is used to represent sequence information of the segmented character strings;

根据所述多个分割字符串及其对应的头部信息生成多个待显示字符串。A plurality of character strings to be displayed is generated according to the plurality of segmented character strings and their corresponding header information.

相应地,本申请实施例提供了一种条形码处理装置,包括:Accordingly, an embodiment of the present application provides a barcode processing device, comprising:

分割模块,用于将待处理字符串分割为多个分割字符串,所述分割字符串不超过设定长度;A segmentation module, used to segment the character string to be processed into multiple segmented character strings, wherein the segmented character strings do not exceed a set length;

头部信息生成模块,用于为所述多个分割字符串分别生成头部信息,所述头部信息用于表示所述分割字符串的序列信息;a header information generating module, configured to generate header information for each of the plurality of segmented character strings, wherein the header information is used to represent sequence information of the segmented character strings;

待显示字符生成模块,用于根据所述多个分割字符串及其对应的头部信息生成多个待显示字符串。The to-be-displayed character generation module is configured to generate a plurality of to-be-displayed character strings according to the plurality of segmented character strings and their corresponding header information.

在另一个方面,本申请实施例提供了一种条形码显示方法,包括:In another aspect, an embodiment of the present application provides a barcode display method, comprising:

接收多个待显示字符串;Receive multiple strings to be displayed;

以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。The barcodes generated from the plurality of character strings to be displayed are dynamically and sequentially displayed on the screen at a set frequency.

相应地,本申请实施例提供了一种条形码显示装置,其特征在于,包括:Accordingly, an embodiment of the present application provides a barcode display device, characterized by comprising:

接收模块,用于接收多个待显示字符串;A receiving module, used for receiving multiple character strings to be displayed;

显示模块,用于以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。The display module is used to dynamically and sequentially display the barcodes generated by the multiple character strings to be displayed on the screen at a set frequency.

此外,本申请实施例还提供了一种条形码读取方法,包括:In addition, the present invention also provides a barcode reading method, comprising:

读取多个条形码;Read multiple barcodes;

根据所述多个条形码的头部信息,确定所述多个条形码的序列信息;determining sequence information of the plurality of barcodes according to header information of the plurality of barcodes;

根据所述多个条形码的序列信息,将所述多个条形码的消息体信息进行组合,确定出所述多个条形码承载的字符串。The message body information of the multiple barcodes is combined according to the sequence information of the multiple barcodes to determine the character strings carried by the multiple barcodes.

相应地,本申请实施例提供了一种条形码读取装置,包括:Accordingly, an embodiment of the present application provides a barcode reading device, comprising:

条形码读取模块,用于读取多个条形码;A barcode reading module, used for reading multiple barcodes;

头部信息确定模块,用于根据所述多个条形码的头部信息,确定所述多个条形码的序列信息;a header information determination module, configured to determine sequence information of the plurality of barcodes based on the header information of the plurality of barcodes;

组合模块,用于根据所述多个条形码的序列信息,将所述多个条形码的消息体信息进行组合,确定出所述多个条形码承载的字符串。The combining module is configured to combine the message body information of the plurality of barcodes according to the sequence information of the plurality of barcodes to determine the character strings carried by the plurality of barcodes.

有益效果如下:The beneficial effects are as follows:

本申请提供了条形码处理方法与装置,通过将待处理字符串分割为多个分割字符串,分割字符串不超过设定长度;为多个分割字符串分别生成头部信息,头部信息用于表示分割字符串的序列信息;根据多个分割字符串及其对应的头部信息生成多个待显示字符串。通过上述条形码处理方案,可以将长字符串分割为短字符串,并给出各短字符串在长字符串中的序列信息,从而使得长字符串可以不受其长度的限制进行信息传输。This application provides a barcode processing method and apparatus that segments a character string to be processed into multiple segmented character strings, each of which does not exceed a set length; generates header information for each of the multiple segmented character strings, the header information being used to represent the sequence information of the segmented character strings; and generates multiple character strings to be displayed based on the multiple segmented character strings and their corresponding header information. This barcode processing solution can segment a long character string into short character strings, and provide the sequence information of each short character string within the long character string, thereby allowing the long character string to be transmitted without being restricted by its length.

本申请还提供了条形码显示方法和装置,接收多个待显示字符串;以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。通过上述条形码显示方案,可以支撑字符串生成和条形码显示设备分离的情况,用于条形码显示的装置仅需支持接收多个待显示字符串并显示相应的条形码即可。This application also provides a barcode display method and apparatus that receives multiple character strings to be displayed and dynamically displays barcodes generated from the multiple character strings on a screen in sequence at a set frequency. This barcode display solution supports situations where the character string generation and barcode display devices are separate. The barcode display apparatus only needs to receive multiple character strings to be displayed and display the corresponding barcodes.

此外,本申请还提供了条形码读取方法和装置,读取多个条形码;根据多个条形码的头部信息,确定多个条形码的序列信息;根据多个条形码的序列信息,将所述多个条形码的消息体信息进行组合,确定出多个条形码承载的字符串。从而能够将多个条形码承载的信息进行整合,确定出多个条形码共同承载的内容,使得长字符串可以不受其长度的限制进行信息传输。In addition, this application also provides a barcode reading method and device that reads multiple barcodes; determines the sequence information of the multiple barcodes based on the header information of the multiple barcodes; and combines the message body information of the multiple barcodes based on the sequence information of the multiple barcodes to determine the character strings carried by the multiple barcodes. This allows the information carried by multiple barcodes to be integrated and the content carried by the multiple barcodes to be determined, allowing long character strings to be transmitted without being restricted by their length.

附图说明BRIEF DESCRIPTION OF THE DRAWINGS

下面将参照附图描述本申请的具体实施例,其中:The specific embodiments of the present application will be described below with reference to the accompanying drawings, in which:

图1示出了本申请实施例中的条形码处理方法的流程示意图;FIG1 is a schematic diagram showing a flow chart of a barcode processing method in an embodiment of the present application;

图2示出了本申请实施例中的条形码读取方法的流程示意图;FIG2 is a schematic diagram showing a flow chart of a barcode reading method in an embodiment of the present application;

图3示出了本申请实施例中的条形码显示方法的流程示意图;FIG3 shows a schematic flow chart of a barcode display method in an embodiment of the present application;

图4示出了实施例一中的条形码处理方法的流程示意图;FIG4 shows a schematic flow chart of the barcode processing method in Example 1;

图5示出了实施例二中的条形码读取方法的流程示意图;FIG5 shows a schematic flow chart of a barcode reading method in the second embodiment;

图6示出了本申请实施例的条形码处理装置的结构示意图;FIG6 shows a schematic structural diagram of a barcode processing device according to an embodiment of the present application;

图7示出了本申请实施例的条形码处理装置的另一个结构示意图;FIG7 shows another schematic structural diagram of the barcode processing device according to an embodiment of the present application;

图8示出了本申请实施例的条形码读取装置的结构示意图;FIG8 shows a schematic structural diagram of a barcode reading device according to an embodiment of the present application;

图9示出了本申请实施例的条形码显示装置的结构示意图。FIG9 shows a schematic structural diagram of a barcode display device according to an embodiment of the present application.

具体实施方式DETAILED DESCRIPTION

为了使本申请的技术方案及优点更加清楚明白,以下结合附图对本申请的示例性实施例进行进一步详细的说明,显然,所描述的实施例仅是本申请的一部分实施例,而不是所有实施例的穷举。并且在不冲突的情况下,本说明中的实施例及实施例中的特征可以互相结合。To make the technical solutions and advantages of this application more clearly understood, exemplary embodiments of this application are further described in detail below with reference to the accompanying drawings. It is apparent that the described embodiments are only a portion of the embodiments of this application, and are not exhaustive. Furthermore, the embodiments and features within these embodiments may be combined with one another unless there is a conflict.

发明人在发明过程中注意到:条形码具有成本低普及率高的有点,但受限于条码的数据传输容量,很多时候难以使用条形码传输更多的信息。发明人希望利用在手机等智能终端上条码可动态生成和刷新的特点,配合相应的编码规则来增加数据传输的容量;由于这种方案可以复用条码读取设备,所以没有额外的成本,对于普及使用有较大的好处。During the development process, the inventors noted that barcodes offer advantages such as low cost and high penetration, but their data transmission capacity often limits their ability to transmit more information. The inventors sought to leverage the dynamic generation and refreshability of barcodes on smart devices like mobile phones, combined with corresponding encoding rules, to increase data transmission capacity. This solution, which allows for the reuse of barcode reading devices without additional costs, offers significant advantages for widespread adoption.

基于此,本申请实施例提出了一种条形码处理方法和装置、一种条形码显示方法和装置、以及一种条形码读取方法和装置,下面进行详细说明。Based on this, the embodiments of the present application propose a barcode processing method and device, a barcode display method and device, and a barcode reading method and device, which are described in detail below.

图1示出了本申请实施例中的条形码处理方法,如图所示,包括:FIG1 shows a barcode processing method in an embodiment of the present application, as shown in the figure, including:

步骤101,将待处理字符串分割为多个分割字符串,分割字符串不超过设定长度;Step 101: split the character string to be processed into multiple split character strings, and the split character strings do not exceed a set length;

步骤102,为多个分割字符串分别生成头部信息,头部信息用于表示分割字符串的序列信息;Step 102: generating header information for each of the plurality of segmented character strings, wherein the header information is used to represent sequence information of the segmented character strings;

序列信息可以包括本组字符串的总个数和当前字符串的本组字符串中的位置信息。The sequence information may include the total number of the character strings in the group and the position information of the current character string in the group of character strings.

步骤103,根据多个分割字符串及其对应的头部信息生成多个待显示字符串。Step 103: Generate multiple character strings to be displayed according to the multiple segmented character strings and their corresponding header information.

有益效果:本申请中的条形码处理方法,通过将待处理字符串分割为多个分割字符串,分割字符串不超过设定长度;为多个分割字符串分别生成头部信息,头部信息用于表示分割字符串的序列信息;根据多个分割字符串及其对应的头部信息生成多个待显示字符串。通过上述条形码处理方案,可以将长字符串分割为短字符串,并给出各短字符串在长字符串中的序列信息,从而使得长字符串可以不受其长度的限制进行信息传输。Beneficial Effects: The barcode processing method of this application divides a character string to be processed into multiple split character strings, each of which does not exceed a set length; generates header information for each of the multiple split character strings, the header information being used to represent the sequence information of the split character strings; and generates multiple character strings to be displayed based on the multiple split character strings and their corresponding header information. This barcode processing solution can divide a long character string into short character strings and provide the sequence information of each short character string within the long character string, thereby allowing the long character string to be transmitted without being restricted by its length.

进一步地,本申请实施例的条形码处理方法,在生成多个待显示字符串之后,还包括:将所述多个待显示字符串分别生成条形码在屏幕上显示。Furthermore, the barcode processing method of the embodiment of the present application, after generating a plurality of character strings to be displayed, further includes: generating barcodes from the plurality of character strings to be displayed and displaying them on the screen.

在本申请条形码处理方案中,对待处理字符串进行处理生成多个待显示字符串的功能,与将多个待显示字符串分别生成条形码在屏幕上显示的功能,可以是不同的实体完成的,不限定为均由一个装置完成,在一个装置完成的情况下,可以是移动终端自己既完成对待处理字符串进行处理生成多个待显示字符串的操作,也完成将多个待显示字符串分别生成条形码在屏幕上显示的操作。在两个装置完成的情况下,可以是服务器完成对待处理字符串进行处理生成多个待显示字符串的操作,将多个待显示字符串发送给移动终端,再由移动终端完成将多个待显示字符串分别生成条形码在屏幕上显示的操作。In the barcode processing solution of the present application, the function of processing a character string to be processed to generate multiple character strings to be displayed and the function of generating barcodes from the multiple character strings to be displayed and displaying them on the screen can be completed by different entities and are not limited to being completed by a single device. In the case where one device completes the process, the mobile terminal itself can complete both the operation of processing the character string to be processed to generate multiple character strings to be displayed and the operation of generating barcodes from the multiple character strings to be displayed and displaying them on the screen. In the case where two devices complete the process, the server can complete the operation of processing the character string to be processed to generate multiple character strings to be displayed, send the multiple character strings to be displayed to the mobile terminal, and then the mobile terminal can complete the operation of generating barcodes from the multiple character strings to be displayed and displaying them on the screen.

进一步地,本申请实施例的条形码处理方法,将所述多个待显示字符串分别生成条形码在屏幕上显示包括:以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。Furthermore, the barcode processing method of the embodiment of the present application, generating barcodes from the multiple character strings to be displayed and displaying them on the screen includes: dynamically and sequentially displaying the barcodes generated from the multiple character strings to be displayed on the screen at a set frequency.

这是利用移动终端屏幕可动态刷新的特点,可以在用户不感知的情况下,由移动终端动态刷新多个条形码给读取设备进行读取。在具体实现时,还可以直接在屏幕上显示多个条形码,由读取设备分别读取;或者由用户手动切换多个条形码显示等方式来进行多个条形码的显示,在实现时,不限于以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码的方式。This utilizes the dynamic refresh feature of the mobile terminal screen, allowing the mobile terminal to dynamically refresh multiple barcodes for reading by the reader without the user noticing. In specific implementations, multiple barcodes can also be displayed directly on the screen, with the reader reading them separately; or the user can manually switch between multiple barcode displays. This is not limited to dynamically displaying the barcodes generated by the multiple character strings to be displayed on the screen in sequence at a set frequency.

图2示出了本申请实施例中的条形码读取方法,如图所示,包括:FIG2 shows a barcode reading method in an embodiment of the present application, which includes:

步骤201,读取多个条形码;Step 201, reading multiple barcodes;

步骤202,根据多个条形码的头部信息,确定多个条形码的序列信息;Step 202, determining sequence information of the plurality of barcodes based on header information of the plurality of barcodes;

步骤203,根据多个条形码的序列信息,将多个条形码的消息体信息进行组合,确定出多个条形码承载的字符串。Step 203: combining the message body information of the multiple barcodes according to the sequence information of the multiple barcodes to determine the character strings carried by the multiple barcodes.

针对上述字符串生成和条形码显示设备分离的情况,本申请还提供了条形码显示方法,如图3所示,包括如下步骤:In view of the above situation where the character string generation and the barcode display device are separated, the present application also provides a barcode display method, as shown in FIG3 , comprising the following steps:

步骤301,接收多个待显示字符串;Step 301, receiving multiple character strings to be displayed;

步骤302,以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。Step 302 : dynamically and sequentially displaying the barcodes generated from the plurality of character strings to be displayed on the screen at a set frequency.

为了便于本申请的实施,下面以实施例进行说明。In order to facilitate the implementation of this application, the following examples are provided for illustration.

实施例一:Example 1:

实施例一中的条形码处理方法,本实施例以字符串生成和条形码显示设备分离的情况为例进行说明,如图4所示,包括:The barcode processing method in the first embodiment is described by taking the case where the character string generation and the barcode display device are separated as an example, as shown in FIG4 , and includes:

步骤401,服务器将待处理字符串分割为多个分割字符串,分割字符串不超过设定长度;Step 401: The server divides the character string to be processed into multiple split character strings, and the split character strings do not exceed a set length;

分割字符串不超过设定长度是为了后续生成条形码,不超过条形码的容量,以目前最贴近实用的方式,通常最长不超过30位,建议不低于16位。The split string does not exceed the set length in order to generate a barcode later and does not exceed the capacity of the barcode. In the most practical way currently, the maximum length is usually no more than 30 characters, and it is recommended to be no less than 16 characters.

步骤402,服务器为多个分割字符串分别生成头部信息,头部信息用于表示分割字符串的序列信息;Step 402: The server generates header information for each of the plurality of segmented character strings, where the header information is used to indicate sequence information of the segmented character strings.

头部信息可以采用如下两种方式:The header information can be in the following two ways:

方式一,头部信息固定长度为2位,为了方便说明,该2位头部信息用“TX”来表示,其中一位数字X表示当前字符串在所述多个待显示字符串中的位置,另一位数字T表示所述多个待显示字符串的总数。由于条形码有多种码制,有些码制只支持纯数字不支持字母,其中X与T的范围为1~9(对于不支持字母的码制,总数为9)或1~9+A~Z(9个数字加上26个字母,总数为35)。这样一次采集可以最多9条(对于不支持字母的码制)或35条,一共可以传递最多30*9=270或30*35=1050个字符。Method 1: The header information has a fixed length of 2 bits. For ease of explanation, the 2-bit header information is represented by "TX", where one digit X represents the position of the current string among the multiple strings to be displayed, and the other digit T represents the total number of the multiple strings to be displayed. Since barcodes have multiple code systems, some code systems only support pure numbers and do not support letters. The range of X and T is 1 to 9 (for code systems that do not support letters, the total is 9) or 1 to 9 + A to Z (9 numbers plus 26 letters, the total is 35). In this way, a maximum of 9 (for code systems that do not support letters) or 35 can be collected at a time, and a total of up to 30*9=270 or 30*35=1050 characters can be transmitted.

方式二,头部信息长度可变,第一位数字为0,用于表示所述头部信息长度可变;第二位数字为N,用于表示头部信息的长度为(N*2+2),N的范围为2至9;所述头部信息中还包括N位数字表示当前字符串在多个待显示字符串中的位置,以及N位数字表示多个待显示字符串的总数。为了方便说明,该头部信息用“0NTT...TXX...X”来表示,其中“TT...T”为表示多个待显示字符串的总数的N位数字,“XX...X”表示当前字符串在多个待显示字符串中的位置的N位数字。其中X与T的范围为1~9(对于不支持字母的码制,总数为9)或1~9+A~Z(9个数字加上26个字母,总数为35)。通过头部信息长度可变的方式,可以极大地扩展一组条形码的个数,增加一组条形码的信息量。Method 2: The header information has a variable length. The first digit is 0, indicating that the header information has a variable length. The second digit is N, indicating that the length of the header information is (N*2+2), where N ranges from 2 to 9. The header information also includes an N-digit digit representing the position of the current string among the multiple strings to be displayed, and an N-digit digit representing the total number of strings to be displayed. For ease of explanation, the header information is represented by "0NTT...TXX...X", where "TT...T" is an N-digit digit representing the total number of strings to be displayed, and "XX...X" is an N-digit digit representing the position of the current string among the multiple strings to be displayed. The range of X and T is 1 to 9 (for code systems that do not support letters, the total number is 9) or 1 to 9 + A to Z (9 digits plus 26 letters, for a total of 35). By using a variable header information length, the number of barcodes in a set can be greatly expanded, thereby increasing the amount of information contained in a set.

由于在方式一中,第一位数字T的范围是1~9或1~9+A~Z,不可能为0,因此,方式二第一位数字为0,用于表示所述头部信息长度可变,使得方式一和方式二可以同时采用而读取设备可以通过第一位数字是否为0来区分具体采用的是哪一种方式,方式一和方式二也可以分别应用。Since in method 1, the first digit T ranges from 1 to 9 or 1 to 9 + A to Z and cannot be 0, the first digit of method 2 is 0, which is used to indicate that the length of the header information is variable, so that method 1 and method 2 can be used at the same time and the reading device can distinguish which method is used by whether the first digit is 0. Method 1 and method 2 can also be used separately.

步骤403,服务器根据多个分割字符串及其对应的头部信息生成多个待显示字符串;Step 403: The server generates multiple character strings to be displayed based on the multiple segmented character strings and their corresponding header information.

以步骤102中方式一中的固定头部信息为例,可生成一个具体的例子“43abcd...”,其中“43”为头部,后面“abcd...”代表需要传输的字符串内容,第一位数T为4,表示这是本组一共有4条字符串,第二位数X为3,表示当前这个字符串是本组字符串序列中的第3个。Taking the fixed header information in method 1 in step 102 as an example, a specific example "43abcd..." can be generated, where "43" is the header, and the following "abcd..." represents the string content to be transmitted. The first digit T is 4, indicating that there are a total of 4 strings in this group, and the second digit X is 3, indicating that the current string is the third in the string sequence of this group.

以步骤102中方式二中长度可变的头部信息为例,可生成一个具体的例子“021508abcd...”,其中“0”表明这是第二种编码方式,后面“2”即“N”代表后面4位中前2位是“TT”总条数,后2位是“XX”序号,也即“TT”为“15”,表示这是本组一共有15条字符串,“XX”为“08”,表示当前这个字符串是本组字符串序列中的第8个,后面“abcd...”代表需要传输的字符串内容。Taking the variable-length header information in method 2 in step 102 as an example, a specific example "021508abcd..." can be generated, where "0" indicates that this is the second encoding method, and the following "2", namely "N", represents that the first two digits of the following 4 digits are the total number of "TT", and the last two digits are the "XX" sequence number, that is, "TT" is "15", indicating that there are a total of 15 character strings in this group, and "XX" is "08", indicating that the current character string is the 8th in the character string sequence of this group, and the following "abcd..." represents the character string content to be transmitted.

步骤404,服务器将多个待显示字符串发送给移动终端;Step 404: The server sends the plurality of character strings to be displayed to the mobile terminal;

步骤405,移动终端以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。Step 405: The mobile terminal dynamically and sequentially displays the barcodes generated from the plurality of character strings to be displayed on the screen at a set frequency.

实施例二Example 2

实施例二中的条形码读取方法,如图5所示,包括:The barcode reading method in the second embodiment, as shown in FIG5 , includes:

步骤501,顺序读取以设定频率在屏幕上动态显示的多个条形码;Step 501, sequentially reading a plurality of barcodes dynamically displayed on the screen at a set frequency;

步骤502,根据多个条形码的头部信息,确定多个条形码的序列信息;Step 502, determining sequence information of the plurality of barcodes based on header information of the plurality of barcodes;

在读取多个条形码的序列信息时,可根据实施例一中具体采用哪种头部信息来确定读取方式。When reading the sequence information of multiple barcodes, the reading method may be determined according to which header information is specifically used in the first embodiment.

若实施例一中单独采用方式一,在本步骤中,根据所述多个条形码的头2位信息,获得其中一位数字X表示当前字符串在所述多个待显示字符串中的位置,以及另一位数字T表示所述多个待显示字符串的总数。If only method 1 is adopted in embodiment 1, in this step, based on the first two digits of the multiple barcodes, one digit X representing the position of the current character string in the multiple character strings to be displayed and another digit T representing the total number of the multiple character strings to be displayed are obtained.

若实施例一中单独采用方式二或实施例一中方式一和方式二可以同时采用,在本步骤中,根据所述多个条形码的第一位数字为0,确定所述头部信息长度可变;根据所述多个条形码的第二位数字为N,确定头部信息的长度为(N*2+2),N的范围为2至9;If only method 2 is used in embodiment 1 or both method 1 and method 2 are used in embodiment 1, in this step, based on the first digit of the plurality of barcodes being 0, it is determined that the length of the header information is variable; based on the second digit of the plurality of barcodes being N, the length of the header information is determined to be (N*2+2), where N ranges from 2 to 9;

根据所述头部信息中N位表示当前字符串在所述多个待显示字符串中的位置的数字确定当前字符串在所述多个待显示字符串中的位置XX...X;Determine the position XX...X of the current character string in the multiple character strings to be displayed according to the N-bit number in the header information representing the position of the current character string in the multiple character strings to be displayed;

根据所述头部信息中N位表示所述多个待显示字符串的总数的数字确定所述多个待显示字符串的总数TT...T。The total number TT . . . T of the plurality of character strings to be displayed is determined according to the N-bit number in the header information representing the total number of the plurality of character strings to be displayed.

步骤503,根据多个条形码的序列信息,将多个条形码的消息体信息进行组合,确定出多个条形码承载的字符串。Step 503: Combine the message body information of the multiple barcodes according to the sequence information of the multiple barcodes to determine the character strings carried by the multiple barcodes.

下面以一个具体的实例进行说明。The following is an explanation using a specific example.

在本实例中,待处理字符串为:In this example, the string to be processed is:

“1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890”"1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890"

该待处理字符串一共70个字符;在本实例中,设定长度为30,将待处理字符串分割为30+30+10三个字符串:The string to be processed has a total of 70 characters. In this example, the length is set to 30, and the string to be processed is split into three strings: 30+30+10:

分割字符串1:“1234567890ABCDEFGHIJ1234567890”Split string 1: "1234567890ABCDEFGHIJ1234567890"

分割字符串2:“ABCDEFGHIJ1234567890ABCDEFGHIJ”Split string 2: "ABCDEFGHIJ1234567890ABCDEFGHIJ"

分割字符串3:“1234567890”Split string 3: "1234567890"

采用方式一为该三个分割字符串分别生成头部信息:Use method 1 to generate header information for the three split strings respectively:

分割字符串1的头部信息为“31”,分割字符串2的头部信息为“32”,分割字符串3的头部信息为“33”。The header information of split character string 1 is "31", the header information of split character string 2 is "32", and the header information of split character string 3 is "33".

根据该三个分割字符串及其对应的头部信息生成多个待显示字符串如下:Based on the three segmented character strings and their corresponding header information, multiple character strings to be displayed are generated as follows:

待显示字符串1:“311234567890ABCDEFGHIJ1234567890”String 1 to be displayed: "311234567890ABCDEFGHIJ1234567890"

待显示字符串2:“32ABCDEFGHIJ1234567890ABCDEFGHIJ”String 2 to be displayed: "32ABCDEFGHIJ1234567890ABCDEFGHIJ"

待显示字符串3:“331234567890”String 3 to be displayed: "331234567890"

在将待显示字符串以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。读取端,读取到第一位数字为“3”,可知采用的是固定头部信息,即本组一共3个字符串,编号分别为1,2,3,如此这样扫码设备采集到连续的3个条形码信息,就可以将之解析出来还原成原字符串“1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890;The barcodes generated by the multiple character strings to be displayed are displayed on the screen in a dynamic and sequential manner at a set frequency. The reader reads the first digit as "3", which means that fixed header information is used, that is, there are three character strings in this group, numbered 1, 2, and 3 respectively. In this way, the barcode scanning device collects three consecutive barcode information and can parse it to restore it to the original character string "1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890ABCDEFGHIJ1234567890;

如果每个条形码展现时长0.2-0.5秒,则现在采集这样一个字符串则需要0.6-1.5秒左右。If each barcode is displayed for 0.2-0.5 seconds, it now takes about 0.6-1.5 seconds to collect such a string.

这种编码方式的好处在于,即使扫码设备采集的顺序不是按照字符串分割的顺序(如上例中:采集时从2开始为:3,1,2),也可以根据头部的序号和总个数矫正(排序、去重、查漏等)之后顺利还原出原字符串,只需要手机上按照固定频率循环更新展示上面所有的字符串。The advantage of this encoding method is that even if the order of collection by the scanning device is not in the order of string segmentation (such as in the above example: when collecting from 2, it is: 3, 1, 2), the original string can be successfully restored after correction (sorting, deduplication, missing detection, etc.) based on the sequence number and total number of the header. The mobile phone only needs to update and display all the above strings in a fixed frequency cycle.

基于同一发明构思,本申请实施例中还提供了一种条形码处理装置和条形码读取装置,由于这些设备解决问题的原理与一种条形码处理方法以及条形码读取方法相似,因此这些设备的实施可以参见方法的实施,重复之处不再赘述。Based on the same inventive concept, a barcode processing device and a barcode reading device are also provided in the embodiments of the present application. Since the principles of solving problems by these devices are similar to those of a barcode processing method and a barcode reading method, the implementation of these devices can refer to the implementation of the method, and the repeated parts will not be repeated.

如图6所示,本申请实施例的条形码处理装置可以包括:As shown in FIG6 , the barcode processing device of the embodiment of the present application may include:

分割模块601,用于将待处理字符串分割为多个分割字符串,所述分割字符串不超过设定长度;A segmentation module 601 is used to segment a character string to be processed into a plurality of segmented character strings, wherein the segmented character strings do not exceed a set length;

头部信息生成模块602,用于为所述多个分割字符串分别生成头部信息,所述头部信息用于表示所述分割字符串的序列信息;A header information generating module 602 is configured to generate header information for each of the plurality of segmented character strings, wherein the header information is used to represent sequence information of the segmented character strings;

待显示字符生成模块603,用于根据所述多个分割字符串及其对应的头部信息生成多个待显示字符串。The to-be-displayed character generation module 603 is configured to generate a plurality of to-be-displayed character strings according to the plurality of segmented character strings and their corresponding header information.

进一步地,本申请实施例的条形码处理装置还可以如图7所示,包括条形码处理模块702,Furthermore, the barcode processing device of the embodiment of the present application may also include a barcode processing module 702 as shown in FIG7 ,

条形码处理模块702,用于将该多个待显示字符串分别生成条形码,以在屏幕701上进行显示。The barcode processing module 702 is configured to generate barcodes from the plurality of character strings to be displayed, so as to display them on the screen 701 .

屏幕701用于显示条形码,可以包括在本申请实施例的条形码处理装置之中,也可以是本申请实施例的条形码处理装置之外的。The screen 701 is used to display the barcode, and may be included in the barcode processing device of the embodiment of the present application, or may be outside the barcode processing device of the embodiment of the present application.

进一步地,条形码处理模块702还用于以设定频率顺序向屏幕701输出多个待显示字符串分别生成的条形码。Furthermore, the barcode processing module 702 is further configured to output barcodes generated from a plurality of character strings to be displayed to the screen 701 in a set frequency order.

如图8所示,本申请实施例中的条形码读取装置,包括:As shown in FIG8 , the barcode reading device in the embodiment of the present application includes:

条形码读取模块801,用于读取多个条形码;The barcode reading module 801 is used to read multiple barcodes;

头部信息确定模块802,用于根据所述多个条形码的头部信息,确定多个条形码的序列信息;a header information determination module 802, configured to determine sequence information of the plurality of barcodes based on the header information of the plurality of barcodes;

组合模块803,用于根据多个条形码的序列信息,将多个条形码的消息体信息进行组合,确定出多个条形码承载的字符串。The combining module 803 is configured to combine the message body information of the multiple barcodes according to the sequence information of the multiple barcodes to determine the character strings carried by the multiple barcodes.

如图9所示,本申请实施例中的条形码显示装置,包括:As shown in FIG9 , the barcode display device in the embodiment of the present application includes:

接收模块901,用于接收多个待显示字符串;Receiving module 901, used for receiving multiple character strings to be displayed;

显示模块902,用于以设定频率在屏幕上动态顺序显示接收模块901接收到的多个待显示字符串分别生成的条形码。The display module 902 is configured to dynamically and sequentially display the barcodes generated by the multiple character strings to be displayed received by the receiving module 901 on the screen at a set frequency.

为了描述的方便,以上所述装置的各部分以功能分为各种模块或单元分别描述。当然,在实施本申请时可以把各模块或单元的功能在同一个或多个软件或硬件中实现。For the convenience of description, the various parts of the above-mentioned device are divided into various modules or units according to their functions and described separately. Of course, when implementing this application, the functions of each module or unit can be implemented in the same or multiple software or hardware.

本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that the embodiments of the present application can be provided as methods, systems, or computer program products. Therefore, the present application can adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment in combination with software and hardware. Moreover, the present application can adopt the form of a computer program product implemented on one or more computer-usable storage media (including but not limited to magnetic disk storage, CD-ROM, optical storage, etc.) that contain computer-usable program code.

本申请是参照根据本申请实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to the flow chart and/or block diagram of the method, device (system), and computer program product according to the embodiment of the present application. It should be understood that each flow process and/or box in the flow chart and/or block diagram and the combination of the flow process and/or box in the flow chart and/or block diagram can be realized by computer program instructions. These computer program instructions can be provided to a processor of a general-purpose computer, a special-purpose computer, an embedded processing machine or other programmable data processing device to produce a machine, so that the instructions executed by the processor of the computer or other programmable data processing device produce a device for realizing the function specified in one flow chart flow or multiple flows and/or one box or multiple boxes of the block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing device to operate in a specific manner, so that the instructions stored in the computer-readable memory produce a product including an instruction device that implements the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device so that a series of operating steps are executed on the computer or other programmable device to produce a computer-implemented process, so that the instructions executed on the computer or other programmable device provide steps for implementing the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.

尽管已描述了本申请的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例作出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本申请范围的所有变更和修改。Although the preferred embodiments of the present application have been described, those skilled in the art may make additional changes and modifications to these embodiments once they have learned the basic creative concept. Therefore, the appended claims are intended to be interpreted as including the preferred embodiments and all changes and modifications that fall within the scope of the present application.

Claims (11)

1.一种条形码处理方法,其特征在于,包括:1. A barcode processing method, characterized in that it includes: 将待处理字符串分割为多个分割字符串,所述分割字符串不超过设定长度;The string to be processed is split into multiple split strings, and the split strings do not exceed a set length; 为所述多个分割字符串分别生成头部信息,所述头部信息用于表示所述分割字符串的序列信息;Header information is generated for each of the multiple segmentation strings, and the header information is used to represent the sequence information of the segmentation strings; 根据所述多个分割字符串及其对应的头部信息生成多个待显示字符串;Multiple strings to be displayed are generated based on the multiple segmentation strings and their corresponding header information; 所述头部信息长度可变,第一位数字为0,用于表示所述头部信息长度可变;第二位数字为N,用于表示头部信息的长度为(N*2+2),N的范围为2至9;所述头部信息中还包括N位数字表示当前字符串在所述多个待显示字符串中的位置,以及N位数字表示所述多个待显示字符串的总数。The header information has a variable length. The first digit is 0, indicating that the header information has a variable length. The second digit is N, indicating that the length of the header information is (N*2+2), where N ranges from 2 to 9. The header information also includes N digits indicating the position of the current string among the multiple strings to be displayed, and N digits indicating the total number of the multiple strings to be displayed. 2.如权利要求1所述的方法,其特征在于,所述生成多个待显示字符串之后,还包括:将所述多个待显示字符串分别生成条形码在屏幕上显示。2. The method as described in claim 1, wherein after generating a plurality of strings to be displayed, the method further comprises: generating barcodes from the plurality of strings to be displayed and displaying them on the screen. 3.如权利要求2所述的方法,其特征在于,所述将所述多个待显示字符串分别生成条形码在屏幕上显示包括:以设定频率在屏幕上动态顺序显示所述多个待显示字符串分别生成的条形码。3. The method as described in claim 2, wherein generating barcodes from the plurality of strings to be displayed and displaying them on the screen comprises: dynamically and sequentially displaying the barcodes generated from the plurality of strings to be displayed on the screen at a set frequency. 4.如权利要求1所述的方法,其特征在于,所述头部信息长度为2位,其中一位数字表示当前字符串在所述多个待显示字符串中的位置,另一位数字表示所述多个待显示字符串的总数。4. The method as described in claim 1, wherein the header information is 2 bits long, wherein one digit represents the position of the current string among the plurality of strings to be displayed, and the other digit represents the total number of the plurality of strings to be displayed. 5.一种条形码读取方法,其特征在于,包括:5. A barcode reading method, characterized in that it includes: 读取多个条形码;Read multiple barcodes; 根据所述多个条形码的头部信息,确定所述多个条形码的序列信息;Based on the header information of the multiple barcodes, determine the sequence information of the multiple barcodes; 根据所述多个条形码的序列信息,将所述多个条形码的消息体信息进行组合,确定出所述多个条形码承载的字符串;Based on the sequence information of the multiple barcodes, the message body information of the multiple barcodes is combined to determine the string carried by the multiple barcodes; 所述根据所述多个条形码的头部信息,确定所述多个条形码的序列信息,包括:Determining the sequence information of the plurality of barcodes based on the header information of the plurality of barcodes includes: 根据所述多个条形码的第一位数字为0,确定所述头部信息长度可变;The length of the header information is determined to be variable based on the fact that the first digit of the plurality of barcodes is 0; 根据所述多个条形码的第二位数字为N,确定头部信息的长度为(N*2+2),N的范围为2至9;Based on the fact that the second digit of the multiple barcodes is N, the length of the header information is determined to be (N*2+2), where N ranges from 2 to 9; 根据所述头部信息中N位表示当前字符串在多个待显示字符串中的位置的数字确定当前字符串在所述多个待显示字符串中的位置;The position of the current string among the multiple strings to be displayed is determined based on the N-bit numbers in the header information that represent the position of the current string among the multiple strings to be displayed. 根据所述头部信息中N位表示所述多个待显示字符串的总数的数字确定所述多个待显示字符串的总数。The total number of strings to be displayed is determined based on the N-bit number in the header information that represents the total number of the multiple strings to be displayed. 6.如权利要求5所述的方法,其特征在于,所述读取多个条形码,包括顺序读取以设定频率在屏幕上动态显示的多个条形码。6. The method as described in claim 5, wherein reading the multiple barcodes includes sequentially reading the multiple barcodes dynamically displayed on the screen at a set frequency. 7.如权利要求5所述的方法,其特征在于,所述根据所述多个条形码的头部信息,确定所述多个条形码的序列信息,包括:7. The method as described in claim 5, wherein determining the sequence information of the plurality of barcodes based on the header information of the plurality of barcodes includes: 根据所述多个条形码的头2位信息,获得其中一位数字表示当前字符串在所述多个待显示字符串中的位置,以及另一位数字表示所述多个待显示字符串的总数。Based on the first two digits of the multiple barcodes, one digit represents the position of the current string among the multiple strings to be displayed, and the other digit represents the total number of the multiple strings to be displayed. 8.一种条形码处理装置,其特征在于,包括:8. A barcode processing device, characterized in that it comprises: 分割模块,用于将待处理字符串分割为多个分割字符串,所述分割字符串不超过设定长度;The segmentation module is used to split the string to be processed into multiple segmentation strings, wherein the segmentation strings do not exceed a set length; 头部信息生成模块,用于为所述多个分割字符串分别生成头部信息,所述头部信息用于表示所述分割字符串的序列信息;The header information generation module is used to generate header information for the multiple segmentation strings respectively, wherein the header information is used to represent the sequence information of the segmentation strings; 待显示字符生成模块,用于根据所述多个分割字符串及其对应的头部信息生成多个待显示字符串;The character to be displayed module is used to generate multiple strings to be displayed based on the multiple segmented strings and their corresponding header information; 所述头部信息长度可变,第一位数字为0,用于表示所述头部信息长度可变;第二位数字为N,用于表示头部信息的长度为(N*2+2),N的范围为2至9;所述头部信息中还包括N位数字表示当前字符串在所述多个待显示字符串中的位置,以及N位数字表示所述多个待显示字符串的总数。The header information has a variable length. The first digit is 0, indicating that the header information has a variable length. The second digit is N, indicating that the length of the header information is (N*2+2), where N ranges from 2 to 9. The header information also includes N digits indicating the position of the current string among the multiple strings to be displayed, and N digits indicating the total number of the multiple strings to be displayed. 9.如权利要求8所述的装置,其特征在于,还包括条形码处理模块,9. The apparatus as described in claim 8, characterized in that it further comprises a barcode processing module. 所述条形码处理模块,用于将所述多个待显示字符串分别生成条形码,以在屏幕上进行显示。The barcode processing module is used to generate barcodes from the multiple strings to be displayed, so as to display them on the screen. 10.如权利要求9所述的装置,其特征在于,所述条形码处理模块,还用于以设定频率顺序向所述屏幕输出所述多个待显示字符串分别生成的条形码。10. The apparatus of claim 9, wherein the barcode processing module is further configured to output the barcodes generated by the plurality of strings to be displayed to the screen in sequence at a set frequency. 11.一种条形码读取装置,其特征在于,包括:11. A barcode reading device, characterized in that it comprises: 条形码读取模块,用于读取多个条形码;A barcode reading module for reading multiple barcodes; 头部信息确定模块,用于根据所述多个条形码的头部信息,确定所述多个条形码的序列信息;The header information determination module is used to determine the sequence information of the plurality of barcodes based on the header information of the plurality of barcodes; 组合模块,用于根据所述多个条形码的序列信息,将所述多个条形码的消息体信息进行组合,确定出所述多个条形码承载的字符串;The combination module is used to combine the message body information of the multiple barcodes according to the sequence information of the multiple barcodes to determine the string carried by the multiple barcodes; 所述根据所述多个条形码的头部信息,确定所述多个条形码的序列信息,包括:Determining the sequence information of the plurality of barcodes based on the header information of the plurality of barcodes includes: 根据所述多个条形码的第一位数字为0,确定所述头部信息长度可变;The length of the header information is determined to be variable based on the fact that the first digit of the plurality of barcodes is 0; 根据所述多个条形码的第二位数字为N,确定头部信息的长度为(N*2+2),N的范围为2至9;Based on the fact that the second digit of the multiple barcodes is N, the length of the header information is determined to be (N*2+2), where N ranges from 2 to 9; 根据所述头部信息中N位表示当前字符串在多个待显示字符串中的位置的数字确定当前字符串在所述多个待显示字符串中的位置;The position of the current string among the multiple strings to be displayed is determined based on the N-bit numbers in the header information that represent the position of the current string among the multiple strings to be displayed. 根据所述头部信息中N位表示所述多个待显示字符串的总数的数字确定所述多个待显示字符串的总数。The total number of strings to be displayed is determined based on the N-bit number in the header information that represents the total number of the multiple strings to be displayed.
HK17111468.1A 2017-11-08 Method and device for processing, displaying and reading barcode HK1237495B (en)

Publications (3)

Publication Number Publication Date
HK1237495A1 HK1237495A1 (en) 2018-04-13
HK1237495A HK1237495A (en) 2018-04-13
HK1237495B true HK1237495B (en) 2021-03-05

Family

ID=

Similar Documents

Publication Publication Date Title
US10997481B2 (en) System and method for collecting and analyzing multi-fields two-dimensional code
US10969971B2 (en) Data storage method and apparatus
US11392811B2 (en) Methods and arrangements for reconciling data from disparate data carriers
CN103377442B (en) A data processing method and system
JP2003233788A (en) Graphic code system
CN102129585A (en) Method and system for transmitting information, device for displaying bar code and device for reading bar code
CN106874348A (en) File is stored and the method for indexing means, device and reading file
US11263580B2 (en) Information push method and device
US8407221B2 (en) Generalized notion of similarities between uncertain time series
CN115276889B (en) Decoding processing method, decoding processing device, computer equipment and storage medium
CN103858126B (en) The apparatus and method of compression stroke data and the apparatus and method of the spatial data of recovery compression
CN102567771B (en) Method and system for operating smart card, smart card and terminal
CN106874979B (en) Bar code processing, displaying and reading method and device
HK1237495B (en) Method and device for processing, displaying and reading barcode
CN111932178B (en) Product logistics information processing method, device, server and system
CN112051974B (en) Electronic price tag information transmission method and system, electronic price tag and server
WO2005043454A1 (en) Two-dimensional code transmitting method, system and mobile terminal
CN119089466A (en) Identification generation method, device, computer equipment, storage medium, and program product
KR102119144B1 (en) Method for reading code
CN102087698A (en) Method and system for transmitting information and device for displaying and reading bar code
HK1237495A (en) Method and device for processing, displaying and reading barcode
HK1237495A1 (en) Method and device for processing, displaying and reading barcode
CN112783633A (en) Data updating system and method based on resource mutual exclusion scheduling model
JP2003281483A (en) Barcode, barcode system using the same, barcode generator, barcode reader
KR101396090B1 (en) Apparatus and method for conversion of xml letters, and system for processing of xml letters with the same