WO2019161691A1 - Method and apparatus for self-adaptively parsing touch data, and device and storage medium - Google Patents

Method and apparatus for self-adaptively parsing touch data, and device and storage medium Download PDF

Info

Publication number
WO2019161691A1
WO2019161691A1 PCT/CN2018/118578 CN2018118578W WO2019161691A1 WO 2019161691 A1 WO2019161691 A1 WO 2019161691A1 CN 2018118578 W CN2018118578 W CN 2018118578W WO 2019161691 A1 WO2019161691 A1 WO 2019161691A1
Authority
WO
WIPO (PCT)
Prior art keywords
touch
touch data
descriptor
data
usb
Prior art date
Application number
PCT/CN2018/118578
Other languages
French (fr)
Chinese (zh)
Inventor
杨起源
Original Assignee
广州视源电子科技股份有限公司
广州视睿电子科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 广州视源电子科技股份有限公司, 广州视睿电子科技有限公司 filed Critical 广州视源电子科技股份有限公司
Publication of WO2019161691A1 publication Critical patent/WO2019161691A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/102Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver

Definitions

  • an embodiment of the present application further provides an apparatus, including a memory, a processor, and a computer program stored on the memory and operable on the processor, where the processor implements any one of the applications A method of adaptively analyzing touch data as described in the embodiments.
  • the embodiment of the present application further provides a computer readable storage medium, where the computer program is stored, and when the program is executed by the processor, the method for adaptively analyzing touch data according to any one of the embodiments of the present application is implemented. .
  • FIG. 1 is a flowchart of processing a forwarding data by a smart tablet touch device provided by the related art
  • FIG. 4 is a structural diagram of an apparatus for adaptively analyzing touch data according to Embodiment 3 of the present application.
  • FIG. 5 is a schematic structural diagram of hardware of a device according to Embodiment 4 of the present application.
  • the USB descriptors fall into three categories: standard descriptors, HID descriptors, and (Hub) descriptors.
  • the standard descriptors are further divided into device descriptors, configuration descriptors, string descriptors, interface descriptors, endpoint descriptors, device definition descriptors, and other rate configuration descriptors, and these seven descriptors have similar formats.
  • HID device Human Interface Devices
  • the HID device is one of the earliest supported devices of the USB protocol.
  • the HID device can be used as a low-speed, full-speed, high-speed device. Since the HID device requires the user input to receive a timely response, the transmission mode is usually interrupted.
  • HID devices support five of the USB standard descriptors: device descriptors, configuration descriptors, interface descriptors, endpoint descriptors, and string descriptors.
  • HID devices have three special descriptors: HID descriptors, report descriptors, and physical descriptors.
  • a USB device can only support one HID descriptor, but can support multiple report descriptors, while physical descriptors may or may not be available.
  • the definition of the HID device is placed in the interface descriptor, and the device descriptor and configuration descriptor of the USB do not contain the information of the HID device. Therefore, for some specific HID devices, multiple interfaces can be defined, only One of the interfaces is the HID device class.
  • the embodiment of the present application processes and forwards the touch data by establishing a touch data analysis model according to the touch device, so as to implement an adaptive recognition touch device that can be adaptively parsed, to parse the touch data, and to quickly import or change the touch without modifying the software code. device.
  • the step of parsing the touch data of the touch device by the touch data analysis model for processing and forwarding is further refined to: the touch data analysis model is parsed byte by byte and is generalized in the touch device. Touch data corresponding to the touch protocol; the touch data is processed and forwarded by a touch data processing algorithm.
  • the method further includes: forwarding the parsed touch data of the touch device to at least one of the first system module, the second system module, and the output module by using a USB switch.
  • the embodiment of the present application When detecting the access of the touch device, the embodiment of the present application reads the device descriptor of the touch device and the USB HID report descriptor from the register of the touch device, and establishes the device descriptor based on the device descriptor according to the general protocol specification.
  • a touch data analysis model of the USB HID report descriptor which parses the touch data corresponding to the universal touch protocol in the touch device byte by byte, processes and forwards the touch data, and passes the parsed touch data of the touch device
  • the USB switcher forwards to at least one of the first system module, the second system module, and the output module.
  • the device further includes: a USB switch forwarding module, configured to forward the touch data of the touch device to the first system module, the second system module, and At least one of the output modules.
  • a USB switch forwarding module configured to forward the touch data of the touch device to the first system module, the second system module, and At least one of the output modules.
  • the apparatus for adaptively analyzing touch data provided by each of the above embodiments may perform the method for adaptively analyzing touch data provided by any embodiment of the present application, and has a function module corresponding to a method for performing adaptive analysis of touch data.
  • the memory 420 is a non-transitory computer readable storage medium, and can be configured to store a software program, a computer executable program, and a module, such as a program instruction/module corresponding to a method for adaptively analyzing touch data in the embodiment of the present application.
  • a module such as a program instruction/module corresponding to a method for adaptively analyzing touch data in the embodiment of the present application.
  • the processor 410 executes various functional applications and data processing of the device by executing software programs, instructions, and modules stored in the memory 420, that is, a method for adaptively analyzing touch data by implementing the above method embodiments.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Systems (AREA)

Abstract

A method and apparatus for self-adaptively parsing touch data, and a device and a storage medium. The method comprises: establishing a touch data parsing model according to a device descriptor of a touch device and a report descriptor of a USB HID (S110); and parsing out touch data of the touch device by means of the touch data parsing model, and processing and forwarding the touch data (S120).

Description

