CN114827302B - Communication protocol adaptation method, device, equipment and storage medium - Google Patents

Communication protocol adaptation method, device, equipment and storage medium Download PDF

Info

Publication number
CN114827302B
CN114827302B CN202210360124.5A CN202210360124A CN114827302B CN 114827302 B CN114827302 B CN 114827302B CN 202210360124 A CN202210360124 A CN 202210360124A CN 114827302 B CN114827302 B CN 114827302B
Authority
CN
China
Prior art keywords
communication
communication protocol
verification
wireless communication
protocol
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.)
Active
Application number
CN202210360124.5A
Other languages
Chinese (zh)
Other versions
CN114827302A (en
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.)
Guangdong Wanzhenzi Intelligent Control Technology Co ltd
Original Assignee
Guangdong Wanzhenzi Intelligent Control 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 Guangdong Wanzhenzi Intelligent Control Technology Co ltd filed Critical Guangdong Wanzhenzi Intelligent Control Technology Co ltd
Priority to CN202210360124.5A priority Critical patent/CN114827302B/en
Publication of CN114827302A publication Critical patent/CN114827302A/en
Application granted granted Critical
Publication of CN114827302B publication Critical patent/CN114827302B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/0816Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Communication Control (AREA)

Abstract

The application provides a communication protocol adaptation method, a device, equipment and a computer readable storage medium; the communication protocol adaptation method in the application comprises the following steps: acquiring a wireless communication protocol, and configuring a communication port according to the wireless communication protocol; checking the communication module according to the configured communication port to obtain a communication checking result; and carrying out self-adaptive configuration on the communication port according to the communication verification result, and carrying out communication pairing with the communication module based on the communication port after self-adaptive configuration. According to the technical scheme, the intelligent terminals with multiple wireless communication protocols are subjected to self-adaptive communication pairing, so that the communication protocol matching efficiency is improved, and the terminal development efficiency is improved.

Description

