CN113672310A - Wireless system, intelligent display equipment and information interaction method - Google Patents

Wireless system, intelligent display equipment and information interaction method Download PDF

Info

Publication number
CN113672310A
CN113672310A CN202110966178.1A CN202110966178A CN113672310A CN 113672310 A CN113672310 A CN 113672310A CN 202110966178 A CN202110966178 A CN 202110966178A CN 113672310 A CN113672310 A CN 113672310A
Authority
CN
China
Prior art keywords
osd
message
wireless system
module
uart
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202110966178.1A
Other languages
Chinese (zh)
Inventor
李斌
何燕玲
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BOE Technology Group Co Ltd
K Tronics Suzhou Technology Co Ltd
Gaochuang Suzhou Electronics Co Ltd
Original Assignee
BOE Technology Group Co Ltd
K Tronics Suzhou Technology Co Ltd
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 BOE Technology Group Co Ltd, K Tronics Suzhou Technology Co Ltd filed Critical BOE Technology Group Co Ltd
Priority to CN202110966178.1A priority Critical patent/CN113672310A/en
Publication of CN113672310A publication Critical patent/CN113672310A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Abstract

The invention discloses a wireless system, an intelligent display device and an information interaction method, which are used for solving the technical problems of low interaction efficiency and stability of an OSD system and the wireless system in the prior art, and are applied to the intelligent display device, the intelligent display device comprises the OSD system and the wireless system, the OSD system is used for controlling the screen display of the intelligent display device, a UART interface is arranged between the OSD system and the wireless system for communication, and the wireless system comprises: a plurality of system modules for providing different business functions; and the OSD interaction service resides in the system service of the wireless system and is used for intensively processing the interactive messages between the system module and the OSD system, uniformly scheduling a driving program of the UART interface and providing a callback interface for calling the OSD interaction service to the system module.

Description

