CN112764773A - Embedded software upgrading method - Google Patents

Embedded software upgrading method Download PDF

Info

Publication number
CN112764773A
CN112764773A CN202011636857.4A CN202011636857A CN112764773A CN 112764773 A CN112764773 A CN 112764773A CN 202011636857 A CN202011636857 A CN 202011636857A CN 112764773 A CN112764773 A CN 112764773A
Authority
CN
China
Prior art keywords
upgrading
embedded software
received
software
updating
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.)
Granted
Application number
CN202011636857.4A
Other languages
Chinese (zh)
Other versions
CN112764773B (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.)
Beijing Aeonmed Co Ltd
Original Assignee
Beijing Aeonmed 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 Beijing Aeonmed Co Ltd filed Critical Beijing Aeonmed Co Ltd
Priority to CN202011636857.4A priority Critical patent/CN112764773B/en
Publication of CN112764773A publication Critical patent/CN112764773A/en
Application granted granted Critical
Publication of CN112764773B publication Critical patent/CN112764773B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The invention discloses an embedded software upgrading method, wherein the embedded software has a human-computer interaction interface; the method comprises the following steps: selecting a transmission port from communication ports of equipment where the embedded software is located; transmitting the upgrade file to the embedded software through the selected transmission port; receiving version information and interface display language and model information sent by embedded software; identifying an operating system according to the model information, and transmitting an upgrade file to the embedded software through the selected transmission port; comparing the version of the upgrade file with that of the embedded software, and sending the upgradable module information to the embedded software in the received interface display language; and upgrading the embedded software by using the upgrading file according to the received upgrading instruction. The embedded software upgrading method provided by the invention is free from disassembly, integrates multiple interfaces, and can adapt to multi-platform, international and allopatric applications.

Description