Communication protocol adaptation method, device, equipment and storage medium
Technical Field
The present application relates to the field of terminal control, and in particular, to a communication protocol adaptation method, apparatus, device, and storage medium.
Background
At present, in the development process of intelligent air conditioners and other intelligent terminals carrying communication modules, wireless communication modules of different manufacturers are usually carried, wireless communication firmware of different manufacturers may use different wireless serial port communication protocols, and the existing terminal main control application cannot adaptively adapt to the communication modules of different protocols, so that the intelligent terminals need to develop a plurality of different main control programs to adapt to the communication modules of different protocols in the development process, the development efficiency of the intelligent terminals is reduced, the development period is prolonged, and the development and use of the intelligent terminals are not facilitated.
Disclosure of Invention
The embodiment of the application provides a communication protocol adaptation method, a device, equipment and a storage medium, which aim to solve the technical problem that an intelligent terminal carrying multiple communication modules cannot adapt to different protocol communication modules in a self-adaptive manner in the prior art.
In one aspect, an embodiment of the present application provides a communication protocol adaptation method, including the following steps:
acquiring a wireless communication protocol, and configuring a communication port according to the wireless communication protocol;
checking a preset communication module according to the configured communication port to obtain a communication checking result;
and carrying out self-adaptive configuration on the communication port according to the communication verification result, and carrying out communication pairing with the communication module based on the communication port after self-adaptive configuration.
In one possible implementation manner of the present application, the acquiring a wireless communication protocol, configuring a communication port according to the wireless communication protocol, includes:
reading a wireless communication protocol stored in a communication protocol database;
acquiring protocol parameters of the wireless communication protocol, wherein the protocol parameters comprise a baud rate, a start bit, a check bit and a stop bit;
and configuring the initialized communication port according to the baud rate, the start bit, the check bit and the stop bit of the wireless communication protocol.
In one possible implementation manner of the present application, the verifying the communication module according to the configured communication port to obtain a communication verification result includes:
receiving verification information transmitted by the communication module, and extracting a standard header code and a standard tail code carried by the verification information;
comparing the standard header code with a check header code of the communication port, and comparing the standard tail code with a check tail code of the communication port;
if the check head code is the same as the standard head code and the check tail code is the same as the standard tail code, a communication check result of successful check is obtained;
and if the check head code is different from the standard head code and/or the check tail code is different from the standard tail code, obtaining a communication check result of check failure.
In one possible implementation manner of the present application, the verifying the communication module according to the configured communication port to obtain a communication verification result includes:
receiving verification information transmitted by the communication module, and inputting the verification information into a preset verification model to obtain verification parameters;
obtaining standard parameters in the verification information, and comparing the verification parameters with the standard parameters;
If the verification parameters are matched with the standard parameters, a communication verification result with successful verification is generated;
and if the verification parameters are not matched with the standard parameters, generating a communication verification result with verification failure.
In one possible implementation manner of the present application, the adaptively configuring the communication port according to the communication verification result, and performing communication pairing with the communication module based on the communication port after the adaptively configuring includes:
if the verification result is that the verification is successful, acquiring the flag bit parameter of the wireless communication protocol;
and configuring the flag bit parameter in the communication port, and carrying out communication pairing with the communication module according to the flag bit parameter.
In one possible implementation manner of the present application, the adaptively configuring the communication port according to the communication verification result, and performing communication pairing with the communication module based on the communication port after the adaptively configuring includes:
initializing the communication port if the communication verification result is that verification fails;
accessing a communication protocol database, acquiring a new wireless communication protocol, and configuring an initialized communication port according to the new wireless communication protocol;
And carrying out communication pairing with the communication module according to the configured communication port.
In one possible implementation manner of the present application, the accessing the communication protocol database, obtaining a new wireless communication protocol, configuring an initialized communication port according to the new wireless communication protocol, includes:
polling a wireless communication protocol in the communication protocol database, and checking and detecting with the communication module according to the wireless communication protocol;
and if the verification is successful, setting the wireless communication protocol as a new wireless communication protocol, and configuring an initialized communication port according to the wireless communication protocol.
In another aspect, the present application provides a communication protocol adaptation device, including:
the protocol acquisition module is configured to acquire a wireless communication protocol and configure a communication port according to the wireless communication protocol;
the protocol verification module is configured to verify the communication module according to the configured communication port to obtain a communication verification result;
and the communication pairing module is configured to carry out self-adaptive configuration on the communication port according to the communication verification result, and carry out communication pairing with the communication module based on the communication port after self-adaptive configuration.
In another aspect, the present application further provides a communication protocol adaptation device, including:
one or more processors;
a memory; and
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the processor to implement the communication protocol adaptation method.
In another aspect, the present application also provides a computer readable storage medium having stored thereon a computer program to be loaded by a processor for performing the steps in the communication protocol adaptation method.
According to the method, the current wireless communication protocol of the intelligent terminal is obtained, the communication port is configured according to the wireless communication protocol, the communication module is checked according to the configured communication port, and a communication check result is obtained, so that whether the current wireless communication protocol of the intelligent terminal can be matched with the communication module or not is verified; after the communication verification result is obtained, the communication port is adaptively configured according to the communication verification result, and the communication port and the communication module after the self-adaptive configuration are paired, so that the self-adaptive communication pairing of the intelligent terminals with multiple wireless communication protocols can be realized through only one main control application, the communication protocol matching efficiency is improved, and the terminal development efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic view of a scenario of a communication protocol adaptation method according to an embodiment of the present application;
FIG. 2 is a flow chart of one embodiment of a communication protocol adaptation method in an embodiment of the present application;
FIG. 3 is a schematic flow chart of an embodiment of checking a communication module to obtain a communication check result in the communication protocol adaptation method provided in the embodiment of the present application;
fig. 4 is a schematic flow chart of another embodiment of checking a communication module according to a communication port according to the communication protocol adaptation method provided in the embodiment of the present application;
FIG. 5 is a schematic structural diagram of one embodiment of a communication protocol adaptation device provided in an embodiment of the present application;
fig. 6 is a schematic structural diagram of one embodiment of a communication protocol adapting device provided in an embodiment of the present application.
Detailed Description
The following description of the technical solutions in the embodiments of the present application will be made clearly and completely with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to fall within the scope of the invention.
In the description of the present invention, it should be understood that the terms "center", "longitudinal", "lateral", "length", "width", "thickness", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", etc. indicate orientations or positional relationships based on the drawings are merely for convenience in describing the present invention and simplifying the description, and do not indicate or imply that the apparatus or elements referred to must have a specific orientation, be configured and operated in a specific orientation, and thus should not be construed as limiting the present invention. Furthermore, the terms "", "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "", "second" may explicitly or implicitly include one or more of the described features. In the description of the present invention, the meaning of "a plurality" is two or more, unless explicitly defined otherwise.
In this application, the term "exemplary" is used to mean "serving as an example, instance, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments. The following description is presented to enable any person skilled in the art to make and use the invention. In the following description, details are set forth for purposes of explanation. It will be apparent to one of ordinary skill in the art that the present invention may be practiced without these specific details. In other instances, well-known structures and processes have not been described in detail so as not to obscure the description of the invention with unnecessary detail. Thus, the present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features disclosed herein.
At present, in the development process of intelligent air conditioners and other intelligent terminals carrying communication modules, wireless communication modules of different manufacturers are usually carried, and wireless communication firmware of different manufacturers may use different wireless serial port communication protocols, so that the intelligent terminals need to develop a plurality of different main control programs to adapt to the communication modules of different protocols in the development process, which results in reduced development efficiency and higher development cost of the intelligent terminals.
Based on the above, the application provides a communication protocol adaptation method, a device, equipment and a computer readable storage medium, so as to solve the technical problem that an intelligent terminal carrying multiple communication modules cannot adapt to different protocol communication modules in a self-adaptive manner in the prior art.
As shown in fig. 1, fig. 1 is a schematic view of a scenario of a communication protocol adaptation method according to an embodiment of the present application, where the communication protocol adaptation scenario includes a communication protocol adaptation device 100 (a communication protocol adaptation device is integrated in the communication protocol adaptation device 100), and a computer readable storage medium corresponding to the communication protocol adaptation method is run in the communication protocol adaptation device 100 to execute steps of the communication protocol adaptation method.
It may be understood that the communication protocol adaptation device in the scenario of the communication protocol adaptation method shown in fig. 1, or the apparatus included in the communication protocol adaptation device, is not limited to the embodiment of the present invention, that is, the number of devices and the type of devices of the communication protocol adaptation device included in the scenario of the communication protocol adaptation method, or the number of apparatuses and the type of apparatuses included in each device do not affect the overall implementation of the technical solution in the embodiment of the present invention, and may be calculated as equivalent replacement or derivative of the technical solution claimed in the embodiment of the present invention.
The communication protocol adapting device 100 in the embodiment of the present invention is mainly used for: acquiring a wireless communication protocol, and configuring a communication port according to the wireless communication protocol;
checking a preset communication module according to the configured communication port to obtain a communication checking result;
and carrying out self-adaptive configuration on the communication port according to the communication verification result, and carrying out communication pairing with the communication module based on the communication port after self-adaptive configuration.
The communication protocol adaptation device 100 in the embodiment of the present invention may be an independent communication protocol adaptation device, for example, an intelligent terminal such as a mobile phone, a tablet computer, an intelligent television, a network device, a server, and an intelligent computer, or may be a communication protocol adaptation network or a communication protocol adaptation cluster formed by a plurality of communication protocol adaptation devices.
Embodiments of the present application provide a communication protocol adaptation method, apparatus, device, and computer readable storage medium, which are described in detail below.
It will be understood by those skilled in the art that the application environment shown in fig. 1 is only one application scenario related to the present application scenario, and is not limited to the application scenario of the present application scenario, and other application environments may further include more or fewer communication protocol adaptation devices than those shown in fig. 1, or a communication protocol adaptation network connection relationship, for example, only one communication protocol adaptation device is shown in fig. 1, and it is understood that the scenario of the communication protocol adaptation method may further include one or more communication protocol adaptation devices, which is not limited herein in particular; the communication protocol adaptation device 100 may further comprise a memory for storing the target image and other data.
It should be noted that, the schematic view of the scenario of the communication protocol adaptation method shown in fig. 1 is only an example, and the scenario of the communication protocol adaptation method described in the embodiment of the present invention is for more clearly describing the technical solution of the embodiment of the present invention, and does not constitute a limitation to the technical solution provided by the embodiment of the present invention.
Based on the above-mentioned scenario of the communication protocol adaptation method, various embodiments of the communication protocol adaptation method disclosed in the present invention are presented.
As shown in fig. 2, fig. 2 is a schematic flow chart of one embodiment of a communication protocol adaptation method in the embodiment of the present application, where the communication protocol adaptation method includes the following steps 201 to 203:
201. acquiring a wireless communication protocol, and configuring a communication port according to the wireless communication protocol;
the communication protocol adaptation method in this embodiment is applied to a communication protocol adaptation device, and the type and number of the communication protocol adaptation device are not limited specifically, that is, the communication protocol adaptation device may be one or more intelligent terminals or servers carrying different wireless communication protocols, and in a specific embodiment, the communication protocol adaptation device may be an air conditioner.
Specifically, when the communication protocol adaptation device is powered on and started and is in an operation state, the communication protocol adaptation device receives a wireless connection request, wherein the wireless connection request is an operation instruction for driving a communication port in the communication protocol adaptation device to be in communication connection with a communication module in the communication protocol adaptation device. The triggering manner of the wireless connection request is not specifically limited herein, that is, the wireless connection request may be actively triggered by a user, for example, the user may be a inspector or a user of the wireless protocol adaptation device, and the user actively triggers the wireless connection request that the communication port in the communication protocol adaptation device performs communication connection with the communication module by clicking a wireless connection button of the communication protocol adaptation device. In addition, the wireless connection request may be automatically triggered by the communication protocol adaptation device, for example, the communication protocol adaptation device monitors the connection state of the communication port and the communication module at regular time, and if the connection state of the communication port and the communication module is in a disconnection state, the wireless connection request is automatically triggered. The communication port is composed of VCC, GND, RXD, TXD four pins and is used for connecting the WIFI module and the universal serial asynchronous transceiver of the main control board.
After receiving the wireless connection request, the communication protocol adaptation device determines that the communication port and the communication module are in a disconnected state, initializes the communication port in the communication protocol adaptation device, acquires the current wireless communication protocol stored in the device after the communication port is initialized, and configures the communication port according to the wireless communication protocol. Specifically, the communication protocol adaptation device may preset a communication protocol database for storing the wireless communication protocol carried by the communication protocol adaptation device, or may store the wireless communication protocol in a specified memory. Optionally, the communication protocol adapting device obtains the protocol parameters of the wireless communication protocol by reading the wireless communication protocol in the communication protocol database, and configures the communication port according to the protocol parameters of the wireless communication protocol.
Specifically, the protocol parameters of the wireless communication protocol include baud rate, start bit, check bit, and stop bit. The wireless communication protocol equipment acquires the baud rate, the start bit, the check bit and the stop bit of the current wireless communication protocol, carries out bottom layer driving configuration on the communication port according to the acquired baud rate, the start bit, the check bit and the stop bit, and sets the baud rate, the start bit, the check bit and the stop bit corresponding to the communication port to be consistent with protocol parameters of the wireless communication protocol. For example, in one embodiment, the baud rate of the wireless communication protocol acquired by the communication protocol adaptation device is 115200bps, the data bit is 8, the stop bit is 1, the communication protocol adaptation device correspondingly performs the bottom layer driving configuration on the communication port, the baud rate of the communication port is set to 115200bps, the data bit is set to 8, and the stop rate is set to 1.
202. Checking a preset communication module according to the configured communication port to obtain a communication checking result;
after the communication protocol adapting device configures the communication port according to the current wireless communication protocol, the communication module is checked according to the configured communication port, so as to obtain a communication check result, and whether the wireless communication protocol is matched with the communication module or not is confirmed according to the communication check result.
Specifically, after the communication protocol adaptation device configures the communication port according to the wireless communication protocol, a verification instruction for requesting communication verification is sent to the communication port, and verification information transmitted by the communication module is received within a preset verification time. And checking the wireless communication protocol of the communication port according to the checking information.
Specifically, the communication protocol adaptation device may perform a check on a header code and a trailer code of a wireless communication protocol of the communication port, and perform a CRC (Cyclic Redundancy Check, cyclic redundancy) check on the wireless communication protocol. Thereby, whether the wireless communication protocol of the communication port is matched with the wireless communication protocol used by the communication module is verified in a multi-dimensional mode.
Optionally, if the result of the verification of the wireless communication protocol of the communication port by the communication protocol adapting device is that the verification fails, it is determined that the wireless communication protocol of the communication port is not matched with the wireless communication protocol of the communication module, and the communication protocol adapting device cannot effectively pair with the communication module through the current wireless communication protocol of the communication protocol.
Optionally, if the result of the verification of the wireless communication protocol of the communication port by the communication protocol adapting device is that the verification is successful, it is determined that the wireless communication protocol of the communication port is matched with the wireless communication protocol of the communication module, the communication protocol adapting device determines that the wireless communication protocol is a target communication protocol, and performs communication pairing with the communication module according to the target communication protocol, so as to perform communication connection with the communication module.
203. And carrying out self-adaptive configuration on the communication port according to the communication verification result, and carrying out communication pairing with the communication module based on the communication port after self-adaptive configuration.
The communication protocol adaptation equipment performs self-adaptive configuration on the communication port according to the communication verification result after verifying the communication module to obtain the communication verification result, and performs communication pairing with the communication module based on the communication port after self-adaptive configuration.
Optionally, if the communication verification result is that the verification is successful, it is determined that the wireless communication protocol of the communication port is matched with the wireless communication protocol of the communication module, the communication protocol adaptation device determines that the wireless communication protocol is a target communication protocol, obtains the flag bit parameter of the target communication protocol, and the communication protocol adaptation device sets the flag bit parameter in the communication port, and fast resets the wireless communication protocol according to the flag bit parameter when the communication adaptation is performed with the communication module subsequently, so that the self-adaptive communication efficiency is improved.
Optionally, if the communication verification result is that the verification fails, initializing the communication port, accessing the communication protocol database, acquiring a new wireless communication protocol stored in the communication protocol database, configuring the initialized communication port according to the new wireless communication protocol, and performing communication pairing with the communication module according to the configured communication port.
Specifically, the communication protocol adaptation device polls the wireless communication protocol in the communication protocol database, checks and detects the acquired wireless communication protocol and the communication module, if the check is successful in the preset time, the wireless communication protocol is set to be a new wireless communication protocol, the mark position of the wireless communication protocol is stored in the appointed memory, and the communication port is configured according to the wireless communication protocol, so that the communication port is connected and paired with the communication module according to the wireless communication protocol. If the verification fails, the next wireless communication protocol is switched to configure the communication port until the communication port and the communication module pass the verification.
Optionally, when the communication protocol adaptation device adapts the adaptive communication protocol, a corresponding adaptation state reminder is set according to the adaptation state, and optionally, the adaptation state reminder can be an acousto-optic reminder or a message reminder. In a specific embodiment, the communication protocol adaptation device characterizes the adaptive communication protocol adaptation process by means of an indicator light, and if the indicator light blinks, the communication is being connected; if the indicator light is normally on, the connection is represented to be successful.
In this embodiment, the communication protocol adaptation device configures a communication port according to the current wireless communication protocol of the intelligent terminal by acquiring the current wireless communication protocol of the intelligent terminal, and verifies the communication module according to the configured communication port to obtain a communication verification result, thereby verifying whether the current wireless communication protocol of the intelligent terminal can be matched with the communication module; after the communication verification result is obtained, the communication port is adaptively configured according to the communication verification result, and the communication port and the communication module are paired based on the communication port after the self-adaptive configuration, so that the self-adaptive communication pairing of the intelligent terminals with the multi-wireless communication protocol can be realized through only one main control application, and the terminal development efficiency is improved.
As shown in fig. 3, fig. 3 is a flow chart of an embodiment of checking a communication module in the communication protocol adaptation method provided in the embodiment of the present application to obtain a communication check result.
Based on the above embodiment, in the embodiment of the present application, the verification information is transmitted through the receiving communication module, and the wireless communication protocol is verified according to the verification information, which specifically includes steps 301 to 304:
301. receiving verification information transmitted by the communication module, and extracting a standard header code and a standard tail code carried by the verification information;
302. Comparing the check header code with the check header code of the communication port, and comparing the standard tail code with the check tail code of the communication port;
303. if the check head code is the same as the standard head code and the check tail code is the same as the standard tail code, a communication check result of successful check is obtained;
304. and if the check head code is not matched with the standard head code and/or the check tail code is not matched with the standard tail code, obtaining a communication check result of check failure.
After the communication protocol adaptation device reads the communication protocol database or acquires the current wireless communication protocol according to the designated memory, the communication protocol adaptation device checks the communication protocol with the communication module, receives the check information transmitted by the communication module, decodes and extracts the standard header code and the standard tail code carried in the check information, and checks the current wireless communication protocol of the communication port according to the acquired standard header code and standard tail code.
Specifically, different wireless communication protocols correspond to different head codes and tail codes, when the communication protocol adaptation device configures a communication port according to the wireless communication protocols, the check head codes and the check tail codes of the wireless communication protocols are predetermined, and the check head codes and the check tail codes are stored in a designated memory.
Specifically, after the communication protocol adaptation device decodes the standard header code and the standard tail code of the verification information, the communication protocol adaptation device compares the verification header code with the pre-stored standard header code and compares the verification tail code with the pre-stored standard tail code, so as to judge whether the wireless communication protocol can be successfully communicated with the communication module.
Optionally, if the check header code is the same as the standard header code, and the check tail code is the same as the standard tail code, the wireless communication protocol is determined to be matched with the communication module, and a communication check result of successful check is obtained. The communication protocol adaptation device obtains the flag bit parameter of the wireless communication protocol and sets the flag bit parameter in the communication port.
Optionally, if the check header code is not matched with the standard header code or the check tail code is not matched with the standard tail code, that is, the check header code is not identical with the standard header code or the check tail code is not identical with the standard tail code. And determining that the wireless communication protocol is not matched with the communication module, and generating a communication verification result with verification failure. After the communication verification result of verification failure is obtained, the communication protocol adaptation equipment polls the communication protocol database, polls the wireless communication protocol in progress in the communication protocol database, configures a communication port with the obtained new wireless communication protocol, and verifies the new wireless communication protocol again until the communication port and the communication module are successfully paired.
In this embodiment, the communication protocol adaptation device extracts a check header code and a check tail code carried by the check information by receiving the check information transmitted by the communication module; comparing the check head code with a pre-stored standard head code, and comparing the check tail code with a pre-stored standard tail code; if the check head code is the same as the standard head code, the check tail code is the same as the standard tail code, and a communication check result of successful check is obtained; and if the check head code is not matched with the standard head code and/or the check tail code is not matched with the standard tail code, obtaining a communication check result of check failure. Thereby judging whether the wireless communication protocol of the communication port is matched with the communication module.
Fig. 4 is a schematic flow chart of another embodiment of the communication protocol adaptation method according to the embodiment of the present application for verifying a communication module according to a communication port, as shown in fig. 4.
Based on the above embodiment, in the embodiment of the present application, the verification information is input to a preset verification model for verification, so as to obtain a communication verification result, which specifically includes steps 401 to 404:
401. receiving verification information transmitted by the communication module, and inputting the verification information into a preset verification model to obtain verification parameters;
402. Obtaining standard parameters in the verification information, and comparing the verification parameters with the standard parameters;
403. if the verification parameters are matched with the standard parameters, a communication verification result with successful verification is generated;
404. and if the verification parameters are not matched with the standard parameters, generating a communication verification result with verification failure.
In this embodiment, after reading the communication protocol database or acquiring the current wireless communication protocol according to the specified memory, the communication protocol adapting device performs verification with the communication module, receives the verification information transmitted by the communication module, and inputs the acquired verification information into a preset verification model to obtain the verification parameters output by the verification model.
Specifically, the communication protocol adaptation device generates a verification model for verifying each communication protocol in advance before receiving the wireless connection request, where the verification model may be a CRC (Cyclic Redundancy Check ) verification model or other verification models. Alternatively, in one embodiment, the verification model is a CRC-16 model.
After receiving the wireless connection request, the communication protocol adapting device acquires the current wireless communication protocol, checks the current wireless communication protocol with the communication module, receives the check information transmitted by the communication module, inputs the check information into a preset check model, and invokes the check model to accumulate, exclusive-or and exclusive-or operation each byte of the check information, so as to obtain the check parameters output by the check model.
Specifically, the communication protocol adapting device further obtains standard parameters in the check information transmitted by the communication module, where the standard parameters are standard parameters stored in a specific byte in the check information and represent a wireless communication protocol check result. After the communication protocol device acquires the standard parameters in the check information, the standard parameters and the check parameters are compared.
Optionally, if the verification parameter is matched with the standard parameter, that is, the verification parameter is equal to the standard parameter, the wireless communication protocol is determined to be matched with the communication module, and a communication verification result of successful verification is obtained. The communication protocol adaptation device obtains the flag bit parameter of the wireless communication protocol and sets the flag bit parameter in the communication port.
Optionally, if the verification parameter and the standard parameter are not matched, that is, the verification parameter and the standard parameter are not equal, it is determined that the wireless communication protocol is not matched with the communication module, and a communication verification result with verification failure is generated. After the communication verification result of verification failure is obtained, the communication protocol adaptation equipment polls the communication protocol database, polls the wireless communication protocol in progress in the communication protocol database, configures a communication port with the obtained new wireless communication protocol, and verifies the new wireless communication protocol again until the communication port and the communication module are successfully paired.
In this embodiment, the communication protocol adaptation device constructs a verification model in advance, receives verification information transmitted by the communication module, and inputs the verification information into a preset verification model to obtain verification parameters; obtaining standard parameters in the verification information, and comparing the verification parameters with the standard parameters; if the verification parameters are matched with the standard parameters, a communication verification result with successful verification is generated; and if the verification parameters are not matched with the standard parameters, generating a communication verification result with verification failure. And after the communication verification result of verification failure is obtained, other wireless communication protocols are polled to obtain a new wireless communication protocol, and the wireless communication protocol is verified until the communication port and the communication module are successfully paired. The matching accuracy of the wireless communication protocol is improved, and different wireless communication protocols are adaptively switched.
In order to better implement the communication protocol adaptation method in the embodiment of the present application, on the basis of the communication protocol adaptation method, a communication protocol adaptation device is further provided in the embodiment of the present application, as shown in fig. 5, fig. 5 is a schematic structural diagram of one embodiment of the communication protocol adaptation device in the embodiment of the present application, where the communication protocol adaptation device 500 includes:
A protocol acquisition module 501 configured to acquire a wireless communication protocol, and configure a communication port according to the wireless communication protocol;
the protocol verification module 502 is configured to verify the preset communication module according to the configured communication port to obtain a communication verification result;
and the communication pairing module 503 is configured to perform adaptive configuration on the communication port according to the communication verification result, and perform communication pairing with the communication module based on the communication port after adaptive configuration.
In some embodiments of the present application, the communication protocol adaptation device 500 obtains a wireless communication protocol, configures a communication port according to the wireless communication protocol, and includes:
reading a wireless communication protocol stored in a communication protocol database;
acquiring protocol parameters of the wireless communication protocol, wherein the protocol parameters comprise a baud rate, a start bit, a check bit and a stop bit;
and configuring the initialized communication port according to the baud rate, the start bit, the check bit and the stop bit of the wireless communication protocol.
In some embodiments of the present application, the communication protocol adaptation device 500 performs verification on the communication module according to the configured communication port to obtain a communication verification result, including:
Receiving verification information transmitted by the communication module, and extracting a standard header code and a standard tail code carried by the verification information;
comparing the standard header code with a check header code of the communication port, and comparing the standard tail code with a check tail code of the communication port;
if the check head code is the same as the standard head code and the check tail code is the same as the standard tail code, a communication check result of successful check is obtained;
and if the check head code is different from the standard head code and/or the check tail code is different from the standard tail code, obtaining a communication check result of check failure.
In some embodiments of the present application, the communication protocol adaptation device 500 performs verification on the communication module according to the configured communication port to obtain a communication verification result, including:
receiving verification information transmitted by the communication module, and inputting the verification information into a preset verification model to obtain verification parameters;
obtaining standard parameters in the verification information, and comparing the verification parameters with the standard parameters;
if the verification parameters are matched with the standard parameters, a communication verification result with successful verification is generated;
and if the verification parameters are not matched with the standard parameters, generating a communication verification result with verification failure.
In some embodiments of the present application, the communication protocol adaptation device 500 adaptively configures the communication port according to the communication check result, and performs communication pairing with the communication module based on the communication port after the adaptive configuration, including:
if the verification result is that the verification is successful, acquiring the flag bit parameter of the wireless communication protocol;
and configuring the flag bit parameter in the communication port, and carrying out communication pairing with the communication module according to the flag bit parameter.
In some embodiments of the present application, the communication protocol adaptation device 500 adaptively configures the communication port according to the communication check result, and performs communication pairing with the communication module based on the communication port after the adaptive configuration, including:
initializing the communication port if the communication verification result is that verification fails;
accessing a communication protocol database, acquiring a new wireless communication protocol, and configuring an initialized communication port according to the new wireless communication protocol;
and carrying out communication pairing with the communication module according to the configured communication port.
In some embodiments of the present application, the communication protocol adaptation apparatus 500 accesses a communication protocol database, obtains a new wireless communication protocol, configures an initialized communication port according to the new wireless communication protocol, and includes:
Polling a wireless communication protocol in the communication protocol database, and checking and detecting with the communication module according to the wireless communication protocol;
and if the verification is successful, setting the wireless communication protocol as a new wireless communication protocol, and configuring an initialized communication port according to the wireless communication protocol.
In this embodiment, the communication protocol adapting device configures a communication port according to the current wireless communication protocol of the intelligent terminal by acquiring the current wireless communication protocol of the intelligent terminal, and verifies the communication module according to the configured communication port to obtain a communication verification result, thereby verifying whether the current wireless communication protocol of the intelligent terminal can be matched with the communication module; after the communication verification result is obtained, the communication port is adaptively configured according to the communication verification result, and the communication port and the communication module are paired based on the communication port after the self-adaptive configuration, so that the self-adaptive communication pairing of the intelligent terminals with the multi-wireless communication protocol can be realized through only one main control application, and the terminal development efficiency is improved.
The embodiment of the invention also provides a communication protocol adapting device, as shown in fig. 6, and fig. 6 is a schematic structural diagram of an embodiment of the communication protocol adapting device provided in the embodiment of the application.
The communication protocol adaptation device integrates any one of the communication protocol adaptation devices provided by the embodiment of the invention, and comprises:
one or more processors;
a memory; and
one or more applications, wherein the one or more applications are stored in the memory and configured to perform the steps of the communication protocol adaptation method described in any of the above communication protocol adaptation method embodiments by the processor.
Specifically, the present invention relates to a method for manufacturing a semiconductor device. The communication protocol adaptation device may comprise components of a processor 601 of one or more processing cores, a memory 602 of one or more computer readable storage media, a power supply 603, and an input unit 604. It will be appreciated by those skilled in the art that the communication protocol adaptation device structure shown in fig. 6 does not constitute a limitation of the communication protocol adaptation device, and may comprise more or fewer components than shown, or may combine certain components, or may be arranged in different components. Wherein:
the processor 601 is a control center of the communication protocol adaptation device, connects respective parts of the entire communication protocol adaptation device using various interfaces and lines, and performs various functions of the communication protocol adaptation device and processes data by running or executing software programs and/or modules stored in the memory 602 and calling data stored in the memory 602, thereby performing overall monitoring of the communication protocol adaptation device. Optionally, the processor 601 may include one or more processing cores; preferably, the processor 601 may integrate an application processor and a modem processor, wherein the application processor primarily handles operating systems, user interfaces, applications, etc., and the modem processor primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 601.
The memory 602 may be used to store software programs and modules, and the processor 601 may execute various functional applications and data processing by executing the software programs and modules stored in the memory 602. The memory 602 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like; the storage data area may store data created according to the use of the communication protocol adaptation device, etc. In addition, the memory 602 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. Accordingly, the memory 602 may also include a memory controller to provide access to the memory 602 by the processor 601.
The communication protocol adaptation device further comprises a power supply 603 for supplying power to the various components, preferably the power supply 603 may be logically connected to the processor 601 by a power management system, so that functions of managing charging, discharging, power consumption management and the like are achieved by the power management system. The power supply 603 may also include one or more of any components, such as a direct current or alternating current power supply, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
The communication protocol adaptation device may further comprise an input unit 604, which input unit 604 may be used for receiving input numerical or character information and for generating keyboard, mouse, joystick, optical or trackball signal inputs in connection with user settings and function control.
Although not shown, the communication protocol adaptation device may further comprise a display unit or the like, which is not described here again. In particular, in this embodiment, the processor 601 in the communication protocol adaptation device loads executable files corresponding to the processes of one or more application programs into the memory 602 according to the following instructions, and the processor 601 executes the application programs stored in the memory 602, so as to implement various functions as follows:
acquiring a wireless communication protocol, and configuring a communication port according to the wireless communication protocol;
checking the communication module according to the configured communication port to obtain a communication checking result;
and carrying out self-adaptive configuration on the communication port according to the communication verification result, and carrying out communication pairing with the communication module based on the communication port after self-adaptive configuration.
In the foregoing embodiments, the descriptions of the embodiments are focused on, and the portions of one embodiment that are not described in detail in the foregoing embodiments may be referred to in the foregoing detailed description of other embodiments, which are not described herein again.
In the implementation, each unit or structure may be implemented as an independent entity, or may be implemented as the same entity or several entities in any combination, and the implementation of each unit or structure may be referred to the foregoing method embodiments and will not be repeated herein.
The specific implementation of each operation above may be referred to the previous embodiments, and will not be described herein.
The foregoing has described in detail a communication protocol adaptation method provided by the embodiments of the present application, and specific embodiments have been applied herein to illustrate the principles and implementations of the present invention, where the foregoing embodiments are only for aiding in the understanding of the method and core ideas of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in light of the ideas of the present invention, the present description should not be construed as limiting the present invention.