Wireless system, intelligent display equipment and information interaction method
Technical Field
The invention relates to the field of display, in particular to a wireless system, intelligent display equipment and an information interaction method.
Background
In an intelligent Display product, an On Screen Display (OSD) system and a wireless system (e.g., an android system) are usually included, the OSD system is used for controlling the Display of the intelligent Display product, and the wireless system can provide more functions for the intelligent Display product, such as screen projection, application installation, online upgrade, and the like.
In an intelligent display product, an OSD system and a wireless system are respectively located on two different main boards, and a Universal Asynchronous Receiver/Transmitter (UART) interface is usually arranged between the two main boards to communicate and exchange information between the wireless system and the OSD system.
However, since the wireless system provides various functions such as screen projection, application access, upgrade, and application installation, when the wireless system communicates with the OSD system, each module supporting the above functions in the wireless system frequently requests to occupy and release the driver of the UART interface, which may cause the message of the UART interface to be blocked and further may not respond to the call of the upper module in time, resulting in low interactive efficiency and poor stability between the OSD system and the wireless system.
In view of this, how to improve the interaction efficiency and stability between the OSD system and the wireless system becomes a technical problem to be solved urgently.
Disclosure of Invention
The invention provides a wireless system, intelligent display equipment and an information interaction method, which are used for solving the technical problem that the interaction efficiency and stability of an OSD system and the wireless system are low in the prior art.
In a first aspect, to solve the above technical problem, an embodiment of the present invention provides a wireless system applied to an intelligent display device, where the intelligent display device includes an OSD system and the wireless system, the OSD system is used to control screen display of the intelligent display device, a UART interface is provided between the OSD system and the wireless system for communication, and the wireless system has a technical solution as follows:
a plurality of system modules for providing different business functions;
and the OSD interaction service resides in the system service of the wireless system and is used for intensively processing the interactive messages between the system module and the OSD system, uniformly scheduling a driving program of the UART interface and providing a callback interface for calling the OSD interaction service to the system module.
In one possible embodiment, the OSD interaction service includes:
the OSD message processing module is used for analyzing, synchronizing and forwarding the interactive messages between the system module and the OSD system;
and the UART calling module is used for calling a driving program of the UART interface so as to transmit messages between the OSD message processing module and the OSD system.
In one possible implementation, the OSD message processing module includes:
the OSD system notification message processing module is used for analyzing the notification message from the OSD system according to a preset UART format and forwarding the analyzed notification message to a corresponding system module; the preset UART format is a data format used when the UART calling module transmits messages;
the wireless system notification type message processing module is used for packaging the notification message from the system module according to the preset UART format and sending the packaged notification message to the UART calling module to be sent to the OSD system;
the wireless system query type message processing module is used for forwarding the query message from the system module to the OSD system and returning a query result returned by the OSD system aiming at the query message to the corresponding system module;
and the touch bar touch Bar message processing module is used for transmitting the touch Bar operation acquired by the OSD system to the system module.
In one possible implementation, the wireless system query type message processing module is specifically configured to:
packaging the query message from the system module according to the preset UART format, and sending the packaged query message to the UART calling module so as to query the OSD system for a query result corresponding to the query message;
and after receiving the query result, analyzing the query result according to the preset UART format, and returning the analyzed query result to the corresponding system module.
In a possible implementation manner, the TouchBar message processing module is specifically configured to:
analyzing the received TouchBar operation according to the preset UART format, converting the analyzed TouchBar operation into a system operation event, injecting the system operation event into an input subsystem, and distributing the system operation event to the system module; wherein the input subsystem is configured to distribute injection events in the wireless system.
A possible implementation manner of the preset UART format includes:
the frame header occupies 4 bytes and is used for indicating the initial position and type of the message and the length of the data frame;
the data frame occupies 256 bytes at most and is used for indicating the specific content of the message;
and the frame tail occupies 4 bytes and is used for indicating the current frame number of the message which is currently transmitted and the total frame number contained in the message.
In a possible implementation manner, the frame header includes:
two instruction start zone bits, which occupy a byte respectively, the instruction start zone bit flag is used for marking the start position of the message;
the command identification bit occupies one byte and is used for identifying an OSD message processing module corresponding to the message;
and the data length occupies 1 byte and is used for indicating the length of the data frame.
In one possible embodiment, the end of frame includes:
the current frame number occupies 1 byte and is used for indicating the frame number of the data frame corresponding to the message;
a total frame number, occupying 1 byte, for indicating the total number of data frames contained in the message;
a check bit occupying 1 byte for checking the data frame;
and an end bit occupying 1 byte for indicating the end of the data frame transmission.
In one possible embodiment, a plurality of the system modules comprises:
desktop integration applications, screen projection integration applications, and system components.
In a second aspect, an embodiment of the present invention provides a display device, including:
the system comprises two mainboards, wherein a UART interface is arranged between the two mainboards for communication;
one of the two main boards is provided with an OSD system for controlling a display screen, and the other main board is provided with the wireless system of the first aspect.
In a third aspect, an embodiment of the present invention provides an information interaction method, which is applied to a wireless system in an intelligent display device as described in the first aspect, where the intelligent display device further includes an OSD system, the OSD system is used to control screen display of the intelligent display device, and a UART interface is provided between the OSD system and the wireless system for communication, and the method includes:
receiving interactive information between the wireless system and the OSD system; wherein, when the message is from the OSD system, the message is received through the UART interface;
carrying out centralized processing on the received messages;
sending the message after centralized processing to the corresponding service in the OSD system or the wireless system; and when the message is sent to the OSD system, the message after the centralized processing is sent by calling a driving program of the UART interface.
Drawings
Fig. 1 is a schematic structural diagram of a wireless system according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an OSD interaction service according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an OSD message processing module according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating interaction between a wireless system and an OSD system when the OSD system notification message processing module processes a message according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating the interaction between the wireless system and the OSD system when the notification-like message processing module of the wireless system processes the message according to the embodiment of the present invention;
fig. 6 is a flowchart illustrating interaction between the wireless system and the OSD system when the query class message processing module 2013 processes a message according to an embodiment of the present invention;
fig. 7 is a flowchart illustrating the interaction between the wireless system and the OSD system when the TouchBar message processing module processes the message according to the embodiment of the present invention;
fig. 8 is a schematic structural diagram of a preset UART format according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of an intelligent display device according to an embodiment of the present invention;
fig. 10 is a flowchart of an information interaction method according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a wireless system, display equipment and an information interaction method, which are used for solving the technical problem that the interaction efficiency and stability of an OSD system and the wireless system are low in the prior art.
In order to better understand the technical solutions of the present invention, the following detailed descriptions of the technical solutions of the present invention are provided with the accompanying drawings and the specific embodiments, and it should be understood that the specific features in the embodiments and the examples of the present invention are the detailed descriptions of the technical solutions of the present invention, and are not limitations of the technical solutions of the present invention, and the technical features in the embodiments and the examples of the present invention may be combined with each other without conflict.
Referring to fig. 1, an embodiment of the present invention provides a wireless system, which is applied to an intelligent display device, the intelligent display device includes an OSD system and a wireless system, the OSD system is used for controlling screen display of the intelligent display device, a UART interface is disposed between the OSD system and the wireless system for communication, and the wireless system includes:
a plurality of system modules 10, the system modules 10 being configured to provide different service functions;
the OSD interaction service 20 resides in a system service of the wireless system, and is configured to centrally process messages exchanged between the system module 10 and the OSD system, uniformly schedule a driver of the UART interface, and provide a callback interface for calling the OSD interaction service to the system module 10.
In embodiments provided herein, the plurality of system modules may include desktop integration applications, screen projection integration applications, system components, and the like.
In the embodiment provided by the invention, by residing the OSD interaction service 20 in the wireless system, the OSD interaction service 20 is used for centrally processing the interactive messages between the system module 10 and the OSD system, uniformly scheduling the driver of the UART interface, and providing the callback interface for calling the OSD service to the system module 10, compared with the prior art that the driver of the UART interface is accessed by each system module 10 alone to cause blockage, the driver of the UART interface can be effectively isolated from being directly accessed by the system module, and the blockage is prevented, so that the driver of the UART interface can respond in time, and the interaction efficiency between the OSD system and the wireless system is improved.
Fig. 2 is a schematic structural diagram of an OSD interaction service according to an embodiment of the present invention.
The OSD interaction service 20 includes:
an OSD message processing module 201, configured to parse, synchronize, and forward messages exchanged between the system module 10 and the OSD system; the interactive message may be version information, power status, parameter change, etc. in the OSD system, system status, screen projection status, control command, etc. of the wireless system.
The UART calling module 202 is configured to call a driver of the UART interface to transfer a message between the OSD message processing module 201 and the OSD system.
Fig. 3 is a schematic structural diagram of an OSD message processing module according to an embodiment of the present invention.
The OSD message processing module 201 includes:
the OSD system notification message processing module 2011 is configured to parse the notification message from the OSD system according to the preset UART format, and forward the parsed notification message to the corresponding system module 10; the preset UART format is a data format used when the UART calling module transmits messages.
Please refer to fig. 4, which is a flowchart illustrating interaction between a wireless system and an OSD system when the OSD system notification message processing module processes a message according to an embodiment of the present invention.
Step 401: the OSD system transmits a notification message of the OSD system to the UART calling module 202.
Since the wireless system and the OSD system communicate via the UART interface, the notification message sent by the OSD system is a UART signal, and after receiving the UART signal, the UART interface assembles the UART signal into a data packet according to the UART protocol and provides the data packet to the UART calling module 202.
Step 402: the UART calling module 202 forwards the notification message of the OSD system to the OSD system notification class message processing module 2011.
The UART invoking module 202 packages the received notification message of the OSD system according to a preset UART format, and sends the notification message to the OSD system notification class message processing module 2011.
Step 403: the OSD system notification class message processing module 2011 parses the notification message of the OSD system.
Step 404: the OSD system notification message processing module 2011 sends the parsed notification message of the OSD system to the system module 10.
In the embodiment of the present invention, the OSD system notification message processing module 2011 processes the notification messages of the OSD system in a centralized manner, so that the OSD system notification message processing module 2011 can process the notification messages of the OSD system in parallel with other OSD message processing modules, thereby improving the message processing efficiency between the wireless system and the OSD system and further improving the interaction efficiency between the wireless system and the OSD system.
The wireless system notification type message processing module 2012 is configured to encapsulate the notification message from the system module 10 according to the preset UART format, and send the encapsulated notification message to the UART invoking module 202 for sending to the OSD system.
Please refer to fig. 5, which is a flowchart illustrating the interaction between the wireless system and the OSD system when the wireless system notification-like message processing module processes the message according to the embodiment of the present invention.
Step 501: the system module 10 transmits a notification message of the wireless system to the wireless system notification class message processing module 2012.
Step 502: the wireless system notification class message handler 2012 encapsulates the notification messages for the wireless system.
Step 503: the wireless system notification class message processing module 2012 sends the encapsulated notification message of the wireless system to the UART invoking module 202.
The wireless system notification type message processing module 2012 encapsulates the notification message of the wireless system according to the preset UART format to obtain the encapsulated notification message of the wireless system.
Step 504: the UART invoking module 202 transmits a notification message of the packaged wireless system to the OSD system.
After receiving the encapsulated notification message of the wireless system sent by the wireless system notification class message processing module 2012, the UART invoking module 202 invokes the driver of the UART interface to send the encapsulated notification message of the wireless system to the OSD system through the UART interface according to the UART protocol.
The wireless system query message processing module 2013 is configured to forward the query message from the system module 10 to the OSD system, and return a query result returned by the OSD system for the query message to the corresponding system module 10.
The wireless system query type message processing module 2013 is specifically configured to:
encapsulating the query message from the system module 10 according to a preset UART format, and sending the encapsulated query message to the UART calling module 202 to query the OSD system for a query result corresponding to the query message; after receiving the query result, the query result is analyzed according to the preset UART format, and the analyzed query result is returned to the corresponding system module 10.
Please refer to fig. 6, which is a flowchart illustrating the interaction between the wireless system and the OSD system when the query-class message processing module 2013 processes the message according to the embodiment of the present invention.
Step 601: the system module 10 sends the inquiry message of the wireless system to the wireless system inquiry type message processing module 2013.
Step 602: the wireless system query class message processing module 2013 encapsulates the query message for the wireless system.
The wireless system query type message processing module 2013 encapsulates the query message of the wireless system according to a preset UART format to obtain an encapsulated query message.
Step 603: the wireless system query class message processing module 2013 sends the packaged query message to the UART invoking module 202.
Step 604: the UART calling module 202 forwards the encapsulated query message to the OSD system.
And after receiving the packaged inquiry message, the UART module interface calls a driving program of the UART interface to send the packaged inquiry message to the OSD system.
Step 605: and the OSD system acquires a query result corresponding to the query message.
And the OSD system receives the UART signal corresponding to the packaged query message, converts the UART signal into the packaged query message, analyzes the packaged query message by using a preset UART format to obtain the query message, and further acquires a corresponding query result according to the query message.
Step 606: the OSD system sends the query result to the UART calling module 202.
Step 607: the UART invoking module 202 forwards the query result to the wireless system query class message processing module 2013.
Step 608: the wireless system query type message processing module 2013 parses the query result.
The wireless system query type message processing module 2013 parses the query result according to the preset UART format to obtain the parsed query result.
Step 609: the wireless system query type message processing module 2013 sends the analyzed query result to the system module 10.
Touch bar TouchBar message processing module 2014, for passing TouchBar operations obtained by the OSD system to system module 10.
The TouchBar message processing module 2014 is specifically configured to:
analyzing the received TouchBar operation according to a preset UART format, converting the analyzed TouchBar operation into a system operation event, injecting the system operation event into an input subsystem, and distributing the system operation event to a system module 10; wherein the input subsystem is used for distributing injection events in the wireless system.
TouchBar operations include click, double click, slide, etc.
Please refer to fig. 7, which is a flowchart illustrating the interaction between the wireless system and the OSD system when the TouchBar message processing module processes the message according to the embodiment of the present invention.
Before the OSD system transmits the TouchBar operation to the wireless system, the OSD system is required to release the TouchBar operation according to the received TouchBar occupation request message, the used OSD message processing module 201 processes the notification type message processing module 2012 of the wireless system, and the interaction process is as follows:
step 701: system module 10 sends a TouchBar occupancy request message to wireless system notification class message handling module 2012.
When a system module 10 in a wireless system, such as a desktop integration application and a screen projection integration application, needs to occupy the TouchBar operation, a TouchBar occupation request message is generated, so that the OSD system releases the TouchBar operation.
Step 702: the wireless system notification class message handling module 2012 encapsulates the TouchBar occupancy request message.
The wireless system notification type message processing module 2012 encapsulates the TouchBar occupation request message according to a preset UART format to obtain an encapsulated TouchBar occupation request message.
Step 703: the wireless system notification class message processing module 2012 sends the packaged TouchBar occupation request message to the UART invoking module 202.
Step 704: the UART invoking module 202 sends the packaged TouchBar occupation request message to the OSD system.
Step 705: the OSD system releases the touch Bar operation, and the touch Bar operation is reported to the wireless system.
After receiving the TouchBar occupation request message, the OSD system releases the TouchBar operation and delivers the TouchBar operation to the wireless system for occupation, and then the TouchBar operation received by the OSD system is reported to the wireless system until the wireless system releases the TouchBar operation.
After the OSD system releases the occupied TouchBar operation, TouchBar operations acquired by the OSD system are all reported to the wireless system, the used OSD message processing module 201 is a TouchBar message processing module 2014, and the interaction flow is as follows:
step 706: the OSD system sends a TouchBar operation to the UART call module 202.
Step 707: the UART calling module 202 forwards the TouchBar operation to the TouchBar message processing module 2014.
Step 708: the TouchBar message processing module 2014 parses TouchBar operations and translates them into operational events.
After the TouchBar message processing module 2014 receives the TouchBar operation, the TouchBar operation is analyzed according to the UART format, and the analyzed TouchBar operation is converted into an operation event in the wireless system.
Step 709: the TouchBar message processing module 2014 injects operational events into the input subsystem.
Step 710: the input subsystem distributes operational events to the system module 10.
When the system module 10 no longer needs to occupy the TouchBar operation, TouchBar release information for releasing the TouchBar operation is generated and sent to the OSD system, so that the OSD system resumes the occupation of the TouchBar operation, and the used OSD message processing module 201 is the wireless system notification type message processing module 2012.
Step 711: system module 10 sends the TouchBar release information to wireless system notification class message handling module 2012.
Step 712: the wireless system notification class message handling module 2012 encapsulates the TouchBar release information.
The wireless system notification type message processing module 2012 encapsulates the TouchBar release information according to a preset UART format to obtain encapsulated TouchBar release information.
Step 713: the wireless system notification class message processing module 2012 forwards the encapsulated TouchBar release information to the UART invoking module 202.
Step 714: the UART calling module 202 sends the packaged TouchBar release information to the OSD system.
And after receiving the packaged TouchBar release information, the OSD system occupies the TouchBar operation.
When any of the OSD system notification message processing module 2011, the wireless system notification message processing module 2012, the wireless system query message processing module 2013, and the TouchBar message processing module 2014 send a message to the UART invoking module 202 at the same time, the UART module determines a processing sequence according to their priorities.
Please refer to table 1, which is a list of messages that need to be interacted between the wireless system and the OSD system according to the embodiment of the present invention.
TABLE 1
Figure BDA0003224054560000111
Figure BDA0003224054560000121
In the embodiment provided by the present invention, the OSD system notification message processing module 2011, the wireless system notification message processing module 2012, the wireless system query message processing module 2013, and the TouchBar message processing module 2014 respectively process the uplink and downlink notification messages (the notification message of the OSD system, the notification message of the wireless system), the query message of the wireless system, the TouchBar operation, and the occupation/release message thereof of the wireless system, so that each module in the OSD message processing module can work independently and concurrently, thereby improving the working efficiency of the OSD message processing module, and further improving the interaction efficiency of the OSD system and the wireless system.
Please refer to fig. 8, which is a schematic structural diagram of a preset UART format according to an embodiment of the present invention, the preset UART format includes:
the frame header occupies 4 bytes and is used for indicating the initial position and type of the message and the length of the data frame;
a data frame, which occupies 256 bytes at most, and is used for indicating the specific content of the message;
the end of frame, which takes 4 bytes, is used to indicate the current frame number of the currently transmitted message, and the total frame number contained in the message.
Wherein, the frame header includes:
two instruction start zone bits, which occupy a byte respectively, the instruction start zone bit mark is used for marking the start position of the message;
the command identification bit occupies one byte and is used for identifying an OSD message processing module corresponding to the message;
data length, which takes 1 byte, is used to indicate the length of the data frame.
The frame end comprises:
the current frame number occupies 1 byte and is used for indicating the frame number of the data frame corresponding to the message;
the total frame number occupies 1 byte and is used for indicating the total number of data frames contained in the message;
a check bit occupying 1 byte for checking the data frame; the data checked by the check bit can be obtained by performing exclusive or calculation on the data after the instruction start flag bit.
An end bit, occupying 1 byte, for indicating the end of the data frame transmission. The data as the end bit may be 0xFC (0x for 16).
Based on the same inventive concept, an embodiment of the present invention provides an intelligent display device, please refer to fig. 9, which includes:
the two mainboards 901 are provided with a UART interface 902 for communication;
one of the two main boards 901 is provided with an OSD system for controlling a display screen, and the other main board 901 is provided with the wireless system. For a specific implementation of the wireless system, reference may be made to the description of the embodiment of the wireless system, and repeated descriptions are omitted here.
The intelligent display device can be a display device which needs human-computer interaction, such as an intelligent television, an intelligent robot with a display function and the like.
Based on the same inventive concept, an embodiment of the present invention provides an information interaction method, which is applied to the wireless system in the intelligent display device, and the specific implementation of the method may refer to the description of the embodiment of the wireless system, and repeated details are not repeated. The intelligent display device further includes an OSD system, the OSD system is configured to control screen display of the intelligent display device, a UART interface is disposed between the OSD system and the wireless system for communication, please refer to fig. 10, and the method includes:
step 1001: receiving interactive information between the wireless system and the OSD system; wherein, when the message is from the OSD system, the message is received through the UART interface;
step 1002: carrying out centralized processing on the received messages;
step 1003: sending the message after centralized processing to the corresponding service in the OSD system or the wireless system; and when the message is sent to the OSD system, the message after the centralized processing is sent by calling a driving program of the UART interface.
It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logic function division, and there may be another division manner in actual implementation. In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented as a software functional unit and sold or used as a stand-alone product, may be stored in a processor readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It should be noted that, the apparatus provided in the embodiment of the present invention can implement all the method steps implemented by the method embodiment and achieve the same technical effect, and detailed descriptions of the same parts and beneficial effects as the method embodiment in this embodiment are omitted here.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the invention may take the form of a computer program product embodied on one or more readable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer/processor-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These program instructions may also be stored in a readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer/processor implemented process such that the instructions which execute on the computer/processor or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (11)

