CN113760577B - Dynamic connection answering device, processing method, control device and storage medium - Google Patents

Dynamic connection answering device, processing method, control device and storage medium Download PDF

Info

Publication number
CN113760577B
CN113760577B CN202110892400.8A CN202110892400A CN113760577B CN 113760577 B CN113760577 B CN 113760577B CN 202110892400 A CN202110892400 A CN 202110892400A CN 113760577 B CN113760577 B CN 113760577B
Authority
CN
China
Prior art keywords
answer
module
answering
loaded
butt joint
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
CN202110892400.8A
Other languages
Chinese (zh)
Other versions
CN113760577A (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 Nenglong Education Co ltd
Original Assignee
Guangdong Nenglong Education 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 Nenglong Education Co ltd filed Critical Guangdong Nenglong Education Co ltd
Priority to CN202110892400.8A priority Critical patent/CN113760577B/en
Publication of CN113760577A publication Critical patent/CN113760577A/en
Application granted granted Critical
Publication of CN113760577B publication Critical patent/CN113760577B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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/541Interprogram communication via adapters, e.g. between incompatible applications

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a dynamic connection answering device, a processing method, a control device and a storage medium, which comprises a plurality of answering modules and a control end module, wherein each answering module is connected with an adapter, the answering modules are converted into a preset butt joint protocol through the corresponding adapters to be output, the control end module comprises an answering function module and a butt joint device, the butt joint device can be matched with the preset butt joint protocol and can be connected with the adapter, the butt joint device is connected with the answering function module to selectively load the answering modules according to the requirements of the answering function module, and the design can be added with a plurality of different types of answering modules without excessive modification of the original butt joint protocol in the answering function module, is simple to butt joint and convenient to operate and reduces the cost.

Description

Dynamic connection answering device, processing method, control device and storage medium
Technical Field
The invention relates to the technical field of software communication, in particular to a dynamic connection answering device, a processing method, a control device and a storage medium.
Background
Answer feedback systems are commonly used in education, voting, and other fields. The answer feedback system generally comprises a control end module for the control of the host and a plurality of answer modules for the use of an answer person. The control end module communicates with the answering module, the data generated by the answering module is transmitted to the control end module, and the control end module receives the data and further processes the data, so that an answering result or a voting result is obtained.
In general, the control end module and the answering module are bound and sold, one control end module is only matched with a plurality of answering modules with one specification, and generally only the answering or voting function developed by a responsible manufacturer can be used, so that the control end module has a large limitation.
This is because answer modules provided by different brands or manufacturers have different docking interfaces, and the control end module has its own unified business logic. The client needs to adapt and develop each answer module program. When the control end module needs to be docked with the answer module which does not accord with the original docking protocol, the relevant adapting code needs to be modified, and meanwhile, the program needs to be updated. The method has the advantages that the coupling of the processing codes is too high, the invasiveness of the modified codes to the original system is very large, the fragmentation of the version is easy to cause, the answer modules needed to be used each time are different for different answer or voting functions, the matching development is needed each time, and the workload of staff is large.
Disclosure of Invention
The present invention aims to solve at least one of the technical problems existing in the prior art. Therefore, the invention provides a dynamic connection answering device, a processing method, a control device and a storage medium, which are simple in butt joint, convenient to operate and low in cost.
According to an embodiment of the first aspect of the present invention, a dynamic connection answering device includes: the device comprises a plurality of answer modules, a plurality of interface modules and a plurality of interface modules, wherein each answer module is connected with an adapter, and the answer module is converted into a preset docking protocol through the corresponding adapter to be output; the control end module comprises a answering function module and a butt joint device, wherein the butt joint device can be matched with a preset butt joint protocol, the butt joint device can be connected with the adapter, and the butt joint device is connected with the answering function module so as to selectively load the answering module according to the requirements of the answering function module.
The dynamic connection answering device provided by the embodiment of the invention has at least the following beneficial effects:
According to the dynamic connection answering device provided by the embodiment of the invention, a plurality of butt joint protocols possibly exist in a plurality of answering modules, the butt joint protocols in the answering modules are firstly converted into unified preset butt joint protocols by utilizing the adapters in each answering module, the user can load answering function information in the answering function module, the answering function information corresponds to the requirement of a required function, the answering function module determines the answering module to be loaded according to the requirement of the required function, the butt joint device is connected with the adapters through the preset butt joint protocols, the answering module to be loaded can be loaded, the design can be added with a plurality of answering modules of different types, the original butt joint protocols in the answering function module are not required to be excessively modified, the butt joint is simple, the operation is convenient, and the cost is reduced.
According to some embodiments of the invention, a dynamic link library is provided in the adapter, a plurality of docking protocols are stored in the dynamic link library, the adapter can select the corresponding docking protocol to connect with the answer module, and the adapter is connected with the docker through the preset docking protocol.
According to a processing method of an embodiment of the second aspect of the present invention, a dynamic connection answering device disclosed in any one of the above embodiments is applied, including: obtaining answer function information; obtaining loading information according to the answer function information; selecting a plurality of answer modules to be loaded according to the loading information; and calling the butt joint device to be connected with the adapter of the answer module to be loaded so as to carry out communication by a preset butt joint protocol.
The processing method according to the embodiment of the invention has at least the following beneficial effects:
according to the processing method provided by the embodiment of the invention, loading information can be obtained from answer function information set by a user, a plurality of answer modules to be loaded are selected, and as the adapter can convert the docking protocol in the answer modules into the unified preset docking protocol, the answer function modules can be docked with each answer module through the docker by the preset docking protocol, the calling docker can be connected with each answer module to be loaded and communicate by the preset docking protocol, the design docking is simple and convenient to operate, and the cost is reduced.
According to some embodiments of the present invention, between the selecting the answer modules to be loaded according to the loading information and the calling the adaptor to connect with the adapter of the answer module to be loaded, the method further includes: and counting the loaded answer modules to obtain the answer modules which meet the loading information and are not loaded, and calling the butt joint device to be connected with the adapter of the answer modules which meet the loading information and are not loaded.
According to some embodiments of the invention, the answer module further comprises a module version matched with the answer module, and the answer module to be loaded is selected according to the loading information and the module version; the processing method further comprises the following steps before the answer modules to be loaded are selected according to the loading information: and detecting the module version, judging the updating condition of the module version, if the updating is required, sending an updating request, downloading and installing the module version, and if the updating is not required, selecting the answer module to be loaded according to the loading information and the module version.
According to some embodiments of the invention, further comprising: and monitoring the connection state of the answer module to be loaded, and outputting connection state information.
According to an embodiment of the third aspect of the present invention, a control device includes: one or more memories; one or more processors configured to execute one or more computer programs stored in the one or more memories and configured to perform the processing methods disclosed in any of the above embodiments.
A computer readable storage medium according to an embodiment of a fourth aspect of the present invention includes instructions which, when run on a computer, cause the computer to perform the processing method disclosed in any of the above embodiments.
Additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
The foregoing and/or additional aspects and advantages of the invention will become apparent and may be better understood from the following description of embodiments taken in conjunction with the accompanying drawings in which:
fig. 1 is a schematic block diagram of an answer device according to an embodiment of the invention;
FIG. 2 is a process flow diagram of one embodiment of the process of the present invention;
FIG. 3 is a flowchart illustrating a module version update process according to one embodiment of the present invention;
Fig. 4 is a schematic block diagram of one embodiment of a control device according to the present invention.
Reference numerals:
answer module 100, adapter 200, control end module 300, answer function module 310, butt joint device 320, processor 400, memory 500.
Detailed Description
Embodiments of the present invention are described in detail below, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to like or similar elements or elements having like or similar functions throughout. The embodiments described below by referring to the drawings are illustrative only and are not to be construed as limiting the invention.
In the description of the present invention, it should be understood that references to orientation descriptions such as terms "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", etc., are based on the orientation or positional relationship shown in the drawings, are merely for convenience of describing the present invention and to simplify the description, and do not indicate or imply that the devices or elements referred to must have a particular orientation, be constructed and operated in a particular orientation, and therefore should not be construed as limiting the present invention.
In the description of the present invention, a number means one or more, a number means two or more, and greater than, less than, exceeding, etc. are understood to not include the present number, and above, below, within, etc. are understood to include the present number. The description of the first and second is for the purpose of distinguishing between technical features only and should not be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated or implicitly indicating the precedence of the technical features indicated.
In the description of the present invention, it should be noted that, unless explicitly specified and limited otherwise, the terms "mounted," "connected," and "connected" are to be construed broadly, and may be either fixedly connected, detachably connected, or integrally connected, for example; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present invention will be understood in specific cases by those of ordinary skill in the art.
As shown in fig. 1, a dynamic connection answering device according to an embodiment of the first aspect of the present invention includes a plurality of answering modules 100 and a control end module 300, each answering module 100 is connected with an adapter 200, the answering module 100 is converted into a preset docking protocol output through the corresponding adapter 200, the control end module 300 includes an answering function module 310 and a docker 320, the docker 320 can be matched with the preset docking protocol, the docker 320 can be connected with the adapter 200, and the docker 320 is connected with the answering function module 310 to selectively load the answering module 100 according to requirements of the answering function module 310.
The answer module 100 may be answer software, a user may access the answer software through a computer client or a mobile phone app to answer the questions, and the answer module 100 may also be an operation part integrating the answer software and option buttons.
The answer function module 310 may be formed by a processor 400 such as a CPU and a peripheral circuit, and the user may write corresponding answer function information, such as questions, voting options, etc., according to the function to be implemented at this time, and then the answer function module 310 analyzes how many docking ports are required to be set according to the answer function information, so as to access how many answer modules 100.
According to the dynamic connection answering device of the embodiment of the invention, a plurality of butt joint protocols possibly exist in a plurality of answering modules 100, the butt joint protocols in the answering modules 100 are firstly converted into unified preset butt joint protocols by utilizing the adapter 200 in each answering module 100, the user can load answering function information in the answering function module 310, the answering function information corresponds to the requirement of a required function, the answering function module 310 determines the answering module 100 to be loaded according to the requirement of the required function, the butt joint device 320 is connected with the adapter 200 through the preset butt joint protocols, and the answering module 100 to be loaded can be loaded.
In some embodiments of the present invention, a dynamic link library is disposed in the adapter 200, and a plurality of docking protocols are stored in the dynamic link library, where the adapter 200 can select a corresponding docking protocol to connect with the answer module 100, and the adapter 200 is connected with the dockee 320 through a preset docking protocol.
Specifically, for different answer modules 100, when the manufacturer produces the answer modules 100, dll for secondary development can be provided, so that corresponding docking protocols can be obtained, a dynamic link library can configure multiple docking protocols for different answer modules 100, a first access serial port of the adapter 200 can adopt a docking protocol conforming to the answer module 100 to dock with the answer module 100, a second access serial port of the adapter 200 can configure a preset docking protocol to dock with the docker 320, the preset docking protocol is generally one type, and thus the processing load of the docker 320 is reduced, and accordingly, the data of the answer modules 100 and the data of the answer function module 310 can be transmitted through the connection of the adapter 200 and the docker 320.
According to a processing method of an embodiment of the second aspect of the present invention, applying the dynamic connection answering device disclosed in any one of the above embodiments, as shown in fig. 2, includes: obtaining answer function information; obtaining loading information according to the answering function information; selecting a plurality of answer modules 100 to be loaded according to the loading information; the calling docker 320 is connected with the adapter 200 of the answer module 100 to be loaded to perform communication according to a preset docking protocol.
According to the processing method of the embodiment of the invention, loading information can be obtained from answer function information set by a user, a plurality of answer modules 100 needing to be loaded are selected, and as the adapter 200 can convert the docking protocol in the answer modules 100 into a unified preset docking protocol, the answer function module 310 can dock with each answer module 100 through the docker 320 according to the preset docking protocol, the calling docker 320 can be connected with each answer module 100 needing to be loaded and communicate according to the preset docking protocol, the design docking is simple and easy, the operation is convenient, and the cost is reduced.
In some embodiments of the present invention, between selecting a plurality of answer modules 100 to be loaded according to the loading information and connecting the call docker 320 with the adapter 200 of the answer module 100 to be loaded, the method further includes: counting the loaded answer modules 100 to obtain the answer modules 100 which meet the loading information and are not loaded, and calling the butt-joint device 320 to be connected with the adapter 200 of the answer modules 100 which meet the loading information and are not loaded.
In order to reduce the loading load, for the loaded answer module 100, the docking state can be maintained, the unloaded answer module 100 is calculated according to the loading information, and the unloaded answer module 100 is connected with the adapter 200 of the unloaded answer module 100, so that the performance consumption is reduced.
In some embodiments of the present invention, the docker 320 may be utilized to perform loading docking on all answer modules 100 in advance, so as to obtain an instance of all answer modules 100 after being loaded successfully, and form a loading log, where the loading log may provide a reference when the loading log is used for loading next time.
In some embodiments of the present invention, as shown in fig. 3, the method further includes a module version matched with the answer module 100, selecting the answer module 100 to be loaded according to the loading information and the module version, and before selecting a plurality of answer modules 100 to be loaded according to the loading information, the method further includes: detecting the module version, judging the updating condition of the module version, if the updating is needed, sending an updating request, downloading and installing the module version, and if the updating is not needed, selecting the answer module 100 to be loaded according to the loading information and the module version.
Specifically, the answer function module 310 may be connected to an external server or a control terminal, and may detect an update condition of a module version before loading the answer module 100, so as to upgrade the latest module version, thereby implementing more expansion functions.
In some embodiments of the present invention, the method further includes monitoring a connection state of the answer module 100 to be loaded, outputting connection state information, specifically, the answer function module 310 may monitor, in real time, the connection state set by the answer module 100 through a connectEvent callback method, and meanwhile, may receive answer data uploaded by the answer module 100 through a DATAEVENT callback method, by the answer function module 310.
The control device according to the embodiment of the third aspect of the present invention, as shown in fig. 4, includes: one or more memories 500; one or more processors 400 for executing one or more computer programs stored in one or more memories 500, and for executing the processing methods disclosed in any of the above embodiments.
It should be noted that, the specific implementation process of this embodiment may refer to the specific implementation process described in the foregoing method embodiment, which is not described herein.
A computer readable storage medium according to an embodiment of a fourth aspect of the present invention includes instructions which, when run on a computer, cause the computer to perform the processing method disclosed in any of the above embodiments.
It should be noted that, the specific implementation process of this embodiment may refer to the specific implementation process described in the foregoing method embodiment, which is not described herein.
The embodiments of the present application also disclose a computer program product, wherein the computer program product, when run on a computer, causes the computer to perform some or all of the steps of the method as in the method embodiments above.
Those of ordinary skill in the art will appreciate that all or part of the steps of the various methods of the above embodiments may be implemented by hardware associated with a program that may be stored in a computer-readable storage medium, including read-only memory (ROM), random-access memory (random access memory, RAM), programmable read-only memory (programmable read-only memory, PROM), erasable programmable read-only memory (erasable programmable read only memory, EPROM), one-time programmable read-only memory (one-time programmable read only memory, OTPROM), electrically erasable programmable read-only memory (EEPROM), compact disc read-only memory (compact disc read-only memory, CD-ROM) or other optical disk storage, magnetic disk storage, tape storage, or any other medium that can be used to carry or store data that is readable by a computer.
The technical features of the above-described embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above-described embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
While embodiments of the present invention have been shown and described, it will be understood by those of ordinary skill in the art that: many changes, modifications, substitutions and variations may be made to the embodiments without departing from the spirit and principles of the invention, the scope of which is defined by the claims and their equivalents.

Claims (7)

1. A dynamically connected answering machine, comprising:
The device comprises a plurality of answer modules, a plurality of interface modules and a plurality of interface modules, wherein each answer module is connected with an adapter, and the answer module is converted into a preset docking protocol through the corresponding adapter to be output;
The control end module comprises an answer function module and a butt joint device, the butt joint device can be matched with the preset butt joint protocol, the butt joint device can be connected with the adapter, and the butt joint device is connected with the answer function module so as to selectively load the answer module according to the requirements of the answer function module;
The adapter is internally provided with a dynamic link library, a plurality of docking protocols are stored in the dynamic link library, the adapter can select the corresponding docking protocol to be connected with the answering module, and the adapter is connected with the docker through the preset docking protocol;
the answering function module obtains answering function information, wherein the answering function information is preset;
The answer function module obtains loading information according to the answer function information;
The answer function module selects a plurality of answer modules to be loaded according to the loading information;
the answering function module calls the butt joint device to be connected with the adapter of the answering module to be loaded so as to conduct communication through a preset butt joint protocol.
2. A method of processing, using the dynamic connection answering device of claim 1, comprising:
obtaining answer function information;
Obtaining loading information according to the answer function information;
Selecting a plurality of answer modules to be loaded according to the loading information;
and calling the butt joint device to be connected with the adapter of the answer module to be loaded so as to carry out communication by a preset butt joint protocol.
3. A processing method according to claim 2, wherein between said selecting a number of said answer modules to be loaded according to said loading information and said invoking said adaptor to connect with said adapter of said answer module to be loaded, further comprises:
and counting the loaded answer modules to obtain the answer modules which meet the loading information and are not loaded, and calling the butt joint device to be connected with the adapter of the answer modules which meet the loading information and are not loaded.
4. The processing method according to claim 2, further comprising a module version matching the answer module, wherein the answer module to be loaded is selected according to the loading information and the module version;
The processing method further comprises the following steps before the answer modules to be loaded are selected according to the loading information: and detecting the module version, judging the updating condition of the module version, if the updating is required, sending an updating request, downloading and installing the module version, and if the updating is not required, selecting the answer module to be loaded according to the loading information and the module version.
5. A method of processing according to claim 2, further comprising: and monitoring the connection state of the answer module to be loaded, and outputting connection state information.
6. A control apparatus, characterized by comprising:
One or more memories;
one or more processors configured to execute one or more computer programs stored in the one or more memories and configured to perform the processing method of any of claims 2-5.
7. A computer readable storage medium comprising instructions which, when run on a computer, cause the computer to perform the processing method of any of claims 2 to 5.
CN202110892400.8A 2021-08-04 2021-08-04 Dynamic connection answering device, processing method, control device and storage medium Active CN113760577B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110892400.8A CN113760577B (en) 2021-08-04 2021-08-04 Dynamic connection answering device, processing method, control device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110892400.8A CN113760577B (en) 2021-08-04 2021-08-04 Dynamic connection answering device, processing method, control device and storage medium

Publications (2)

Publication Number Publication Date
CN113760577A CN113760577A (en) 2021-12-07
CN113760577B true CN113760577B (en) 2024-04-19

Family

ID=78788586

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110892400.8A Active CN113760577B (en) 2021-08-04 2021-08-04 Dynamic connection answering device, processing method, control device and storage medium

Country Status (1)

Country Link
CN (1) CN113760577B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10015173A1 (en) * 2000-03-27 2001-10-04 E Plus Mobilfunk Gmbh & Co Kg Customer identification procedure for personalizable Internet portals based on the phone number
CN101155190A (en) * 2006-09-29 2008-04-02 戴尔产品有限公司 Dynamic loading of protocol adapters on a client
CN101207568A (en) * 2007-03-16 2008-06-25 中国科学技术大学 Multi protocol adapter and method for multi business to implement adapting treatment
CN101228517A (en) * 2005-07-26 2008-07-23 微软公司 Augmenting a call with context
CN101854377A (en) * 2010-01-25 2010-10-06 杭州东信北邮信息技术有限公司 Information platform system supporting wireless terminal and implementation method thereof
CN102750845A (en) * 2012-06-21 2012-10-24 东北大学 Interactive teaching system and method
CN203894971U (en) * 2014-06-09 2014-10-22 黑龙江八一农垦大学 Electronic answering system based on ZigBee protocol
CN105656947A (en) * 2016-03-30 2016-06-08 深圳市金证科技股份有限公司 Method, device and system for interaction between transaction middleware and third-party system
CN106598885A (en) * 2016-11-30 2017-04-26 华中科技大学 Configurable multiport general data bridging system and working method thereof
CN110427415A (en) * 2019-08-02 2019-11-08 泰康保险集团股份有限公司 Knowledge share method, device, system media and electronic equipment
CN110728867A (en) * 2019-10-16 2020-01-24 北京潇游科技有限公司 MQTT protocol-based connection communication mode and interactive answering equipment
CN111325448A (en) * 2020-01-22 2020-06-23 山东爱城市网信息技术有限公司 Method, equipment and medium for answering question and answer activity based on block chain
CN111770236A (en) * 2020-02-13 2020-10-13 北京沃东天骏信息技术有限公司 Conversation processing method, device, system, server and storage medium
CN111970376A (en) * 2020-08-28 2020-11-20 四川长虹电器股份有限公司 Cross-platform application system and development method of gateway software
CN112328800A (en) * 2019-08-05 2021-02-05 上海交通大学 System and method for automatically generating programming specification question answers
CN112331324A (en) * 2020-10-09 2021-02-05 创业慧康科技股份有限公司 Digital household delivery room information management system and method

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10015173A1 (en) * 2000-03-27 2001-10-04 E Plus Mobilfunk Gmbh & Co Kg Customer identification procedure for personalizable Internet portals based on the phone number
CN101228517A (en) * 2005-07-26 2008-07-23 微软公司 Augmenting a call with context
CN101155190A (en) * 2006-09-29 2008-04-02 戴尔产品有限公司 Dynamic loading of protocol adapters on a client
CN101207568A (en) * 2007-03-16 2008-06-25 中国科学技术大学 Multi protocol adapter and method for multi business to implement adapting treatment
CN101854377A (en) * 2010-01-25 2010-10-06 杭州东信北邮信息技术有限公司 Information platform system supporting wireless terminal and implementation method thereof
CN102750845A (en) * 2012-06-21 2012-10-24 东北大学 Interactive teaching system and method
CN203894971U (en) * 2014-06-09 2014-10-22 黑龙江八一农垦大学 Electronic answering system based on ZigBee protocol
CN105656947A (en) * 2016-03-30 2016-06-08 深圳市金证科技股份有限公司 Method, device and system for interaction between transaction middleware and third-party system
CN106598885A (en) * 2016-11-30 2017-04-26 华中科技大学 Configurable multiport general data bridging system and working method thereof
CN110427415A (en) * 2019-08-02 2019-11-08 泰康保险集团股份有限公司 Knowledge share method, device, system media and electronic equipment
CN112328800A (en) * 2019-08-05 2021-02-05 上海交通大学 System and method for automatically generating programming specification question answers
CN110728867A (en) * 2019-10-16 2020-01-24 北京潇游科技有限公司 MQTT protocol-based connection communication mode and interactive answering equipment
CN111325448A (en) * 2020-01-22 2020-06-23 山东爱城市网信息技术有限公司 Method, equipment and medium for answering question and answer activity based on block chain
CN111770236A (en) * 2020-02-13 2020-10-13 北京沃东天骏信息技术有限公司 Conversation processing method, device, system, server and storage medium
CN111970376A (en) * 2020-08-28 2020-11-20 四川长虹电器股份有限公司 Cross-platform application system and development method of gateway software
CN112331324A (en) * 2020-10-09 2021-02-05 创业慧康科技股份有限公司 Digital household delivery room information management system and method

Also Published As

Publication number Publication date
CN113760577A (en) 2021-12-07

Similar Documents

Publication Publication Date Title
US20100317401A1 (en) Method, apparatus, and system for transferring data between mobile telephones and other digital devices
US6915368B2 (en) Computer system and processing method for driving program of smart peripheral device
WO2005045608A2 (en) System and method for establishing a communication between a peripheral device and a wireless device
US9215271B2 (en) Method and apparatus for executing application of mobile device
CN110780909A (en) Distributed embedded system upgrading method and device
CN114727275B (en) Method and related device for processing active command
EP3208723A1 (en) Usb wireless network card configuration method, host, usb wireless network card and communication system
CN105045671A (en) Method and device for upgrading systems of intelligent terminals
CN111443930B (en) Upgrading method and device of cascade terminal, storage medium and electronic terminal
CN113760577B (en) Dynamic connection answering device, processing method, control device and storage medium
WO2021052054A1 (en) Method for plug-in implementation and system for plug-in implementation
CN110908733B (en) Working mode determining method and device, and control method and device
US11431782B2 (en) Method, apparatus, and device for transmitting file based on BMC, and medium
CN113127227B (en) Instruction processing method and device for module communication, microcontroller and medium
CN110795149B (en) Terminal platform operation method, device, equipment and readable storage medium
CN110177364B (en) Bluetooth device pairing connection method and device, storage medium and electronic device
CN113543102A (en) Bluetooth connection method
CN107562407B (en) Device control method and electronic device
CN106921908B (en) Bluetooth sound box implementation method and system
CN112118567A (en) Device upgrading method, electronic device and medium
CN219590811U (en) Data burning device
TWI757923B (en) Pre-boot execution environment determination system and method thereof
CN117707651B (en) Interface resource operation method and system based on embedded Linux system
CN114579198B (en) Memory chip starting method and device, computer equipment and storage medium
CN114489851B (en) Memory chip starting method and device, computer equipment and storage medium

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