Claims (10)

1. A communication protocol adaptation method, characterized in that the communication protocol adaptation method comprises:
acquiring a wireless communication protocol, and configuring a communication port according to the wireless communication protocol;
driving the communication port to receive verification information transmitted by a preset communication module, inputting the verification information into a preset verification model, and calling the verification model to accumulate, exclusive or and AND or operate each byte of the verification information to obtain a communication verification result;
And carrying out self-adaptive configuration on the communication port according to the communication verification result, and carrying out communication pairing with the communication module based on the communication port after self-adaptive configuration.
2. The communication protocol adaptation method according to claim 1, wherein the acquiring a wireless communication protocol, configuring a communication port according to the wireless communication protocol, comprises:
reading a wireless communication protocol stored in a communication protocol database;
acquiring protocol parameters of the wireless communication protocol, wherein the protocol parameters comprise a baud rate, a start bit, a check bit and a stop bit;
and configuring the initialized communication port according to the baud rate, the start bit, the check bit and the stop bit of the wireless communication protocol.
3. The method for adapting a communication protocol according to claim 1, wherein the verifying the communication module according to the configured communication port to obtain a communication verification result comprises:
receiving verification information transmitted by the communication module, and extracting a standard header code and a standard tail code carried by the verification information;
comparing the standard header code with a check header code of the communication port, and comparing the standard tail code with a check tail code of the communication port;
If the check head code is the same as the standard head code and the check tail code is the same as the standard tail code, a communication check result of successful check is obtained;
and if the check head code is different from the standard head code and/or the check tail code is different from the standard tail code, obtaining a communication check result of check failure.
4. The method for adapting a communication protocol according to claim 1, wherein the verifying the communication module according to the configured communication port to obtain a communication verification result comprises:
receiving verification information transmitted by the communication module, and inputting the verification information into a preset verification model to obtain verification parameters;
obtaining standard parameters in the verification information, and comparing the verification parameters with the standard parameters;
if the verification parameters are matched with the standard parameters, a communication verification result with successful verification is generated;
and if the verification parameters are not matched with the standard parameters, generating a communication verification result with verification failure.
5. The method for adapting a communication protocol according to claim 1, wherein adaptively configuring the communication port according to the communication check result, and performing communication pairing with the communication module based on the adaptively configured communication port, comprises:
If the verification result is that the verification is successful, acquiring the flag bit parameter of the wireless communication protocol;
and configuring the flag bit parameter in the communication port, and carrying out communication pairing with the communication module according to the flag bit parameter.
6. The method for adapting a communication protocol according to claim 1, wherein adaptively configuring the communication port according to the communication check result, and performing communication pairing with the communication module based on the adaptively configured communication port, comprises:
initializing the communication port if the communication verification result is that verification fails;
accessing a communication protocol database, acquiring a new wireless communication protocol, and configuring an initialized communication port according to the new wireless communication protocol;
and carrying out communication pairing with the communication module according to the configured communication port.
7. The communication protocol adaptation method according to claim 6, wherein accessing the communication protocol database, acquiring a new wireless communication protocol, configuring an initialized communication port according to the new wireless communication protocol, comprises:
polling a wireless communication protocol in the communication protocol database, and checking and detecting with the communication module according to the wireless communication protocol;
And if the verification is successful, setting the wireless communication protocol as a new wireless communication protocol, and configuring an initialized communication port according to the wireless communication protocol.
8. A communication protocol adaptation device, the communication protocol adaptation device comprising:
the protocol acquisition module is configured to acquire a wireless communication protocol and configure a communication port according to the wireless communication protocol;
the protocol verification module is configured to drive the communication port to receive verification information transmitted by a preset communication module, input the verification information into a preset verification model, and call the verification model to accumulate, exclusive or and exclusive or each byte of the verification information to obtain a communication verification result;
and the communication pairing module is configured to carry out self-adaptive configuration on the communication port according to the communication verification result, and carry out communication pairing with the communication module based on the communication port after self-adaptive configuration.
9. A communication protocol adaptation device, the communication protocol adaptation device comprising:
one or more processors;
a memory; and
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the processor to implement the communication protocol adaptation method of any one of claims 1 to 7.
10. A computer readable storage medium, having stored thereon a computer program, the computer program being loaded by a processor to perform the steps of the communication protocol adaptation method of any of claims 1 to 7.
CN202210360124.5A 2022-04-06 2022-04-06 Communication protocol adaptation method, device, equipment and storage medium Active CN114827302B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210360124.5A CN114827302B (en) 2022-04-06 2022-04-06 Communication protocol adaptation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210360124.5A CN114827302B (en) 2022-04-06 2022-04-06 Communication protocol adaptation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114827302A CN114827302A (en) 2022-07-29
CN114827302B true CN114827302B (en) 2024-03-12

Family

ID=82534005

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210360124.5A Active CN114827302B (en) 2022-04-06 2022-04-06 Communication protocol adaptation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114827302B (en)

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998027749A2 (en) * 1996-12-19 1998-06-25 Siemens Aktiengesellschaft Process for matching different versions of the components of a communication network
CN101706861A (en) * 2009-08-24 2010-05-12 北京握奇数据系统有限公司 Method and device for realizing adaptation of communication protocol of intelligent card
CN101916351A (en) * 2010-06-29 2010-12-15 北京握奇数据系统有限公司 Smart card multi-protocol adaptive method and smart card
FR2985072A1 (en) * 2011-12-26 2013-06-28 Franciaflex Method for management of home automation installation, involves configuring new home automation equipment based on protocol, and allowing future communications to happen between automation equipments using protocol
CN105118254A (en) * 2015-07-14 2015-12-02 芜湖美的厨卫电器制造有限公司 Communication method used for remote controller to control household electrical appliance, and household electrical appliance system
CN105656600A (en) * 2015-12-29 2016-06-08 湖南先步信息股份有限公司 Communication method for slave station to adapt to two communication protocols
CN105991163A (en) * 2015-03-06 2016-10-05 中兴通讯股份有限公司 Communication method and device based on Bluetooth application
CN106878917A (en) * 2015-12-11 2017-06-20 比亚迪股份有限公司 The transfer control method of information, system, terminal and data acquisition unit
CN106878459A (en) * 2017-03-24 2017-06-20 深圳安邦科技有限公司 The intelligent networking gateway implementation method and its equipment of a kind of self adaptation
CN108235801A (en) * 2017-04-05 2018-06-29 深圳中兴力维技术有限公司 The cut-in method and system of smart machine
CN108886516A (en) * 2017-11-30 2018-11-23 深圳市大疆创新科技有限公司 UAV system and method
CN108989117A (en) * 2018-07-27 2018-12-11 广东美的制冷设备有限公司 Configuration method, wireless communication device and the household electrical appliance of communication protocol
CN109067735A (en) * 2018-07-27 2018-12-21 广东美的制冷设备有限公司 Dynamic Configuration, wireless communication device and the smart machine of communication protocol
CN110071944A (en) * 2019-05-28 2019-07-30 山东盖特航空科技有限公司 A kind of multi-protocols adaptation device and method for winged ginseng equipment
CN110912914A (en) * 2019-11-29 2020-03-24 株洲新奥燃气有限公司 Gas pipe network monitoring data acquisition terminal and multi-protocol matching method
CN111371756A (en) * 2020-02-24 2020-07-03 深圳市电科电源股份有限公司 Method for automatically converting communication protocol of inverter
CN111953686A (en) * 2020-08-12 2020-11-17 浙江互灵科技有限公司 Multi-protocol self-adaptive method applied to intelligent base station
CN112104596A (en) * 2020-06-29 2020-12-18 南斗六星系统集成有限公司 Data access method and system for aggregating multiple Internet of vehicles communication protocols
CN112187766A (en) * 2020-09-23 2021-01-05 北京时代凌宇信息技术有限公司 Modbus protocol conversion terminal configuration method and Modbus protocol conversion terminal
CN112639639A (en) * 2018-08-06 2021-04-09 西门子股份公司 Adaptive repeater for industrial communications
CN112911564A (en) * 2021-01-27 2021-06-04 苏州国科康成医疗科技有限公司 Bluetooth intelligent system of multiprotocol concurrency

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9848075B1 (en) * 2015-05-14 2017-12-19 Invoy Technologies, Llc Communication system for pairing user devices with medical devices
US10893467B2 (en) * 2015-06-30 2021-01-12 K4Connect Inc. Home automation system including selective operation of paired device based upon voice commands and related methods

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998027749A2 (en) * 1996-12-19 1998-06-25 Siemens Aktiengesellschaft Process for matching different versions of the components of a communication network
CN101706861A (en) * 2009-08-24 2010-05-12 北京握奇数据系统有限公司 Method and device for realizing adaptation of communication protocol of intelligent card
CN101916351A (en) * 2010-06-29 2010-12-15 北京握奇数据系统有限公司 Smart card multi-protocol adaptive method and smart card
FR2985072A1 (en) * 2011-12-26 2013-06-28 Franciaflex Method for management of home automation installation, involves configuring new home automation equipment based on protocol, and allowing future communications to happen between automation equipments using protocol
CN105991163A (en) * 2015-03-06 2016-10-05 中兴通讯股份有限公司 Communication method and device based on Bluetooth application
CN105118254A (en) * 2015-07-14 2015-12-02 芜湖美的厨卫电器制造有限公司 Communication method used for remote controller to control household electrical appliance, and household electrical appliance system
CN106878917A (en) * 2015-12-11 2017-06-20 比亚迪股份有限公司 The transfer control method of information, system, terminal and data acquisition unit
CN105656600A (en) * 2015-12-29 2016-06-08 湖南先步信息股份有限公司 Communication method for slave station to adapt to two communication protocols
CN106878459A (en) * 2017-03-24 2017-06-20 深圳安邦科技有限公司 The intelligent networking gateway implementation method and its equipment of a kind of self adaptation
CN108235801A (en) * 2017-04-05 2018-06-29 深圳中兴力维技术有限公司 The cut-in method and system of smart machine
CN108886516A (en) * 2017-11-30 2018-11-23 深圳市大疆创新科技有限公司 UAV system and method
CN108989117A (en) * 2018-07-27 2018-12-11 广东美的制冷设备有限公司 Configuration method, wireless communication device and the household electrical appliance of communication protocol
CN109067735A (en) * 2018-07-27 2018-12-21 广东美的制冷设备有限公司 Dynamic Configuration, wireless communication device and the smart machine of communication protocol
CN112639639A (en) * 2018-08-06 2021-04-09 西门子股份公司 Adaptive repeater for industrial communications
CN110071944A (en) * 2019-05-28 2019-07-30 山东盖特航空科技有限公司 A kind of multi-protocols adaptation device and method for winged ginseng equipment
CN110912914A (en) * 2019-11-29 2020-03-24 株洲新奥燃气有限公司 Gas pipe network monitoring data acquisition terminal and multi-protocol matching method
CN111371756A (en) * 2020-02-24 2020-07-03 深圳市电科电源股份有限公司 Method for automatically converting communication protocol of inverter
CN112104596A (en) * 2020-06-29 2020-12-18 南斗六星系统集成有限公司 Data access method and system for aggregating multiple Internet of vehicles communication protocols
CN111953686A (en) * 2020-08-12 2020-11-17 浙江互灵科技有限公司 Multi-protocol self-adaptive method applied to intelligent base station
CN112187766A (en) * 2020-09-23 2021-01-05 北京时代凌宇信息技术有限公司 Modbus protocol conversion terminal configuration method and Modbus protocol conversion terminal
CN112911564A (en) * 2021-01-27 2021-06-04 苏州国科康成医疗科技有限公司 Bluetooth intelligent system of multiprotocol concurrency