1. A wireless system is applied to an intelligent display device, the intelligent display device comprises an OSD system and the wireless system, the OSD system is used for controlling the screen display of the intelligent display device, a UART interface is arranged between the OSD system and the wireless system for communication, and the wireless system is characterized by comprising:
a plurality of system modules for providing different business functions;
and the OSD interaction service resides in the system service of the wireless system and is used for intensively processing the interactive messages between the system module and the OSD system, uniformly scheduling a driving program of the UART interface and providing a callback interface for calling the OSD interaction service to the system module.
2. The wireless system of claim 1, wherein the OSD interaction service comprises:
the OSD message processing module is used for analyzing, synchronizing and forwarding the interactive messages between the system module and the OSD system;
and the UART calling module is used for calling a driving program of the UART interface so as to transmit messages between the OSD message processing module and the OSD system.
3. The wireless system of claim 2, wherein the OSD message processing module comprises:
the OSD system notification message processing module is used for analyzing the notification message from the OSD system according to a preset UART format and forwarding the analyzed notification message to a corresponding system module; the preset UART format is a data format used when the UART calling module transmits messages;
the wireless system notification type message processing module is used for packaging the notification message from the system module according to the preset UART format and sending the packaged notification message to the UART calling module to be sent to the OSD system;
the wireless system query type message processing module is used for forwarding the query message from the system module to the OSD system and returning a query result returned by the OSD system aiming at the query message to the corresponding system module;
and the touch bar touch Bar message processing module is used for transmitting the touch Bar operation acquired by the OSD system to the system module.
4. The wireless system of claim 3, wherein the wireless system query class message processing module is specifically configured to:
packaging the query message from the system module according to the preset UART format, and sending the packaged query message to the UART calling module so as to query the OSD system for a query result corresponding to the query message;
and after receiving the query result, analyzing the query result according to the preset UART format, and returning the analyzed query result to the corresponding system module.
5. The wireless system of claim 3, wherein the TouchBar message processing module is specifically configured to:
analyzing the received TouchBar operation according to the preset UART format, converting the analyzed TouchBar operation into a system operation event, injecting the system operation event into an input subsystem, and distributing the system operation event to the system module; wherein the input subsystem is configured to distribute injection events in the wireless system.
6. The wireless system of any of claims 3-5, wherein the pre-set UART format comprises:
the frame header occupies 4 bytes and is used for indicating the initial position and type of the message and the length of the data frame;
the data frame occupies 256 bytes at most and is used for indicating the specific content of the message;
and the frame tail occupies 4 bytes and is used for indicating the current frame number of the message which is currently transmitted and the total frame number contained in the message.
7. The wireless system of claim 6, wherein the frame header comprises:
two instruction start zone bits, which occupy a byte respectively, the instruction start zone bit flag is used for marking the start position of the message;
the command identification bit occupies one byte and is used for identifying an OSD message processing module corresponding to the message;
and the data length occupies 1 byte and is used for indicating the length of the data frame.
8. The wireless system of claim 6, wherein the trailer comprises:
the current frame number occupies 1 byte and is used for indicating the frame number of the data frame corresponding to the message;
a total frame number, occupying 1 byte, for indicating the total number of data frames contained in the message;
a check bit occupying 1 byte for checking the data frame;
and an end bit occupying 1 byte for indicating the end of the data frame transmission.
9. The wireless system of claim 6, wherein a plurality of the system modules comprise:
desktop integration applications, screen projection integration applications, and system components.
10. An intelligent display device, characterized in that the display device comprises:
the system comprises two mainboards, wherein a UART interface is arranged between the two mainboards for communication;
one of the two main boards is provided with an OSD system for controlling a display screen, and the other main board is provided with a wireless system according to any one of claims 1 to 9.
11. A method of information interaction applied to the wireless system of any one of claims 1 to 9 in an intelligent display device, wherein the intelligent display device further comprises an OSD system, the OSD system is used for controlling the on-screen display of the intelligent display device, and a UART interface is provided between the OSD system and the wireless system for communication, and the method comprises:
receiving interactive information between the wireless system and the OSD system; wherein, when the message is from the OSD system, the message is received through the UART interface;
carrying out centralized processing on the received messages;
sending the message after centralized processing to the corresponding service in the OSD system or the wireless system; and when the message is sent to the OSD system, the message after the centralized processing is sent by calling a driving program of the UART interface.
CN202110966178.1A 2021-08-23 2021-08-23 Wireless system, intelligent display equipment and information interaction method Pending CN113672310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110966178.1A CN113672310A (en) 2021-08-23 2021-08-23 Wireless system, intelligent display equipment and information interaction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110966178.1A CN113672310A (en) 2021-08-23 2021-08-23 Wireless system, intelligent display equipment and information interaction method