Embedded software upgrading method
Technical Field
The invention relates to an embedded software system of medical equipment, in particular to an embedded software upgrading method.
Background
The embedded software system is widely applied to medical equipment, and software is generally developed by a plurality of modules such as an upper computer and a lower computer. Therefore, the software of some modules needs to be upgraded and maintained, and particularly needs to be disassembled when a lower computer is upgraded, and the method is not suitable for ex-situ operation and internationalization processing. Software upgrading is also commonly performed by using a serial port, a USB interface or a network interface, but a modularized software system and a modularized software upgrading method are not achieved. Therefore, it is necessary to develop a non-dismantling multi-interface integrated software upgrading system, which can adapt to multi-platform, internationalized and allopatric applications.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides an embedded software upgrading method.
In order to achieve the purpose, the invention provides an embedded software upgrading method, wherein the embedded software is provided with a human-computer interaction interface; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where the embedded software is located;
transmitting the upgrade file to the embedded software through the selected transmission port;
receiving version information and interface display language and model information sent by embedded software;
identifying an operating system according to the model information, and transmitting an upgrade file to the embedded software through the selected transmission port;
comparing the version of the upgrade file with that of the embedded software, and sending the upgradable module information to the embedded software in the received interface display language;
and upgrading the embedded software by using the upgrading file according to the received upgrading instruction.
As an improvement of the above method, the transmission port is selected from communication ports of the device where the embedded software is located; the method specifically comprises the following steps:
if receiving the communication port appointed by the user, taking the appointed communication port as a transmission port; otherwise, searching an available communication port as a transmission port from the communication port of the equipment where the embedded software is located according to a preset sequence.
As an improvement of the above method, the upgrade file is compared with the version of the embedded software, and the upgradable module information is sent to the embedded software in the received interface display language; the method specifically comprises the following steps:
and comparing the version of the upgrading file with that of the embedded software to be upgraded, and displaying the module name, the original version information and the new version information of the embedded software in the received interface display language if the version information of the upgrading file is higher than that of the embedded software.
As an improvement of the above method, the embedded software is upgraded by using an upgrade file according to the received upgrade instruction; the method specifically comprises the following steps:
receiving and analyzing an upgrading instruction;
if the upgrading instruction is upgrading of all modules, updating and displaying the updating progress until the transmission port is closed and quitting after the updating is finished;
if the upgrading instruction is partial module upgrading, updating and displaying the updating progress according to the received module information to be upgraded until the transmission port is closed after the updating is finished and quitting;
if the upgrading instruction is not updated, deleting the local upgrading file, closing the transmission port and exiting.
As an improvement of the above method, the updating and displaying the updating progress is performed until the transmission port is closed and quitting is performed after the updating is completed; the method specifically comprises the following steps:
step 1) sending an update start request to embedded software;
step 2) if the response message is not received, continuously sending an updating start request for a plurality of times after waiting for the first set time;
step 3) if the response message is not received, stopping updating, closing the communication port and exiting;
step 4) if receiving the response message, inquiring whether a preparation completion message sent by the embedded software to be upgraded is received, and if not, continuing the inquiry after waiting for a second set time;
step 5) if the preparation completion message is not received, stopping updating, closing the communication port and exiting;
step 6), if the preparation completion message is received, analyzing the upgrade file;
step 7) inquiring whether an issuing instruction for reading a packet of data is received, if not, continuing to inquire after waiting for a first set time;
step 8) if the issued command for reading the packet data is not received, stopping updating and exiting;
step 9) if an issuing instruction for reading a packet of data is received, displaying the updating progress, inquiring whether the issuing instruction for finishing upgrading is received or not, and if not, turning to the step 9); otherwise, go to step 10);
step 10) inquiring whether an upgrading success command is received, if not, delaying for a third set time, and continuing to inquire;
step 11) if the upgrading success instruction is not received, stopping updating, closing the communication port and exiting;
and step 12) if the upgrading success command is received, closing the communication port and exiting.
An embedded software upgrading method, the embedded software has no man-machine interaction interface and communicates with the upper computer software with the man-machine interaction interface through an internal communication protocol; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where upper computer software is located;
receiving version information and model information of embedded software sent by upper computer software and interface display languages of the upper computer software;
identifying an operating system according to the model information, and transmitting an upgrade file to the upper computer software through the selected transmission port;
comparing the version of the upgrade file with that of the embedded software, and sending the information of the upgradable module to the upper computer software in the received interface display language;
and upgrading the embedded software by using the upgrading file according to the received upgrading instruction.
An embedded software upgrading method, the said embedded software is the upgrade software; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where the upgrade software is located;
transmitting the upgrade file to the upgrade software through the selected transmission port;
receiving version information and model information sent by upgrading software;
identifying an operating system according to the model information, and transmitting an upgrade file to the upgrade software through the selected transmission port;
comparing the version of the upgrade file with that of the upgrade software, and displaying information of the upgradable module;
and upgrading the upgrading software by using the upgrading file according to the received upgrading instruction.
Compared with the prior art, the invention has the advantages that:
1. the embedded software upgrading method provided by the invention is free from disassembly, integrates multiple interfaces, and can adapt to multi-platform, international and allopatric applications;
2. the embedded software upgrading method provided by the invention integrates the serial port, the USB port and the WiFi transmission port, can be switched and used according to the application environment, and can also use other transmission ports to transmit the upgrading file when a certain port is damaged or cannot be connected;
3. the embedded software upgrading method provided by the invention can be used for upgrading software with a human-computer interaction interface, upgrading software without the human-computer interaction interface through the upper computer, and realizing self-upgrading of the upgraded software.
Drawings
FIG. 1 is a flow chart of communication port identification for the embedded software upgrade method of the present invention;
FIG. 2 is an upgrade file transfer flow diagram of the embedded software upgrade method of the present invention;
FIG. 3 is a flowchart of a full upgrade and partial upgrade method of the embedded software upgrade of the present invention;
FIG. 4 is a detailed update flow diagram of the embedded software upgrade method of the present invention;
FIG. 5 is a class relationship diagram for an embedded software upgrade system employing the present invention;
FIG. 6 is a schematic interface diagram of an embedded software upgrade system employing the present invention.
Detailed Description
The invention provides a multi-interface integrated software upgrading method, which can not only solve the technical problems, but also complete the self-upgrading of an upgrading system on line.
The invention integrates the serial port, USB and WiFi three-channel upgrading method, and when the embedded software system of the equipment only has a serial port, the software system is automatically switched to serial port communication. When the embedded system of the equipment has a serial port and a USB, the software system is firstly switched to USB communication. When the embedded system of the equipment has a serial port, USB and WiFi, the software system is firstly switched to USB communication, and when the USB does not access the equipment, the software system is switched to a WiFi wireless channel. The user can also configure the transport port that is opened first and switch to the next communication port without opening the default communication port. The system is an operating system which can run in a self-adaptive mode, and a plurality of versions do not need to be compiled. The system automatically switches to a WinCE system or a Windows desktop system or a Linux system to run by identifying the running operating system.
The system is separated from the embedded software to be upgraded and is stored in one position with the embedded software to be upgraded. The embedded software to be upgraded calls the system software, and the system software can also run independently. The system software has information security processing, and enters an upgrade page by inputting a password when needing to be upgraded. The system provides the software upgrading function of the upper computer software and the lower computer software and the transparent transmission upgrading of other sub-modules of the lower computer. The system and the lower computer software carry out RS232 serial port communication.
The software interface of the system is divided into three parts, wherein the upper part displays the upgrading step, and the currently-performed step can be displayed in different colors. The middle part displays an upgrading module list, the name of the module to be upgraded, the currently running software version number and the version number needing upgrading, a progress bar and an individual upgrading button. Two operation buttons are displayed on the lower portion of the interface. When the software runs in the Windows desktop system environment, the interface can display the serial port number selection box. The serial port 1 is configured by default, and a user can select the serial port number of the connected equipment. The system automatically switches interface language information by identifying the equipment language. Support 10 languages: chinese, english, spanish, russian, czech, polish, italian, french, romania and portuguese.
The technical solution of the present invention will be described in detail below with reference to the accompanying drawings and examples.
Example 1
As shown in fig. 1, embodiment 1 of the present invention provides an embedded software upgrading method. The embedded software of the embodiment has a human-computer interaction interface; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where the embedded software is located; as shown in fig. 1; regarding the selection of ports: if receiving the communication port appointed by the user, taking the appointed communication port as a transmission port; otherwise, searching an available communication port as a transmission port from the communication port of the equipment where the embedded software is located according to a preset sequence.
Transmitting the upgrade file to the embedded software through the selected transmission port; as shown in fig. 2;
receiving version information and interface display language and model information sent by embedded software;
identifying an operating system according to the model information, and transmitting an upgrade file to the embedded software through the selected transmission port;
comparing the version of the upgrading file with that of the embedded software to be upgraded, and displaying the module name, the original version information and the new version information of the embedded software in the received interface display language if the version information of the upgrading file is higher than that of the embedded software; as shown in fig. 3 and 4.
Receiving and analyzing an upgrading instruction; if the upgrading instruction is upgrading of all modules, updating and displaying the updating progress until the transmission port is closed and quitting after the updating is finished; if the upgrading instruction is partial module upgrading, updating and displaying the updating progress according to the received module information to be upgraded until the transmission port is closed after the updating is finished and quitting; if the upgrading instruction is not updated, deleting the local upgrading file, closing the transmission port and exiting. When all the modules are upgraded and have failure modules, a single module can be selected for upgrading.
The specific updating step comprises the following steps:
step 1) sending an update start request to embedded software;
step 2) if the response message is not received, continuously sending an updating start request for a plurality of times after waiting for the first set time;
step 3) if the response message is not received, stopping updating, closing the communication port and exiting;
step 4) if receiving the response message, inquiring whether a preparation completion message sent by the embedded software to be upgraded is received, and if not, continuing the inquiry after waiting for a second set time;
step 5) if the preparation completion message is not received, stopping updating, closing the communication port and exiting;
step 6), if the preparation completion message is received, analyzing the upgrade file;
step 7) inquiring whether an issuing instruction for reading a packet of data is received, if not, continuing to inquire after waiting for a first set time;
step 8) if the issued command for reading the packet data is not received, stopping updating and exiting;
step 9) if an issuing instruction for reading a packet of data is received, displaying the updating progress, inquiring whether the issuing instruction for finishing upgrading is received or not, and if not, turning to the step 9); otherwise, go to step 10);
step 10) inquiring whether an upgrading success command is received, if not, delaying for a third set time, and continuing to inquire;
step 11) if the upgrading success instruction is not received, stopping updating, closing the communication port and exiting;
and step 12) if the upgrading success command is received, closing the communication port and exiting.
FIG. 5 is a class relationship diagram of an embedded software upgrade system employing the present invention; FIG. 6 is a schematic interface diagram of an embedded software upgrade system employing the present invention.
Example 2
The embodiment 2 of the invention provides an embedded software upgrading method, which is used for upgrading embedded software without a human-computer interaction interface by selecting an upgrading module and transmitting files with the upper computer software with the human-computer interaction interface by utilizing a communication protocol between the upper computer software and the embedded software to be upgraded. The method comprises the following steps:
selecting a transmission port from communication ports of equipment where upper computer software is located; regarding the selection of ports: if receiving the communication port appointed by the user, taking the appointed communication port as a transmission port; otherwise, searching an available communication port as a transmission port from the communication port of the equipment where the embedded software is located according to a preset sequence.
Receiving version information and model information of embedded software sent by upper computer software and interface display languages of the upper computer software;
identifying an operating system according to the model information, and transmitting an upgrade file to the upper computer software through the selected transmission port;
comparing versions of the upgrading file and the embedded software to be upgraded, and displaying the module name, the original version information and the new version information of the embedded software in the received upper computer software interface if the version information of the upgrading file is higher than that of the embedded software;
and upgrading the embedded software by using the upgrading file according to the received upgrading instruction. If the upgrading instruction is upgrading of all modules, updating and displaying the updating progress until the transmission port is closed and quitting after the updating is finished; if the upgrading instruction is partial module upgrading, updating and displaying the updating progress according to the received module information to be upgraded until the transmission port is closed after the updating is finished and quitting; if the upgrading instruction is not updated, deleting the local upgrading file, closing the transmission port and exiting.
The specific updating step comprises the following steps:
step 1) sending an update start request to embedded software;
step 2) if the response message is not received, continuously sending an updating start request for a plurality of times after waiting for the first set time;
step 3) if the response message is not received, stopping updating, closing the communication port and exiting;
step 4) if receiving the response message, inquiring whether a preparation completion message sent by the embedded software to be upgraded is received, and if not, continuing the inquiry after waiting for a second set time;
step 5) if the preparation completion message is not received, stopping updating, closing the communication port and exiting;
step 6), if the preparation completion message is received, analyzing the upgrade file;
step 7) inquiring whether an issuing instruction for reading a packet of data is received, if not, continuing to inquire after waiting for a first set time;
step 8) if the issued command for reading the packet data is not received, stopping updating and exiting;
step 9) if an issuing instruction for reading a packet of data is received, displaying the updating progress, inquiring whether the issuing instruction for finishing upgrading is received or not, and if not, turning to the step 9); otherwise, go to step 10);
step 10) inquiring whether an upgrading success command is received, if not, delaying for a third set time, and continuing to inquire;
step 11) if the upgrading success instruction is not received, stopping updating, closing the communication port and exiting;
and step 12) if the upgrading success command is received, closing the communication port and exiting.
Example 3
Embodiment 3 of the present invention provides an embedded software upgrading method, which is to implement self-upgrade of upgrade software. The method comprises the following steps:
selecting a transmission port from communication ports of equipment where the upgrade software is located; regarding the selection of ports: if receiving the communication port appointed by the user, taking the appointed communication port as a transmission port; otherwise, searching the available communication ports as transmission ports from the communication ports of the equipment according to a preset sequence.
Transmitting the upgrade file to the upgrade software through the selected transmission port;
receiving version information and model information sent by upgrading software;
identifying an operating system according to the model information, and transmitting an upgrade file to the upgrade software through the selected transmission port;
comparing versions of the upgrading file and the upgrading software, and if the version information of the upgrading file is higher than that of the upgrading software, displaying the module name, the original version information and the new version information in a default language;
and upgrading the upgrading software by using the upgrading file according to the received upgrading instruction. If the upgrading instruction is upgrading of all modules, updating and displaying the updating progress until the transmission port is closed and quitting after the updating is finished; if the upgrading instruction is partial module upgrading, updating and displaying the updating progress according to the received module information to be upgraded until the transmission port is closed after the updating is finished and quitting; if the upgrading instruction is not updated, deleting the local upgrading file, closing the transmission port and exiting.
The specific updating step comprises the following steps:
step 1) sending an update start request to the upgrade software;
step 2) if the response message is not received, continuously sending an updating start request for a plurality of times after waiting for the first set time;
step 3) if the response message is not received, stopping updating, closing the communication port and exiting;
step 4) if the response message is received, inquiring whether a preparation completion message sent by the upgrade software to be upgraded is received, and if the response message is not received, continuing the inquiry after waiting for a second set time;
step 5) if the preparation completion message is not received, stopping updating, closing the communication port and exiting;
step 6), if the preparation completion message is received, analyzing the upgrade file;
step 7) inquiring whether an issuing instruction for reading a packet of data is received, if not, continuing to inquire after waiting for a first set time;
step 8) if the issued command for reading the packet data is not received, stopping updating and exiting;
step 9) if an issuing instruction for reading a packet of data is received, displaying the updating progress, inquiring whether the issuing instruction for finishing upgrading is received or not, and if not, turning to the step 9); otherwise, go to step 10);
step 10) inquiring whether an upgrading success command is received, if not, delaying for a third set time, and continuing to inquire;
step 11) if the upgrading success instruction is not received, stopping updating, closing the communication port and exiting;
and step 12) if the upgrading success command is received, closing the communication port and exiting.
Finally, it should be noted that the above embodiments are only used for illustrating the technical solutions of the present invention and are not limited. Although the present invention has been described in detail with reference to the embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (7)

1. An embedded software upgrading method, the embedded software has a man-machine interaction interface; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where the embedded software is located;
transmitting the upgrade file to the embedded software through the selected transmission port;
receiving version information and interface display language and model information sent by embedded software;
identifying an operating system according to the model information, and transmitting an upgrade file to the embedded software through the selected transmission port;
comparing the version of the upgrade file with that of the embedded software, and sending the upgradable module information to the embedded software in the received interface display language;
and upgrading the embedded software by using the upgrading file according to the received upgrading instruction.
2. The method for upgrading embedded software according to claim 1, wherein the transmission port is selected from communication ports of a device where the embedded software is located; the method specifically comprises the following steps:
if receiving the communication port appointed by the user, taking the appointed communication port as a transmission port; otherwise, searching an available communication port as a transmission port from the communication port of the equipment where the embedded software is located according to a preset sequence.
3. The method for upgrading embedded software according to claim 1, wherein the upgrade file is compared with the version of the embedded software, and the upgradable module information is sent to the embedded software in the received interface display language; the method specifically comprises the following steps:
and comparing the version of the upgrading file with that of the embedded software to be upgraded, and displaying the module name, the original version information and the new version information of the embedded software in the received interface display language if the version information of the upgrading file is higher than that of the embedded software.
4. The method for upgrading embedded software according to claim 1, wherein the embedded software is upgraded using an upgrade file according to the received upgrade instruction; the method specifically comprises the following steps:
receiving and analyzing an upgrading instruction;
if the upgrading instruction is upgrading of all modules, updating and displaying the updating progress until the transmission port is closed and quitting after the updating is finished;
if the upgrading instruction is partial module upgrading, updating and displaying the updating progress according to the received module information to be upgraded until the transmission port is closed after the updating is finished and quitting;
if the upgrading instruction is not updated, deleting the local upgrading file, closing the transmission port and exiting.
5. The method for upgrading embedded software according to claim 3, wherein the updating and displaying the updating progress are performed until the transmission port is closed and the process is exited after the updating is completed; the method specifically comprises the following steps:
step 1) sending an update start request to embedded software;
step 2) if the response message is not received, continuously sending an updating start request for a plurality of times after waiting for the first set time;
step 3) if the response message is not received, stopping updating, closing the communication port and exiting;
step 4) if receiving the response message, inquiring whether a preparation completion message sent by the embedded software to be upgraded is received, and if not, continuing the inquiry after waiting for a second set time;
step 5) if the preparation completion message is not received, stopping updating, closing the communication port and exiting;
step 6), if the preparation completion message is received, analyzing the upgrade file;
step 7) inquiring whether an issuing instruction for reading a packet of data is received, if not, continuing to inquire after waiting for a first set time;
step 8) if the issued command for reading the packet data is not received, stopping updating and exiting;
step 9) if an issuing instruction for reading a packet of data is received, displaying the updating progress, inquiring whether the issuing instruction for finishing upgrading is received or not, and if not, turning to the step 9); otherwise, go to step 10);
step 10) inquiring whether an upgrading success command is received, if not, delaying for a third set time, and continuing to inquire;
step 11) if the upgrading success instruction is not received, stopping updating, closing the communication port and exiting;
and step 12) if the upgrading success command is received, closing the communication port and exiting.
6. An embedded software upgrading method, the embedded software has no man-machine interaction interface and communicates with the upper computer software with the man-machine interaction interface through an internal communication protocol; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where upper computer software is located;
receiving version information and model information of embedded software sent by upper computer software and interface display languages of the upper computer software;
identifying an operating system according to the model information, and transmitting an upgrade file to the upper computer software through the selected transmission port;
comparing the version of the upgrade file with that of the embedded software, and sending the information of the upgradable module to the upper computer software in the received interface display language;
and upgrading the embedded software by using the upgrading file according to the received upgrading instruction.
7. An embedded software upgrading method, the said embedded software is the upgrade software; the method comprises the following steps:
selecting a transmission port from communication ports of equipment where the upgrade software is located;
transmitting the upgrade file to the upgrade software through the selected transmission port;
receiving version information and model information sent by upgrading software;
identifying an operating system according to the model information, and transmitting an upgrade file to the upgrade software through the selected transmission port;
comparing the version of the upgrade file with that of the upgrade software, and displaying information of the upgradable module;
and upgrading the upgrading software by using the upgrading file according to the received upgrading instruction.
CN202011636857.4A 2020-12-31 2020-12-31 Embedded software upgrading method Active CN112764773B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011636857.4A CN112764773B (en) 2020-12-31 2020-12-31 Embedded software upgrading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011636857.4A CN112764773B (en) 2020-12-31 2020-12-31 Embedded software upgrading method

Publications (2)

Publication Number Publication Date
CN112764773A true CN112764773A (en) 2021-05-07
CN112764773B CN112764773B (en) 2024-06-21

Family

ID=75698058

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011636857.4A Active CN112764773B (en) 2020-12-31 2020-12-31 Embedded software upgrading method

Country Status (1)

Country Link
CN (1) CN112764773B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101807155A (en) * 2010-03-03 2010-08-18 京信通信系统(中国)有限公司 Embedded software on-line updating method
CA2693711A1 (en) * 2009-02-27 2010-08-27 Research In Motion Limited System and method for provisioning mobile communication device upgrades
CN102929669A (en) * 2012-10-29 2013-02-13 北京开元智信通软件有限公司 Embedded software upgrading method, system and device
CN103078902A (en) * 2012-12-21 2013-05-01 安科智慧城市技术(中国)有限公司 Data transmission method and device of embedded monitoring equipment
CN103136013A (en) * 2011-12-01 2013-06-05 腾讯科技(深圳)有限公司 Method and system of software upgrade
CN106131682A (en) * 2016-07-14 2016-11-16 青岛海信宽带多媒体技术有限公司 Set Top Box built-in WiFi firmware upgrade method, device and Set Top Box
CN107959545A (en) * 2016-10-17 2018-04-24 中兴通讯股份有限公司 Data transmission method and device, mobile phone, data card
CN108334367A (en) * 2017-08-31 2018-07-27 郑州云海信息技术有限公司 A kind of firmware remote update system and method towards BMC chip
CN108446128A (en) * 2017-02-16 2018-08-24 杭州海康威视数字技术股份有限公司 A kind of method for upgrading software and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2693711A1 (en) * 2009-02-27 2010-08-27 Research In Motion Limited System and method for provisioning mobile communication device upgrades
EP2224687B1 (en) * 2009-02-27 2013-12-11 BlackBerry Limited System and method for provisioning mobile communication device upgrades
CN101807155A (en) * 2010-03-03 2010-08-18 京信通信系统(中国)有限公司 Embedded software on-line updating method
CN103136013A (en) * 2011-12-01 2013-06-05 腾讯科技(深圳)有限公司 Method and system of software upgrade
CN102929669A (en) * 2012-10-29 2013-02-13 北京开元智信通软件有限公司 Embedded software upgrading method, system and device
CN103078902A (en) * 2012-12-21 2013-05-01 安科智慧城市技术(中国)有限公司 Data transmission method and device of embedded monitoring equipment
CN106131682A (en) * 2016-07-14 2016-11-16 青岛海信宽带多媒体技术有限公司 Set Top Box built-in WiFi firmware upgrade method, device and Set Top Box
CN107959545A (en) * 2016-10-17 2018-04-24 中兴通讯股份有限公司 Data transmission method and device, mobile phone, data card
CN108446128A (en) * 2017-02-16 2018-08-24 杭州海康威视数字技术股份有限公司 A kind of method for upgrading software and device
CN108334367A (en) * 2017-08-31 2018-07-27 郑州云海信息技术有限公司 A kind of firmware remote update system and method towards BMC chip

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ZQB_ALL: "【swupdate文档 三】SWUpdate: 嵌入式系统的软件升级", pages 1 - 7, Retrieved from the Internet <URL:《https://cloud.tencent.com/developer/article/1560845》> *
贺翔等: "基于WiFi的车载终端远程软件升级方法", 《单片机与嵌入式系统应用》, vol. 14, no. 05, 1 May 2014 (2014-05-01), pages 22 - 25 *

Also Published As

Publication number Publication date
CN112764773B (en) 2024-06-21

Similar Documents

Publication Publication Date Title
US5228137A (en) Method for controlling execution of host computer application programs through a second computer by establishing relevant parameters having variable time of occurrence and context
KR960003413B1 (en) Data processing system
US5889516A (en) Trainable user interface translator
US4458331A (en) Interactive display terminal with alternating data processing and text processing sessions with text processing status line operable during data processing session
US5392386A (en) Method and apparatus for adding functionality to computer programs executing under graphical user interfaces
US4855936A (en) Full-screen input/output application program interface
US6671756B1 (en) KVM switch having a uniprocessor that accomodate multiple users and multiple computers
CA1286786C (en) Self-configuring terminal
US6704824B1 (en) Universal serial bus adapter with automatic installation
CN105719462A (en) Industrial equipment control system based on multi-terminal personal hotspot control and industrial equipment control method
EP0409588A2 (en) Interactive computer system
JPH07117931B2 (en) Computer network
CN101094118B (en) Test system for peripheral equipment of terminal
JPH04239321A (en) Method of installing multiple level software application to data processor
US11822302B1 (en) Apparatus and method for controlling a device
CN113010470A (en) Edge node remote control system, method, device and storage medium
CN112764773B (en) Embedded software upgrading method
US20030051012A1 (en) Method and system for online plug-and-play driver installation
CA1278386C (en) Method and apparatus for controlling the execution of host computer application programs through a second computer
US20050027885A1 (en) Communication method and an interface device
EP0076902B1 (en) System for converting data processing information to text processing format and vice versa
WO2001007984A9 (en) Universal serial bus adapter with automatic installation
RU2674309C9 (en) Device, method, program and interface for the terminals system with control by means of a touch screen
CN111356217A (en) Terminal control method, terminal control device, terminal equipment and storage medium
WO2019028352A1 (en) Spoken language localization system

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