一种自适应解析触摸数据的方法、装置、设备及存储介质Method, device, device and storage medium for adaptively analyzing touch data
本申请要求在2018年02月24日提交中国专利局、申请号为201810157296.6的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。The present application claims priority to Chinese Patent Application No. 20110115729, filed on Jan.
技术领域Technical field
本申请实施例涉及自适应解析触摸设备转发技术领域,例如涉及一种自适应解析触摸数据的方法、装置、设备及存储介质。The embodiments of the present invention relate to the field of adaptive parsing touch device forwarding technologies, for example, to a method, an apparatus, a device, and a storage medium for adaptively analyzing touch data.
背景技术Background technique
智能平板通过触控技术对显示在显示平板上的内容进行操控,图1为相关技术提供的智能平板触摸设备处理转发数据的流程图。如图1所示,触摸设备10通过私有的定制协议将触摸数据发给主控芯片20,主控芯片20解析接收到的触摸数据,并经过触摸区域屏蔽等算法处理后经通用串行总线切换器30(Universal Serial Bus Switch30,USB Switch30)再转发给计算机(Personal Computer,PC)模块40、安卓(Android)模块50和输出设备(OUT)模块60。The smart tablet controls the content displayed on the display panel through the touch technology. FIG. 1 is a flowchart of processing the forwarding data by the smart tablet touch device provided by the related art. As shown in FIG. 1 , the touch device 10 sends the touch data to the main control chip 20 through a proprietary custom protocol. The main control chip 20 parses the received touch data and processes it through a touch area mask or the like and then switches through the universal serial bus. The device 30 (Universal Serial Bus Switch 30, USB Switch 30) is further forwarded to a computer (Personal Computer, PC) module 40, an Android module 50, and an output device (OUT) module 60.
但是,如果要更换触摸设备,就必须要求触摸设备的供应商修改USB私有定制的通信协议,或者修改芯片的通信协议以适应新触摸框的通信协议,而无法直接更换成其他触摸设备。正是由于触摸设备与芯片之间的通信协议是私有定制的协议,而一般触摸设备供应商的USB协议都不大一样,所以无法直接使用。比如,触摸设备A的通信协议是协议A,触摸设备B的通信协议是协议B,主控芯片定制的通信协议是协议C,那么主控芯片要使用触摸设备A和触摸设备B就必须让触摸设备A和触摸设备B的通信协议修改为C才能进行使用。However, if the touch device is to be replaced, the supplier of the touch device must be required to modify the USB proprietary customized communication protocol, or modify the communication protocol of the chip to adapt to the communication protocol of the new touch frame, and cannot directly change to other touch devices. It is precisely because the communication protocol between the touch device and the chip is a proprietary customized protocol, and the USB protocol of the general touch device supplier is not the same, so it cannot be directly used. For example, the communication protocol of the touch device A is protocol A, the communication protocol of the touch device B is protocol B, and the communication protocol customized by the master control chip is protocol C, then the master control chip must use touch device A and touch device B to make touch The communication protocol of device A and touch device B is modified to C for use.
发明内容Summary of the invention
以下是对本文详细描述的主题的概述。本概述并非是为了限制权利要求的保护范围。The following is an overview of the topics detailed in this document. This Summary is not intended to limit the scope of the claims.
本申请提供一种自适应解析触摸数据的方法、装置、设备及存储介质,以实现可以自适应地适配和识别触摸设备,以解析触摸数据,无需修改软件代码 做到快速导入或变换触摸设备。The present application provides a method, an apparatus, a device, and a storage medium for adaptively analyzing touch data, so that the touch device can be adaptively adapted and recognized to parse touch data, and the touch device can be quickly imported or changed without modifying the software code. .
第一方面,本申请实施例提供了一种自适应解析触摸数据的方法,该方法包括:根据触摸设备的设备描述符和通用串行总线人机接口设备(Universal Serial Bus Human Interface Device,USB HID)的报告描述符建立触摸数据解析模型;通过所述触摸数据解析模型解析所述触摸设备的触摸数据进行处理并转发。In a first aspect, an embodiment of the present application provides a method for adaptively analyzing touch data, including: a device identifier of a touch device and a universal serial bus human interface device (USB HID) The report descriptor establishes a touch data analysis model; the touch data of the touch device is parsed by the touch data analysis model for processing and forwarding.
第二方面,本申请实施例还提供了一种自适应解析触摸数据的装置,该装置包括:模型建立模块,设置为根据触摸设备的设备描述符和USB HID的报告描述符建立触摸数据解析模型;触摸数据转发模块,设置为通过所述触摸数据解析模型解析所述触摸设备的触摸数据进行处理并转发。In a second aspect, the embodiment of the present application further provides an apparatus for adaptively analyzing touch data, the apparatus comprising: a model establishing module, configured to establish a touch data analysis model according to a device descriptor of a touch device and a report descriptor of a USB HID; And a touch data forwarding module configured to parse and touch the touch data of the touch device by using the touch data analysis model.
第三方面,本申请实施例还提供了一种设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现本申请任一实施例所述的自适应解析触摸数据的方法。In a third aspect, an embodiment of the present application further provides an apparatus, including a memory, a processor, and a computer program stored on the memory and operable on the processor, where the processor implements any one of the applications A method of adaptively analyzing touch data as described in the embodiments.
第四方面,本申请实施例还提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现本申请任一实施例所述的自适应解析触摸数据的方法。In a fourth aspect, the embodiment of the present application further provides a computer readable storage medium, where the computer program is stored, and when the program is executed by the processor, the method for adaptively analyzing touch data according to any one of the embodiments of the present application is implemented. .
本申请实施例通过根据触摸设备建立触摸数据解析模型对触摸数据进行处理并转发,以实现可以自适应地适配和识别触摸设备,以解析触摸数据,无需修改软件代码做到快速导入或变换触摸设备。The embodiment of the present application processes and forwards the touch data by establishing a touch data analysis model according to the touch device, so that the touch device can be adaptively adapted and recognized to parse the touch data, and the software code can be quickly imported or changed without modifying the software code. device.
在阅读并理解了附图和详细描述后,可以明白其他方面。Other aspects will be apparent upon reading and understanding the drawings and detailed description.
附图说明DRAWINGS
图1为相关技术提供的智能平板触摸设备处理转发数据的流程图;FIG. 1 is a flowchart of processing a forwarding data by a smart tablet touch device provided by the related art;
图2是本申请实施例一提供的一种自适应解析触摸数据的方法的流程图;2 is a flowchart of a method for adaptively analyzing touch data according to Embodiment 1 of the present application;
图3是本申请实施例二提供的一种自适应解析触摸数据的方法的流程图;3 is a flowchart of a method for adaptively analyzing touch data according to Embodiment 2 of the present application;
图4是本申请实施例三提供的一种自适应解析触摸数据的装置的结构图;4 is a structural diagram of an apparatus for adaptively analyzing touch data according to Embodiment 3 of the present application;
图5是本申请实施例四提供的一种设备的硬件结构示意图。FIG. 5 is a schematic structural diagram of hardware of a device according to Embodiment 4 of the present application.
具体实施方式Detailed ways
下面结合附图对本申请具体实施例作进一步的详细描述。可以理解的是, 此处所描述的具体实施例仅仅用于解释本申请,而非对本申请的限定。The specific embodiments of the present application are further described in detail below with reference to the accompanying drawings. It is understood that the specific embodiments described herein are merely illustrative of the application and are not intended to be limiting.
另外还需要说明的是,为了便于描述,附图中仅示出了与本申请相关的部分而非全部内容。在更加详细地讨论示例性实施例之前应当提到的是,一些示例性实施例被描述成作为流程图描绘的处理或方法。虽然流程图将各项操作(或步骤)描述成顺序的处理,但是其中的许多操作可以被并行地、并发地或者同时实施。此外,各项操作的顺序可以被重新安排。当其操作完成时所述处理可以被终止,但是还可以具有未包括在附图中的附加步骤。所述处理可以对应于方法、函数、规程、子例程、子程序等等。It should also be noted that, for the convenience of description, only some, but not all, of the contents related to the present application are shown in the drawings. Before discussing the exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as a process or method depicted as a flowchart. Although the flowcharts describe various operations (or steps) as a sequential process, many of the operations can be implemented in parallel, concurrently or concurrently. In addition, the order of operations can be rearranged. The process may be terminated when its operation is completed, but may also have additional steps not included in the figures. The processing may correspond to methods, functions, procedures, subroutines, subroutines, and the like.
实施例一Embodiment 1
图2为本申请实施例一提供的一种自适应解析触摸数据的方法的流程图,本实施例可适用于在触摸设备接入进行触摸数据识别的情况,该方法可以由自适应解析触摸数据的装置来执行,具体包括步骤S110和步骤S120。2 is a flowchart of a method for adaptively analyzing touch data according to Embodiment 1 of the present application. This embodiment is applicable to a case where touch data is accessed by a touch device, and the method can adaptively analyze touch data. The device is executed, and specifically includes step S110 and step S120.
在步骤S110中,根据触摸设备的设备描述符和USB HID的报告描述符建立触摸数据解析模型。In step S110, a touch data analysis model is established based on the device descriptor of the touch device and the report descriptor of the USB HID.
USB的符述符分为三类:标准描述符、HID描述符和(Hub)描述符。其中标准描述符又分为设备描述符、配置描述符、字符串描述符、接口描述符、端点描述符、设备限定描述符和其他速率配置描述符,且这七种描述符具有类似的格式。The USB descriptors fall into three categories: standard descriptors, HID descriptors, and (Hub) descriptors. The standard descriptors are further divided into device descriptors, configuration descriptors, string descriptors, interface descriptors, endpoint descriptors, device definition descriptors, and other rate configuration descriptors, and these seven descriptors have similar formats.
其中,设备描述符描述的是设备的完整信息,与设备本身一一对应,一个设备只有一个设备描述符。在触摸设备接入时,首先要做的是获取设备描述符,以对设备有一个完整的了解。The device descriptor describes the complete information of the device, and corresponds to the device itself. One device has only one device descriptor. When the touch device is accessed, the first thing to do is to obtain the device descriptor to have a complete understanding of the device.
USB设备中有一大类就是HID设备,即人机接口设备(Human Interface Devices),主要用于人与计算机进行交互。HID设备是USB协议最早支持的一种设备类,HID设备可以作为低速、全速、高速设备用,由于HID设备要求用户输入能得到及时响应,故其传输方式通常采用中断方式。HID设备支持USB标准描述符中的五个:设备描述符、配置描述符、接口描述符、端点描述符和字符串描述符。除此之外,HID设备还有三种特殊的描述符:HID描述符、报告描述符和物理描述符。一个USB设备只能支持一个HID描述符,但可以支持多个报告描述符,而物理描述符则可以有也可以没有。在USB协议中,HID 设备的定义放置在接口描述符中,USB的设备描述符和配置描述符中不包含HID设备的信息,因此,对于某些特定的HID设备,可以定义多个接口,只有其中有一个接口为HID设备类即可。A large class of USB devices is the HID device, which is Human Interface Devices, which is mainly used for humans to interact with computers. The HID device is one of the earliest supported devices of the USB protocol. The HID device can be used as a low-speed, full-speed, high-speed device. Since the HID device requires the user input to receive a timely response, the transmission mode is usually interrupted. HID devices support five of the USB standard descriptors: device descriptors, configuration descriptors, interface descriptors, endpoint descriptors, and string descriptors. In addition, HID devices have three special descriptors: HID descriptors, report descriptors, and physical descriptors. A USB device can only support one HID descriptor, but can support multiple report descriptors, while physical descriptors may or may not be available. In the USB protocol, the definition of the HID device is placed in the interface descriptor, and the device descriptor and configuration descriptor of the USB do not contain the information of the HID device. Therefore, for some specific HID devices, multiple interfaces can be defined, only One of the interfaces is the HID device class.
其中,USB HID的报告描述符是一种数据报表,主要用于定义HID设备和USB主机之间数据交换格式。HID设备报告描述符使用自定义的数据结构,用于传输特定的数据包,通过报告来传送数据,报告有输入报告和输出报告。输入报告是USB设备发送给主机的,例如USB鼠标将鼠标移动和鼠标点击等信息返回给电脑,键盘将按键数据返给电脑等;输出报告是主机发送给USB设备的,例如键盘上的数字键盘锁定灯和大写字母锁定灯等。报告是一个数据包,里面包含的是所要传送的数据。报告描述符是描述一个报告以及报告里面的数据是用来干什么用的,通过报告描述符可以分析出报告里面的数据所表示的意思,也就是对这些传输的报告里面的数据进行用途上的说明。Among them, the USB HID report descriptor is a data report, which is mainly used to define the data exchange format between the HID device and the USB host. The HID Device Report Descriptor uses a custom data structure for transmitting specific data packets, transmitting data through reports, reporting input reports and output reports. The input report is sent by the USB device to the host. For example, the USB mouse returns information such as mouse movement and mouse click to the computer, and the keyboard returns the button data to the computer; the output report is sent by the host to the USB device, such as a numeric keypad on the keyboard. Lock lights and uppercase letter lock lights, etc. The report is a data packet containing the data to be transmitted. The report descriptor is a description of a report and what is used in the report. The report descriptor can be used to analyze the meaning of the data in the report, that is, the purpose of the data in the report of these transmissions. .
具体的,所述触摸设备不要求设备供应商更换成定制的协议,只需按照标准多点触摸设备的通用触摸协议实现即可。在主控芯片检测到触摸设备接入时,主控芯片首先要做的是获取设备描述符,以对设备有一个完整的了解,之后根据获取的USB HID的报告描述符解析触摸数据,即根据报告描述符里面的报告对报告描述符携带的数据包里面的触摸数据进行解析,也就是说相当于通过触摸设备的设备描述符和USB HID的报告描述符建立了一个模拟的触摸数据解析模型。Specifically, the touch device does not require the device vendor to replace the customized protocol, and only needs to implement the universal touch protocol of the standard multi-touch device. When the main control chip detects the touch device access, the first control chip needs to obtain the device descriptor to have a complete understanding of the device, and then parse the touch data according to the obtained USB HID report descriptor, that is, according to The report in the report descriptor parses the touch data in the data packet carried by the report descriptor, that is, it is equivalent to establishing a simulated touch data analysis model by the device descriptor of the touch device and the report descriptor of the USB HID.
在步骤S120中,通过所述触摸数据解析模型解析所述触摸设备的触摸数据进行处理并转发。In step S120, the touch data of the touch device is parsed by the touch data analysis model for processing and forwarding.
具体的,在获取到所述触摸数据解析模型解析出的所述触摸设备的触摸数据后,根据触摸数据处理算法对得到的触摸数据进行处理,并将处理后的触摸数据进行转发。其中,所述触摸数据处理算法采用的是常规的触摸数据处理算法,例如触摸区域屏蔽等算法。Specifically, after the touch data of the touch device analyzed by the touch data analysis model is acquired, the obtained touch data is processed according to the touch data processing algorithm, and the processed touch data is forwarded. The touch data processing algorithm uses a conventional touch data processing algorithm, such as an algorithm such as touch area masking.
本申请实施例通过根据触摸设备建立触摸数据解析模型对触摸数据进行处理并转发,以实现可以自适应解析的适配识别触摸设备,以解析触摸数据,无需修改软件代码做到快速导入或变换触摸设备。The embodiment of the present application processes and forwards the touch data by establishing a touch data analysis model according to the touch device, so as to implement an adaptive recognition touch device that can be adaptively parsed, to parse the touch data, and to quickly import or change the touch without modifying the software code. device.
实施例二Embodiment 2
图3为本申请实施例二提供的一种自适应解析触摸数据的方法的流程图。 本实施例以上述实施例为基础进行细化,在本实施中,将步骤根据触摸设备的设备描述符和USB HID报告描述符建立触摸数据解析模型进一步细化为:检测到有触摸设备接入时,从所述触摸设备的寄存器读取所述触摸设备的设备描述符和USB HID报告描述符;根据通用协议规范建立基于所述设备描述符和USB HID报告描述符的触摸数据解析模型。在一实施例中,将步骤通过所述触摸数据解析模型解析所述触摸设备的触摸数据进行处理并转发进一步细化为:所述触摸数据解析模型逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据;通过触摸数据处理算法对所述触摸数据进行处理并转发。另外,所述方法还包括:将解析好的所述触摸设备的触摸数据通过USB切换器转发给第一系统模块、第二系统模块和输出模块中的至少一种。FIG. 3 is a flowchart of a method for adaptively analyzing touch data according to Embodiment 2 of the present application. The embodiment is refined based on the foregoing embodiment. In this implementation, the step is further refined according to the device descriptor of the touch device and the USB HID report descriptor to form a touch data analysis model: detecting touch device access And reading a device descriptor of the touch device and a USB HID report descriptor from a register of the touch device; establishing a touch data parsing model based on the device descriptor and the USB HID report descriptor according to a general protocol specification. In an embodiment, the step of parsing the touch data of the touch device by the touch data analysis model for processing and forwarding is further refined to: the touch data analysis model is parsed byte by byte and is generalized in the touch device. Touch data corresponding to the touch protocol; the touch data is processed and forwarded by a touch data processing algorithm. In addition, the method further includes: forwarding the parsed touch data of the touch device to at least one of the first system module, the second system module, and the output module by using a USB switch.
本实施例的方法具体包括步骤S210至步骤S220。The method in this embodiment specifically includes steps S210 to S220.
在步骤S210中,检测到有触摸设备接入时,从所述触摸设备的寄存器读取所述触摸设备的设备描述符和USB HID报告描述符。In step S210, when it is detected that there is a touch device access, the device descriptor of the touch device and the USB HID report descriptor are read from the register of the touch device.
在步骤S220中,根据通用协议规范建立基于所述设备描述符和USB HID报告描述符的触摸数据解析模型。In step S220, a touch data analysis model based on the device descriptor and the USB HID report descriptor is established according to a general protocol specification.
其中,所述通用协议规范由USB协会发布的USB通信协议通用规范。每个触摸设备的供应商都会依据所述通用协议规范对触摸设备的触摸协议进行适配,但不同触摸设备的供应商生产的触摸设备对应的触摸协议各不相同。本申请的技术方案中,触摸设备的供应商无需修改触摸设备的触摸协议,只需预先适配标准多点触摸设备的通用触摸协议,通过主控芯片在检测到触摸设备接入时,获取所述设备描述符和USB HID报告描述符,自适应的动态的建立一个触摸数据解析模型,以对触摸数据进行解析。Wherein, the general protocol specification is a general specification of a USB communication protocol issued by the USB Association. The touch protocol of the touch device is adapted by the vendor of each touch device according to the general protocol specification, but the touch protocols corresponding to the touch devices produced by the vendors of different touch devices are different. In the technical solution of the present application, the supplier of the touch device does not need to modify the touch protocol of the touch device, and only needs to adapt the universal touch protocol of the standard multi-touch device in advance, and obtain the location when the touch control device is detected by the main control chip. Describe the device descriptor and the USB HID report descriptor, and adaptively dynamically build a touch data parsing model to parse the touch data.
在步骤S230中,所述触摸数据解析模型逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据。In step S230, the touch data analysis model parses the touch data corresponding to the universal touch protocol in the touch device byte by byte.
具体的,在通用协议规范的基础上,所述触摸数据解析模型逐字节的对触摸数据每一个字节代表的意义进行解析,例如第几位到第几位代表X轴、第几位到第几位代表Y轴以及第几位到第几位代表某些特定信息,这些信息根据USB HID报告描述符携带的数据以及报告描述符里面的报告,逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据。Specifically, on the basis of the general protocol specification, the touch data parsing model analyzes the meaning of each byte of the touch data byte by byte, for example, the first to the first digits represent the X axis and the first digits The first digit represents the Y-axis and the digits to the digits represent certain information. The information is parsed out of the touch device byte by byte according to the data carried in the USB HID report descriptor and the report in the report descriptor. Touch data corresponding to the universal touch protocol.
在步骤S240中,通过触摸数据处理算法对所述触摸数据进行处理并转发。In step S240, the touch data is processed and forwarded by a touch data processing algorithm.
在步骤S250中,将解析出的所述触摸设备的触摸数据通过USB切换器转发给第一系统模块、第二系统模块和输出模块中的至少一种。In step S250, the parsed touch data of the touch device is forwarded to at least one of the first system module, the second system module, and the output module through the USB switch.
其中,所述第一系统模块可以为PC模块(一般采用Windows操作系统),第二系统模块可以为Android模块,输出模块可以为OUT模块,设置为接入其他各式外接设备并输出触摸数据进行显示,本申请实施例在此不做任何限制。The first system module may be a PC module (usually adopting a Windows operating system), the second system module may be an Android module, and the output module may be an OUT module, configured to access other external devices and output touch data. It is to be noted that the embodiment of the present application does not impose any limitation here.
本申请实施例通过检测到有触摸设备接入时,从所述触摸设备的寄存器读取所述触摸设备的设备描述符和USB HID报告描述符,根据通用协议规范建立基于所述设备描述符和USB HID报告描述符的触摸数据解析模型,逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据,对触摸数据进行处理并转发,将解析后的所述触摸设备的触摸数据通过USB切换器转发给第一系统模块、第二系统模块和输出模块中的至少一种。通过此方式可以兼容市面上几乎所有的触摸设备,而不用修改主控芯片上的程序,或是让触摸设备供应商修改固件以适配主控芯片,以实现可以自适应地适配和识别触摸设备,动态建立触摸数据解析模型以解析触摸数据,无需修改软件代码做到快速导入或变换触摸设备。When detecting the access of the touch device, the embodiment of the present application reads the device descriptor of the touch device and the USB HID report descriptor from the register of the touch device, and establishes the device descriptor based on the device descriptor according to the general protocol specification. a touch data analysis model of the USB HID report descriptor, which parses the touch data corresponding to the universal touch protocol in the touch device byte by byte, processes and forwards the touch data, and passes the parsed touch data of the touch device The USB switcher forwards to at least one of the first system module, the second system module, and the output module. In this way, it can be compatible with almost all touch devices on the market without modifying the program on the main control chip, or let the touch device supplier modify the firmware to adapt to the main control chip, so that the touch can be adaptively adapted and recognized. The device dynamically builds a touch data parsing model to parse the touch data, and does not need to modify the software code to quickly import or transform the touch device.
实施例三Embodiment 3
图4为本申请实施例三提供的一种自适应解析触摸数据的装置的结构图,本实施例可适用于在触摸设备接入进行触摸数据识别的情况,该系统可以由自适应解析触摸数据的方法来执行。4 is a structural diagram of an apparatus for adaptively analyzing touch data according to Embodiment 3 of the present application. This embodiment is applicable to a case where touch data is accessed by a touch device, and the system can adaptively analyze touch data. The way to execute.
如图4所示,所述装置包括:模型建立模块310和触摸数据转发模块320。As shown in FIG. 4, the apparatus includes: a model establishing module 310 and a touch data forwarding module 320.
模型建立模块310,设置为根据触摸设备的设备描述符和USB HID的报告描述符建立触摸数据解析模型。The model establishing module 310 is configured to establish a touch data parsing model according to the device descriptor of the touch device and the report descriptor of the USB HID.
触摸数据转发模块320,设置为通过所述触摸数据解析模型解析出所述触摸设备的触摸数据,对所述触摸数据进行处理并转发。The touch data forwarding module 320 is configured to parse out the touch data of the touch device by using the touch data analysis model, and process and forward the touch data.
本申请实施例提供了一种自适应解析触摸数据的装置,通过根据触摸设备建立触摸数据解析模型对触摸数据进行处理并转发,以实现可以自适应地适配和识别触摸设备,以解析触摸数据,无需修改软件代码做到快速导入或变换触摸设备。An embodiment of the present application provides an apparatus for adaptively parsing touch data, which processes and forwards touch data by establishing a touch data analysis model according to the touch device, so as to adaptively adapt and recognize the touch device to parse the touch data. No need to modify the software code to quickly import or transform touch devices.
在上述各实施例的基础上,所述模型建立模块310,包括:描述符读取单元,设置为检测到有触摸设备接入时,从所述触摸设备的寄存器读取所述触摸 设备的设备描述符和USB HID报告描述符;模型建立单元,设置为根据通用协议规范建立基于所述设备描述符和USB HID报告描述符的触摸数据解析模型。On the basis of the foregoing embodiments, the model establishing module 310 includes: a descriptor reading unit configured to read the device of the touch device from a register of the touch device when detecting that a touch device is accessed Descriptor and USB HID report descriptor; a model building unit configured to establish a touch data parsing model based on the device descriptor and the USB HID report descriptor according to a general protocol specification.
在上述各实施例的基础上,所述触摸数据转发模块320,包括:触摸数据解析单元,设置为所述触摸数据解析模型逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据;触摸数据转发单元,设置为通过触摸数据处理算法对所述触摸数据进行处理并转发。On the basis of the foregoing embodiments, the touch data forwarding module 320 includes: a touch data parsing unit, configured to parse out the touch data corresponding to the universal touch protocol in the touch device byte by byte according to the touch data parsing model. a touch data forwarding unit configured to process and forward the touch data by a touch data processing algorithm.
在上述各实施例的基础上,所述装置还包括:USB切换器转发模块,设置为将解析好的所述触摸设备的触摸数据通过USB切换器转发给第一系统模块、第二系统模块和输出模块中的至少一种。On the basis of the foregoing embodiments, the device further includes: a USB switch forwarding module, configured to forward the touch data of the touch device to the first system module, the second system module, and At least one of the output modules.
上述各实施例所提供的自适应解析触摸数据的装置可执行本申请任意实施例所提供的自适应解析触摸数据的方法,具备执行自适应解析触摸数据的方法相应的功能模块。The apparatus for adaptively analyzing touch data provided by each of the above embodiments may perform the method for adaptively analyzing touch data provided by any embodiment of the present application, and has a function module corresponding to a method for performing adaptive analysis of touch data.
实施例四Embodiment 4
如图5所示,为本申请实施例提供的一种设备的硬件结构示意图,如图5所示,该设备包括:至少一个处理器410,图5中以一个处理器410为例;存储器420。FIG. 5 is a schematic diagram of a hardware structure of a device according to an embodiment of the present application. As shown in FIG. 5, the device includes: at least one processor 410, and one processor 410 is taken as an example in FIG. 5; .
所述设备还可以包括:输入装置430和输出装置440。The device may also include an input device 430 and an output device 440.
所述设备中的处理器410、存储器420、输入装置430和输出装置440可以通过总线或者其他方式连接,图5中以通过总线连接为例。The processor 410, the memory 420, the input device 430, and the output device 440 in the device may be connected by a bus or other means, and the bus connection is taken as an example in FIG.
存储器420作为一种非暂态计算机可读存储介质,可设置为存储软件程序、计算机可执行程序以及模块,如本申请实施例中的一种自适应解析触摸数据的方法对应的程序指令/模块(例如,附图4所示的模型建立模块310和触摸数据转发模块320)。处理器410通过运行存储在存储器420中的软件程序、指令以及模块,从而执行设备的各种功能应用以及数据处理,即实现上述方法实施例的一种自适应解析触摸数据的方法。The memory 420 is a non-transitory computer readable storage medium, and can be configured to store a software program, a computer executable program, and a module, such as a program instruction/module corresponding to a method for adaptively analyzing touch data in the embodiment of the present application. (For example, the model building module 310 and the touch data forwarding module 320 shown in FIG. 4). The processor 410 executes various functional applications and data processing of the device by executing software programs, instructions, and modules stored in the memory 420, that is, a method for adaptively analyzing touch data by implementing the above method embodiments.
存储器420可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储根据设备的使用所创建的数据等。此外,存储器420可以包括高速随机存取存储器,还可以包括非暂态性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非暂态 性固态存储器件。在一些实施例中,存储器420可以包括相对于处理器410远程设置的存储器,这些远程存储器可以通过网络连接至终端设备。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。The memory 420 may include a storage program area and an storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created according to usage of the device, and the like. In addition, memory 420 can include high speed random access memory, and can also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 420 can include memory remotely located relative to processor 410, which can be connected to the terminal device over a network. Examples of such networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
输入装置430可设置为接收输入的数字或字符信息,以及产生与设备的用户设置以及功能控制有关的键信号输入。输出装置440可包括显示屏等显示设备。 Input device 430 can be configured to receive input digital or character information and to generate key signal inputs related to user settings and function control of the device. Output device 440 can include a display device such as a display screen.
实施例五Embodiment 5
本申请实施例还提供一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时设置为执行一种自适应解析触摸数据的方法,该方法包括:The embodiment of the present application further provides a storage medium including computer executable instructions that, when executed by a computer processor, are configured to perform a method of adaptively analyzing touch data, the method comprising:
根据触摸设备的设备描述符和USB HID的报告描述符建立触摸数据解析模型;Establishing a touch data analysis model according to the device descriptor of the touch device and the report descriptor of the USB HID;
通过所述触摸数据解析模型解析所述触摸设备的触摸数据进行处理并转发。The touch data of the touch device is parsed by the touch data analysis model for processing and forwarding.
在一实施例中,该计算机可执行指令在由计算机处理器执行时还可以用于执行本申请任意实施例所提供的一种自适应解析触摸数据的方法的技术方案。In an embodiment, the computer-executable instructions, when executed by a computer processor, can also be used to implement a method for adaptively analyzing touch data provided by any embodiment of the present application.
通过以上关于实施方式的描述,所属领域的技术人员可以清楚地了解到,本申请可借助软件及必需的通用硬件来实现,当然也可以通过硬件实现,但很多情况下采用前者作为实施方式。基于这样的理解,本申请的技术方案本质上或者说对相关技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如计算机的软盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、闪存(FLASH)、硬盘或光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述的方法。Through the above description of the embodiments, those skilled in the art can clearly understand that the present application can be implemented by using software and necessary general hardware, and of course, can also be implemented by hardware, but in many cases, the former is adopted as an implementation manner. Based on such understanding, the technical solution of the present application, which is essential or contributes to the related art, may be embodied in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk of a computer, Read-Only Memory (ROM), Random Access Memory (RAM), Flash (FLASH), hard disk or optical disk, etc., including a number of instructions to make a computer device (can be a personal computer, The server, or network device, etc.) performs the methods described in various embodiments of the present application.