Publications (1)

Publication Number Publication Date
CN113672310A true CN113672310A (en) 2021-11-19

Family

ID=78544902

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110966178.1A Pending CN113672310A (en) 2021-08-23 2021-08-23 Wireless system, intelligent display equipment and information interaction method

Country Status (1)

Country Link
CN (1) CN113672310A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6400996B1 (en) * 1999-02-01 2002-06-04 Steven M. Hoffberg Adaptive pattern recognition based control system and method
CN101163197A (en) * 2007-11-29 2008-04-16 四川长虹电器股份有限公司 Digital television module software updating method
US20120144423A1 (en) * 2010-12-03 2012-06-07 Sangjeon Kim Method for sharing messages in image display and image display device for the same
CN105959826A (en) * 2016-04-29 2016-09-21 深圳创维-Rgb电子有限公司 Method, device and system for processing message
CN112653725A (en) * 2020-11-30 2021-04-13 石家庄通合电子科技股份有限公司 Virtual scheduling algorithm of communication interface
CN113014838A (en) * 2021-03-03 2021-06-22 北京工业大学 Multi-format high-speed digital video fusion system based on FPGA

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6400996B1 (en) * 1999-02-01 2002-06-04 Steven M. Hoffberg Adaptive pattern recognition based control system and method
CN101163197A (en) * 2007-11-29 2008-04-16 四川长虹电器股份有限公司 Digital television module software updating method
US20120144423A1 (en) * 2010-12-03 2012-06-07 Sangjeon Kim Method for sharing messages in image display and image display device for the same
CN105959826A (en) * 2016-04-29 2016-09-21 深圳创维-Rgb电子有限公司 Method, device and system for processing message
CN112653725A (en) * 2020-11-30 2021-04-13 石家庄通合电子科技股份有限公司 Virtual scheduling algorithm of communication interface
CN113014838A (en) * 2021-03-03 2021-06-22 北京工业大学 Multi-format high-speed digital video fusion system based on FPGA