Also Published As

Publication number Publication date
CN114827302A (en) 2022-07-29

Similar Documents

Publication Publication Date Title
CN111522264B (en) Control method and device of equipment, storage medium and electronic device
US10721309B2 (en) System and method for supporting data communication in a heterogeneous environment
WO2021082712A1 (en) Wireless network distribution method and apparatus, storage medium, and processor
EP1483668B1 (en) System management controller negotiation protocol
US8578182B2 (en) Power lock-up setting method performed by baseboard management controller and electronic apparatus using the same
CN105557036A (en) Efficient automatic sharing of network access among devices
WO2016029448A1 (en) Method for improving performance of speaker, and terminal device
WO2014086139A1 (en) Method and device for controlling shutdown of terminal
CN113746821A (en) Intelligent device control method and device, storage medium and electronic device
US10404559B2 (en) Apparatus and system for automatically rebooting an electronically powered device via power over ethernet
CN107656751A (en) User program upgrade method and device
CN114827302B (en) Communication protocol adaptation method, device, equipment and storage medium
CN116506248A (en) Method and system for communication between battery BMS and cloud platform
CN116015561A (en) Data reissue method, device, equipment and storage medium
CN110749046B (en) Air conditioner control method and device, air conditioner and computer readable storage medium
TW202127250A (en) Method for computation resource allocation and management and proxy server thereof
CN115183414A (en) Air conditioner control method, device, equipment and storage medium
CN114390436B (en) Equipment control method and device, storage medium and electronic equipment
CN118012812B (en) PCIE link training method and device, electronic equipment and computer storage medium
CN113760577B (en) Dynamic connection answering device, processing method, control device and storage medium
CN114449554B (en) Equipment upgrading method, device, equipment and storage medium
WO2023056738A1 (en) Networking management method for smart home devices, router, and storage medium
CN117938652A (en) Terminal distribution network method, device, equipment and storage medium
CN116248745A (en) Anesthesia machine communication method, anesthesia machine communication device, anesthesia machine communication equipment, anesthesia machine communication computer equipment and anesthesia machine storage medium
CN112910047A (en) Charging control method, charging equipment and charging control chip

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
GR01 Patent grant
GR01 Patent grant