Claims (10)

  1. 一种自适应解析触摸数据的方法,包括:A method for adaptively analyzing touch data, comprising:
    根据触摸设备的设备描述符和通用串行总线人机接口设备USB HID的报告描述符建立触摸数据解析模型;Establishing a touch data analysis model according to the device descriptor of the touch device and the report descriptor of the universal serial bus human interface device USB HID;
    通过所述触摸数据解析模型解析出所述触摸设备的触摸数据,对所述触摸数据进行处理并转发。The touch data of the touch device is parsed by the touch data analysis model, and the touch data is processed and forwarded.
  2. 根据权利要求1所述的方法,其中,所述根据触摸设备的设备描述符和USB HID报告描述符建立触摸数据解析模型,包括:The method of claim 1, wherein the establishing a touch data parsing model according to the device descriptor of the touch device and the USB HID report descriptor comprises:
    检测到有触摸设备接入时,从所述触摸设备的寄存器读取所述触摸设备的设备描述符和USB HID报告描述符;When detecting that a touch device is accessed, reading a device descriptor of the touch device and a USB HID report descriptor from a register of the touch device;
    根据通用协议规范建立基于所述设备描述符和USB HID报告描述符的触摸数据解析模型。A touch data parsing model based on the device descriptor and the USB HID report descriptor is established according to a general protocol specification.
  3. 根据权利要求1所述的方法,其中,所述通过所述触摸数据解析模型解析所述触摸设备的触摸数据进行处理并转发,包括:The method of claim 1, wherein the parsing the touch data of the touch device by the touch data parsing model for processing and forwarding comprises:
    所述触摸数据解析模型逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据;The touch data analysis model parses the touch data corresponding to the universal touch protocol in the touch device byte by byte;
    通过触摸数据处理算法对所述触摸数据进行处理并转发。The touch data is processed and forwarded by a touch data processing algorithm.
  4. 根据权利要求1所述的方法,所述方法还包括:The method of claim 1 further comprising:
    将解析后的所述触摸设备的触摸数据通过USB切换器转发给第一系统模块、第二系统模块和输出模块中的至少一种。The parsed touch data of the touch device is forwarded to at least one of the first system module, the second system module, and the output module through the USB switch.
  5. 一种自适应解析触摸数据的装置,包括:An apparatus for adaptively analyzing touch data, comprising:
    模型建立模块,设置为根据触摸设备的设备描述符和USB HID的报告描述符建立触摸数据解析模型;a model establishing module, configured to establish a touch data parsing model according to a device descriptor of the touch device and a report descriptor of the USB HID;
    触摸数据转发模块,设置为通过所述触摸数据解析模型解析出所述触摸设备的触摸数据,对所述触摸数据进行处理并转发。The touch data forwarding module is configured to parse out the touch data of the touch device by using the touch data analysis model, and process and forward the touch data.
  6. 根据权利要求5所述的装置,其中,所述模型建立模块,包括:The apparatus of claim 5, wherein the model building module comprises:
    描述符读取单元,设置为检测到有触摸设备接入时,从所述触摸设备的寄存器读取所述触摸设备的设备描述符和USB HID报告描述符;a descriptor reading unit configured to read a device descriptor of the touch device and a USB HID report descriptor from a register of the touch device when detecting that a touch device is accessed;
    模型建立单元,设置为根据通用协议规范建立基于所述设备描述符和USB HID报告描述符的触摸数据解析模型。A model establishing unit is configured to establish a touch data parsing model based on the device descriptor and the USB HID report descriptor according to a general protocol specification.
  7. 根据权利要求5所述的装置,其中,所述触摸数据转发模块,包括:The device of claim 5, wherein the touch data forwarding module comprises:
    触摸数据解析单元,设置为所述触摸数据解析模型逐字节的解析出所述触摸设备中通用触摸协议对应的触摸数据;The touch data parsing unit is configured to parse out the touch data corresponding to the universal touch protocol in the touch device byte by byte according to the touch data parsing model;
    触摸数据转发单元,设置为通过触摸数据处理算法对所述触摸数据进行处理并转发。The touch data forwarding unit is configured to process and forward the touch data by a touch data processing algorithm.
  8. 根据权利要求5所述的装置,所述装置还包括:The apparatus of claim 5, the apparatus further comprising:
    USB切换器转发模块,设置为将解析后的所述触摸设备的触摸数据通过USB切换器转发给第一系统模块、第二系统模块和输出模块中的至少一种。The USB switch forwarding module is configured to forward the touch data of the touched touch device to at least one of the first system module, the second system module, and the output module through the USB switch.
  9. 一种设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现如权利要求1-4中任一所述的方法。An apparatus comprising a memory, a processor, and a computer program stored on the memory and operative on the processor, the processor executing the program to implement the method of any of claims 1-4.
  10. 一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现如权利要求1-4中任一所述的方法。A computer readable storage medium having stored thereon a computer program that, when executed by a processor, implements the method of any of claims 1-4.
PCT/CN2018/118578 2018-02-24 2018-11-30 Method and apparatus for self-adaptively parsing touch data, and device and storage medium WO2019161691A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810157296.6 2018-02-24
CN201810157296.6A CN108388372B (en) 2018-02-24 2018-02-24 Method, device and equipment for self-adapting touch data and storage medium

Publications (1)

Publication Number Publication Date
WO2019161691A1 true WO2019161691A1 (en) 2019-08-29

Family

ID=63069060

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/118578 WO2019161691A1 (en) 2018-02-24 2018-11-30 Method and apparatus for self-adaptively parsing touch data, and device and storage medium

Country Status (2)

Country Link
CN (1) CN108388372B (en)
WO (1) WO2019161691A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108388372B (en) * 2018-02-24 2020-11-06 广州视源电子科技股份有限公司 Method, device and equipment for self-adapting touch data and storage medium
CN110688052B (en) * 2019-09-26 2021-06-08 广州视源电子科技股份有限公司 Human-computer interaction device enumeration processing method and device and human-computer interaction device
CN111399678A (en) * 2020-03-06 2020-07-10 广州视源电子科技股份有限公司 Data processing method, device and system, computer storage medium and related equipment
CN113050867B (en) * 2021-03-31 2022-10-25 联想(北京)有限公司 Control method and interaction equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1821987A (en) * 2006-03-31 2006-08-23 北京飞天诚信科技有限公司 Intelligent card reading and writing method based on USB interface and its reading and writing device
CN201945965U (en) * 2011-01-19 2011-08-24 山西万立科技有限公司 Wireless touchpad mouse
US8898349B1 (en) * 2013-10-10 2014-11-25 American Megatrends, Inc. IPMI over USB data transfer between host computer and baseboard management controller (BMC)
CN107479745A (en) * 2017-07-31 2017-12-15 北京雷石天地电子技术有限公司 A kind of method, module and operating system for configuring touch-screen
CN108388372A (en) * 2018-02-24 2018-08-10 广州视源电子科技股份有限公司 A kind of method, apparatus, equipment and the storage medium of adaptive touch data

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100462949C (en) * 2007-02-12 2009-02-18 北京飞天诚信科技有限公司 Automatic-installable information safety equipment and control method thereof
CN101382856B (en) * 2008-09-24 2012-02-08 广东威创视讯科技股份有限公司 Apparatus and method for implementing USB HID MOUSE function on touching device
US9310838B2 (en) * 2010-03-19 2016-04-12 I/O Interconnect, Ltd. Power management method for switching power mode of a computer system based on detection of a human interface device
CN102012886B (en) * 2010-10-14 2012-12-05 深圳市文鼎创数据科技有限公司 HID protocol-based communication method, device and system
CN102981981B (en) * 2012-11-20 2016-03-30 中兴通讯股份有限公司 USB device, communication system and working mode switching method thereof
CN102981675B (en) * 2012-12-07 2015-09-09 广东威创视讯科技股份有限公司 A kind of multiple point touching data processing method and system thereof
KR101374801B1 (en) * 2013-01-21 2014-03-13 배정식 Usb keyboard apparatus and method capable of supporting n-key rollover with bios compatibility
TWI515556B (en) * 2013-10-09 2016-01-01 緯創資通股份有限公司 Detecting metohd for touch device and system thereof
CN103973889A (en) * 2014-04-25 2014-08-06 方小祥 Device and method for using intelligent handheld device as wireless USB HID device
CN104991870A (en) * 2015-06-10 2015-10-21 四川华拓光通信股份有限公司 Optical communication apparatus interface accessing method free of driver based on HID
CN106452838A (en) * 2016-08-31 2017-02-22 广州视睿电子科技有限公司 USB (Universal Serial Bus) equipment simulation device and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1821987A (en) * 2006-03-31 2006-08-23 北京飞天诚信科技有限公司 Intelligent card reading and writing method based on USB interface and its reading and writing device
CN201945965U (en) * 2011-01-19 2011-08-24 山西万立科技有限公司 Wireless touchpad mouse
US8898349B1 (en) * 2013-10-10 2014-11-25 American Megatrends, Inc. IPMI over USB data transfer between host computer and baseboard management controller (BMC)
CN107479745A (en) * 2017-07-31 2017-12-15 北京雷石天地电子技术有限公司 A kind of method, module and operating system for configuring touch-screen
CN108388372A (en) * 2018-02-24 2018-08-10 广州视源电子科技股份有限公司 A kind of method, apparatus, equipment and the storage medium of adaptive touch data

Also Published As

Publication number Publication date
CN108388372B (en) 2020-11-06
CN108388372A (en) 2018-08-10

Similar Documents

Publication Publication Date Title
WO2019161691A1 (en) Method and apparatus for self-adaptively parsing touch data, and device and storage medium
US9176649B2 (en) Method and apparatus of remote management of computer system using voice and gesture based input
US20210256077A1 (en) Methods, devices and computer-readable storage media for processing a hosted application
WO2015165412A1 (en) Method for modifying webpage and apparatus for modifying webpage
US20200293385A1 (en) Input operation processing method and processing apparatus and computer-readable storage medium
CN107451086B (en) Integrated machine
EP2734950A1 (en) Information processing apparatus, information processing method and computer program
US20210326151A1 (en) Methods, devices and computer-readable storage media for processing a hosted application
US20230368699A1 (en) Information processing method and apparatus, readable medium, electronic device, and program product
US20120235924A1 (en) Display systems, methods, and apparatus
CN103838375B (en) Terminal input method and terminal
US20180253155A1 (en) Private access to human interface devices
CN111078104A (en) Redirection method of multi-point touch equipment on cloud desktop and computer equipment
CN108027725A (en) The method, apparatus and equipment for instructing terminal device to operate
US20120166585A1 (en) Apparatus and method for accelerating virtual desktop
WO2023098732A1 (en) Cross-device interaction method and apparatus, electronic device, and storage medium
JP2021082251A (en) Audio apparatus and interaction method of the same, apparatus, storage media
CN105893624B (en) Data display method and system
JP6488903B2 (en) Screen transfer control system, screen transfer control program, and screen transfer control method
CN106293434A (en) The multi-point gesture identification method of vehicular touch screen terminal and device
KR101810108B1 (en) A remote control system for eletronic devices using the mobile interface on the web
WO2017211260A1 (en) Data access method and related device
CN111290689B (en) Electronic equipment, main control device, control method and touch control sharing system thereof
CN116755828A (en) Parameter value configuration method, analysis method, electronic device and storage medium
KR102506155B1 (en) Electronic device, application executing system and control methods thereof

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18907351

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18907351

Country of ref document: EP

Kind code of ref document: A1