Similar Documents

Publication Publication Date Title
CN113296884B (en) Virtualization method, virtualization device, electronic equipment, virtualization medium and resource virtualization system
CN107741884B (en) Method and device for realizing message pushing by hierarchical state machine
CN113806116A (en) Protocol stack data transmission method based on Linux system, computer equipment and storage medium
CN105975351A (en) User behavior message reporting method and apparatus
CN105141603B (en) Communication data transmission method and system
US11709722B2 (en) Extensible communication framework and communication method supporting multiple communication protocols
CN113867732A (en) Message information processing method, system and storage medium
CN105610730A (en) Method and system for message interaction between CPU and network equipment
CN113791920A (en) Dual-system communication method, device, electronic equipment and computer readable storage medium
CN113672310A (en) Wireless system, intelligent display equipment and information interaction method
CN113010381A (en) Method and equipment for managing components
CN109683875B (en) Application framework system of MVC (model view controller) pattern in distributed environment and method thereof
CN110830386A (en) Method, device and system for preserving order of messages
CN112422485A (en) Communication method and device of transmission control protocol
CN103916413A (en) Control method and device for heterogeneous minicomputers, and cloud computing system
CN114265638B (en) Communication method, device, equipment and storage medium based on plug-in compatibility
CN114979058A (en) CAN multi-mailbox multiplexing processing method and system
CN111240867A (en) Information communication system and method
CN112035231A (en) Data processing system, method and server group
CN102255895A (en) Method and system for data communication between client and server
CN113556399B (en) Message pushing device, system, method, electronic equipment and storage medium
CN116684506B (en) Data processing method, system, electronic device and computer readable storage medium
CN112311796B (en) Multi-interface unified communication processing method and system based on android mainboard
CN113395358B (en) Network request execution method and execution system
US6915355B2 (en) Automation equipment equipped with a USB link for monitoring and control in an automation application

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination