CN113568793A - Serial port testing method, intelligent module and storage medium - Google Patents

Serial port testing method, intelligent module and storage medium Download PDF

Info

Publication number
CN113568793A
CN113568793A CN202110848809.XA CN202110848809A CN113568793A CN 113568793 A CN113568793 A CN 113568793A CN 202110848809 A CN202110848809 A CN 202110848809A CN 113568793 A CN113568793 A CN 113568793A
Authority
CN
China
Prior art keywords
pressure measurement
serial port
data packet
measurement data
pressure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110848809.XA
Other languages
Chinese (zh)
Inventor
高一星
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Fibocom Wireless Software Inc
Original Assignee
Xian Fibocom Wireless Software Inc
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 Xian Fibocom Wireless Software Inc filed Critical Xian Fibocom Wireless Software Inc
Priority to CN202110848809.XA priority Critical patent/CN113568793A/en
Publication of CN113568793A publication Critical patent/CN113568793A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Tests Of Electronic Circuits (AREA)

Abstract

The application discloses a serial port testing method, an intelligent module and a storage medium. The serial port test method comprises the following steps: acquiring a serial port test program; acquiring a pressure measurement parameter; executing a serial port test program based on the pressure measurement parameters to generate a first pressure measurement data packet; sending out a first pressure measurement data packet through a sending end TX, and receiving a second pressure measurement data packet through a receiving end TX; and checking the first pressure measurement data packet and the second pressure measurement data packet. This application carries out the short circuit through sending terminal TX and receiving terminal RX to intelligent module, realizes the pressure test of serial ports, need not with the help of external equipment. And the user can press according to actual scene configuration pressure and survey the parameter, and the intelligent module carries out the serial ports test according to the pressure of user configuration and surveys the parameter for the test scene is more nimble.

Description

Serial port testing method, intelligent module and storage medium
Technical Field
The application relates to the technical field of communication, in particular to a serial port testing method, an intelligent module and a storage medium.
Background
Serial port (e.g., UART) pressure testing of existing intelligent modules typically requires communication with an external device. An external equipment is connected to the intelligence module, and the two of intelligence module and external equipment all need set up the mutual logic of data in advance, and then realizes that the circulation is repeated to carry out operations such as data receiving and dispatching, check-up between intelligence module and external equipment, accomplishes the serial ports pressure test of intelligence module. The testing process is complex and the testing scenario is not flexible enough.
Disclosure of Invention
In view of this, embodiments of the present application provide a serial port testing method, an intelligent module, and a storage medium, which do not require external devices and have flexible testing scenarios.
The application provides a serial port test method, is applied to intelligent module, intelligent module includes sending terminal TX and receiving terminal RX of short circuit, the method includes:
acquiring a serial port test program;
acquiring a pressure measurement parameter;
executing the serial port test program based on the pressure test parameters to generate a first pressure test data packet;
sending the first pressure measurement data packet out through a sending end TX, and receiving a second pressure measurement data packet through a receiving end TX;
and checking the first pressure measurement data packet and the second pressure measurement data packet.
Optionally, the pressure measurement parameter includes a pressure measurement packet size and a data type;
the manner of generating the first pressure measurement packet includes:
and randomly generating the first pressure measurement data packet according to the size and the data type of the pressure measurement data packet.
Optionally, the data types include one or more of: numbers, English letters, punctuation marks.
Optionally, the verifying the first pressure measurement data packet and the second pressure measurement data packet includes:
configuring the initial value of a counter to be 0;
performing byte-by-byte check on the first pressure measurement data packet and the second pressure measurement data packet;
and if the first pressure measurement data packet is the same as the second pressure measurement data packet, adding 1 to the value of the counter.
Optionally, the verifying the first pressure measurement data packet and the second pressure measurement data packet further includes:
and if the first pressure measurement data packet is different from the second pressure measurement data packet, displaying different data, and exiting the serial port test program.
Optionally, the pressure measurement parameters further comprise one or more of: serial port name, baud rate, and pressure measurement times.
Optionally, the method further comprises:
judging whether the value of the counter is greater than or equal to the pressure measurement times;
if yes, exiting the serial port test program; otherwise, repeatedly executing sending and receiving the pressure measurement data packet and checking until the value of the counter is equal to the pressure measurement times, and exiting the serial port test program.
Optionally, the serial port includes a UART.
The application provides a pair of intelligent module, intelligent module includes: the serial port testing method comprises a memory and a processor, wherein the memory is stored with a program, and the program realizes the steps of the serial port testing method when being executed by the processor.
The readable storage medium stores a program, and the program executes the steps of the serial port testing method when being called by the processor.
According to the pressure test method and device, the sending end TX and the receiving end RX of the intelligent module are in short circuit, the pressure test of the serial port is achieved, and the external equipment is not needed. And the user can press according to actual scene configuration pressure and survey the parameter, and the intelligent module carries out the serial ports test according to the pressure of user configuration and surveys the parameter for the test scene is more nimble.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application. In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments will be briefly described below, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
FIG. 1 is a schematic diagram of a serial port pressure test in the prior art;
fig. 2 is a schematic flowchart of a serial port testing method according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of an intelligent module according to an embodiment of the present application;
FIG. 4 is a schematic flowchart of a serial port testing method according to another embodiment of the present application;
fig. 5 is a schematic flowchart of a serial port testing method according to another embodiment of the present application.
Detailed Description
According to the serial port testing method provided by the embodiment of the application, the sending end TX and the receiving end RX of the intelligent module are in short circuit, so that the pressure test of the serial port is realized, and no external equipment is needed. And the user can press according to actual scene configuration pressure and survey the parameter, and the intelligent module carries out the serial ports test according to the pressure of user configuration and surveys the parameter for the test scene is more nimble.
In order to make the objects, technical solutions and advantages of the present application more clear, the technical solutions of the present application will be described below in conjunction with the embodiments and the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments, and not all embodiments. Based on the embodiments in the present application, the following respective embodiments and technical features thereof may be combined with each other without conflict.
It should be noted that, although step numbers such as S100 and S200 are used in the description of the present application for the purpose of more clearly and briefly describing the corresponding contents, and do not constitute a substantial limitation on the sequence, a person skilled in the art may perform S200 first and then S100 when implementing the present application, for example, when switching from a first scene to a second scene, but these steps are all within the protection scope of the present application.
Serial port (e.g., UART) pressure testing of existing intelligent modules typically requires communication with an external device. As shown in figure 1, an external device is connected to the intelligent module, and the data interaction logic needs to be preset for the intelligent module and the external device, so that the operations of data receiving, data checking and the like are repeatedly performed between the intelligent module and the external device in a circulating mode, and the serial port pressure test of the intelligent module is completed. The testing process is complex and the testing scenario is not flexible enough.
In a first aspect, an embodiment of the present application provides a serial port testing method. As shown in fig. 2, is a schematic flow chart of a serial port testing method according to an embodiment of the present application, and includes the following steps:
step S100: and acquiring a serial port test program.
In some embodiments, the serial port testing method is applied to the intelligent module. As shown in fig. 3, the intelligent module includes a transmitting end TX and a receiving end RX, the transmitting end TX and the receiving end RX are short-circuited through a dual-mother-head dupont line, and data sent out by the intelligent module returns to the intelligent module in an original state for testing the receiving and sending performance of the intelligent module.
In some embodiments, the serial port test program may be obtained from a server or other devices. For example, when the intelligent module is obtained from a computer, the intelligent module is connected to the computer through a USB data line. Opening a console on a computer, and sequentially inputting instructions:
adb root
adb disable-verity
adb reboot
continuing to input instructions after the restart is completed:
adb root
adb remount
adb push<…/…/uart_test>/system/bin
description of the drawings: <../../uart _ test > refers to the path of the actual file
And generating an executable serial port test program, and installing the executable serial port test program into the intelligent module through the USB data line.
Alternatively, the serial port test program can be written in different computer languages, and can be expressed in APK, bin and other related executable programs.
Step S200: and acquiring pressure measurement parameters.
In some embodiments, the manner in which the pressure measurement parameters are obtained may be by instructions entered by a user. Due to different scenarios, the pressure measurement parameters required by the user may be different. The user inputs the pressure measurement parameters according to the requirements of the actual scene, so that the test scene is more flexible.
With reference to step S100, the user inputs an instruction on the console:
adb shell
su
cd system/bin
./uart_test/200b0
the pressure measurement parameters can be configured. Where 200 is 200 bytes per transmission and reception, and b0 is the data type of the data packet.
Step S300: based on the pressure measurement parameters, a serial port test program is executed to generate a first pressure measurement data packet.
In some embodiments, in combination with steps S100 to S200, based on the pressure measurement parameters input by the user, the intelligent module executes the serial port test program to generate a corresponding pressure measurement data packet (i.e., a first pressure measurement data packet).
Optionally, the pressure parameters include the pressure packet size and data type, i.e. 200 bytes and b0 as described above. The data types may include one or more of the following: numbers, English letters, punctuation marks. Specifically, b0 represents a pure number, b1 represents a pure english alphabet, b2 represents a pure punctuation mark, b3 represents a combination of a number and an english alphabet, b4 represents a combination of a number and a punctuation mark, b5 represents a combination of an english alphabet and a punctuation mark, and b6 represents a combination of a number, a punctuation mark, and an english alphabet.
Correspondingly, the mode of generating the first pressure measurement data packet includes:
and randomly generating a first pressure measurement data packet according to the size and the data type of the pressure measurement data packet.
For example, if the pressure measurement parameter input by the user is 200 bytes in size of the pressure measurement packet and b0 in data type, a pure digital packet with 200 bytes in size is randomly generated.
Step S400: and sending the first pressure measurement data packet out through a sending end TX, and receiving a second pressure measurement data packet through a receiving end TX.
In some embodiments, since the transmitting end TX and the receiving end RX of the intelligent module are short-circuited, the intelligent module transmits the first pressure measurement packet through the transmitting end TX, and receives a corresponding pressure measurement packet (i.e., the second pressure measurement packet) through the receiving end TX.
Step S500: and checking the first pressure measurement data packet and the second pressure measurement data packet.
The intelligent module verifies the first pressure measurement data packet and the second pressure measurement data packet. And according to the quality of the check result, the performance test of the serial port is realized.
According to the pressure test method and device, the sending end TX and the receiving end RX of the intelligent module are in short circuit, the pressure test of the serial port is achieved, and the external equipment is not needed. And the user can press according to actual scene configuration pressure and survey the parameter, and the intelligent module carries out the serial ports test according to the pressure of user configuration and surveys the parameter for the test scene is more nimble.
In some embodiments, as shown in fig. 4, verifying the first pressure measurement packet and the second pressure measurement packet includes:
step S510: configuring the initial value of a counter to be 0;
step S520: performing byte-by-byte check on the first pressure measurement data packet and the second pressure measurement data packet, namely judging whether the first pressure measurement data packet and the second pressure measurement data packet are the same; if yes, executing step S530, otherwise executing step S540;
step S530: adding 1 to the value of the counter;
step S540: and displaying the different data, and exiting the serial port test program.
Optionally, a counter is initialized, and an initial value of the counter is set to 0. And carrying out byte-by-byte check on the first pressure measurement data packet and the second pressure measurement data packet. If the first pressure measurement data packet and the second pressure measurement data packet are the same, namely the byte length is the same and each byte is the same, the value j of the counter is added by 1. If the first pressure measurement data packet is different from the second pressure measurement data packet, namely the length of the bytes is different or at least one byte is different, popping up and displaying the different places, exiting the serial port test program and ending the test.
In some embodiments, the pressure measurement parameters include, in addition to the pressure measurement packet size and data type, one or more of the following: serial port name, baud rate, and pressure measurement times. Wherein, serial port name can be the name or the only ID of serial port, can show which serial port of test when intelligent module has a plurality of serial ports. The baud rate represents the rate of data transfer. The number of pressure measurements indicates the number of times of repeatedly performing the steps S400 to S500 to transmit and receive the pressure measurement packet. When the pressure measurement parameters simultaneously include the size of the pressure measurement data packet, the data type, the serial port name, the baud rate and the pressure measurement times, the instructions input by the user when the pressure measurement parameters are configured on the console are as follows:
adb shell
su
cd system/bin
./uart_test/dev/ttyHS1 3000000 200b0 10000000
the dev/ttyHS1 is a serial port name, 3000000 is a baud rate (i.e., 3M/s), 200 is a pressure measurement data packet size, b0 is a data type, and 10000000 is a pressure measurement frequency.
In some embodiments, when the pressure measurement parameter includes the number of pressure measurements, as shown in fig. 5, the serial port testing method further includes:
step S600: and judging whether the value of the counter is greater than or equal to the configured pressure measurement times. If the value of the counter is greater than or equal to the configured pressure measurement times, step S700 is executed, otherwise, step S400 is returned to.
Step S700: and exiting the serial port test program.
Optionally, the intelligent module determines whether the value j of the counter is greater than or equal to the configured number of pressure measurements. And if the value j of the counter is greater than or equal to the configured pressure measurement times, indicating that the pressure measurement is finished, quitting the serial port test program, and finishing the test. And if the value j of the counter is less than the configured pressure measurement times, returning to the step S400, repeatedly executing the sending and receiving of the pressure measurement data packet, exiting the serial port test program until the value j of the counter is equal to the pressure measurement times, and ending the test.
In the above embodiment, the serial port of the intelligent module may be a UART, or may be another type of serial port, which is not specifically limited in this embodiment.
In a second aspect, the present application further provides an intelligent module, including: the serial port testing device comprises a memory and a processor, wherein the memory stores programs, and the programs realize the steps of the serial port testing method in any embodiment when being executed by the processor.
In actual scene, the intelligent module can be the intelligent module of the integrated form that is located in the equipment, also can be intelligent electronic equipment. The specific representation of the intelligent electronic device, which is not limited in this application, includes but is not limited to: handheld electronic devices such as mobile phones, tablet computers, notebook computers, palmtop computers, Personal Digital Assistants (PDAs), Portable Media Players (PMPs); a vehicle-mounted navigation device; wearable devices and the like have corresponding functions.
In a third aspect, the present application further provides a readable storage medium, where the readable storage medium stores a program, and the program, when executed by a processor, implements the steps of the serial port testing method in any of the above embodiments.
In the embodiments of the intelligent module and the readable storage medium provided by the present application, all technical features of the embodiments of the method are included, and the content of the expansion and explanation of the specification is the same as the adaptability of the embodiments of the positioning method, which is not described herein again.
The present application also provides a computer program product of an embodiment, which comprises computer program code to, when run on a computer, cause the computer to perform the method as described in the various possible embodiments above.
The present application also provides a chip of an embodiment, which includes a memory for storing a program and a processor for calling and running the program from the memory, so that a device in which the chip is installed performs the method as in the above various possible embodiments.
Through the above description of the embodiments, those skilled in the art can clearly understand that the above positioning method can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as above and includes several instructions for enabling a device (e.g., a mobile phone, a computer, a server, a controlled electronic device, a network device, etc.) to execute the method of each embodiment of the present application.
The above description is only a part of the embodiments of the present application, and not intended to limit the scope of the present application, and all equivalent structural changes made by using the contents of the specification and the drawings are included in the scope of the present application.
Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element, and that elements, features, or elements having the same designation in different embodiments may or may not have the same meaning as that of the other elements, and that the particular meaning will be determined by its interpretation in the particular embodiment or by its context in further embodiments.
The terms "or" and/or "are to be construed as inclusive or meaning any one or any combination. An exception to this definition will occur only when a combination of elements, functions, steps or operations are inherently mutually exclusive in some way.

Claims (10)

1. A serial port testing method is characterized by being applied to an intelligent module, wherein the intelligent module comprises a sending end TX and a receiving end RX which are in short circuit connection, and the method comprises the following steps:
acquiring a serial port test program;
acquiring a pressure measurement parameter;
executing the serial port test program based on the pressure test parameters to generate a first pressure test data packet;
sending the first pressure measurement data packet out through a sending end TX, and receiving a second pressure measurement data packet through a receiving end TX;
and checking the first pressure measurement data packet and the second pressure measurement data packet.
2. The serial port test method according to claim 1, wherein the pressure test parameters include a pressure test packet size and a data type;
the manner of generating the first pressure measurement packet includes:
and randomly generating the first pressure measurement data packet according to the size and the data type of the pressure measurement data packet.
3. The serial port test method according to claim 2, wherein the data type includes one or more of the following: numbers, English letters, punctuation marks.
4. The serial port test method according to claim 3, wherein the verifying the first pressure test packet and the second pressure test packet comprises:
configuring the initial value of a counter to be 0;
performing byte-by-byte check on the first pressure measurement data packet and the second pressure measurement data packet;
and if the first pressure measurement data packet is the same as the second pressure measurement data packet, adding 1 to the value of the counter.
5. The serial port test method according to claim 4, wherein the verifying the first pressure test packet and the second pressure test packet further comprises:
and if the first pressure measurement data packet is different from the second pressure measurement data packet, displaying different data, and exiting the serial port test program.
6. The serial port test method according to claim 4 or 5, wherein the pressure test parameters further comprise one or more of the following: serial port name, baud rate, and pressure measurement times.
7. The serial port testing method according to claim 6, further comprising:
judging whether the value of the counter is greater than or equal to the pressure measurement times;
if yes, exiting the serial port test program; otherwise, repeatedly executing sending and receiving the pressure measurement data packet and checking until the value of the counter is equal to the pressure measurement times, and exiting the serial port test program.
8. The serial port test method according to any one of claims 1 to 5, wherein the serial port comprises UART.
9. The utility model provides an intelligence module, its characterized in that, intelligence module includes: memory, processor, wherein the memory has stored thereon a program which, when executed by the processor, carries out the steps of the serial port testing method according to any one of claims 1 to 8.
10. A readable storage medium, characterized by storing a program which, when called by a processor, executes the steps of the serial port testing method according to any one of claims 1 to 8.
CN202110848809.XA 2021-07-26 2021-07-26 Serial port testing method, intelligent module and storage medium Pending CN113568793A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110848809.XA CN113568793A (en) 2021-07-26 2021-07-26 Serial port testing method, intelligent module and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110848809.XA CN113568793A (en) 2021-07-26 2021-07-26 Serial port testing method, intelligent module and storage medium

Publications (1)

Publication Number Publication Date
CN113568793A true CN113568793A (en) 2021-10-29

Family

ID=78167787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110848809.XA Pending CN113568793A (en) 2021-07-26 2021-07-26 Serial port testing method, intelligent module and storage medium

Country Status (1)

Country Link
CN (1) CN113568793A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114326658A (en) * 2021-12-09 2022-04-12 武汉微创光电股份有限公司 Automatic testing method and device for functions of IO (input/output) interface unit of ECN (electronic control network) controller

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1952906A (en) * 2005-10-21 2007-04-25 鸿富锦精密工业(深圳)有限公司 Test system and method of serial port of host computer
CN104079443A (en) * 2013-03-25 2014-10-01 鸿富锦精密工业(深圳)有限公司 Data transmission performance testing system and method
CN104750588A (en) * 2015-03-04 2015-07-01 广东好帮手电子科技股份有限公司 Serial port communication based pressure testing method
CN105487992A (en) * 2014-09-17 2016-04-13 上海新跃仪表厂 Multi-channel software-hardware paralleled serial communication processing method
CN111447121A (en) * 2020-03-31 2020-07-24 龙芯中科(北京)信息技术有限公司 Test method, device, equipment and storage medium of PCIE controller

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1952906A (en) * 2005-10-21 2007-04-25 鸿富锦精密工业(深圳)有限公司 Test system and method of serial port of host computer
CN104079443A (en) * 2013-03-25 2014-10-01 鸿富锦精密工业(深圳)有限公司 Data transmission performance testing system and method
CN105487992A (en) * 2014-09-17 2016-04-13 上海新跃仪表厂 Multi-channel software-hardware paralleled serial communication processing method
CN104750588A (en) * 2015-03-04 2015-07-01 广东好帮手电子科技股份有限公司 Serial port communication based pressure testing method
CN111447121A (en) * 2020-03-31 2020-07-24 龙芯中科(北京)信息技术有限公司 Test method, device, equipment and storage medium of PCIE controller

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李琳;: "带压力回环测试功能的串口通信方法设计", 电子设计工程, no. 11, pages 164 - 166 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114326658A (en) * 2021-12-09 2022-04-12 武汉微创光电股份有限公司 Automatic testing method and device for functions of IO (input/output) interface unit of ECN (electronic control network) controller

Similar Documents

Publication Publication Date Title
CN108156268A (en) Acquisition methods and server, the terminal device of device identification
CN111259037B (en) Data query method and device based on rule configuration, storage medium and terminal
CN109587252A (en) Loading method, device, electronic equipment and the storage medium of operator parameter
CN111275199A (en) Conversion method and system of deep learning model file, computer equipment and computer readable storage medium
CN109726108B (en) Front-end code testing method, device, system and medium based on analog data
CN108874677A (en) A kind of android terminal and its test method and system
CN110875850A (en) Firmware upgrading method and system, readable storage medium and terminal equipment
CN110351715A (en) AT command processing method, terminal adapter and computer readable storage medium
CN108804175A (en) Multilingual adaptation method, mobile terminal and computer readable storage medium
CN113568793A (en) Serial port testing method, intelligent module and storage medium
CN112231544A (en) RPA robot search method, device and equipment combining RPA and AI
CN112416303B (en) Software development kit hot repair method and device and electronic equipment
CN111752644A (en) Interface simulation method, device, equipment and storage medium
CN107273102A (en) The generation method and device of mobile applications
CN110275701A (en) Data processing method, device, medium and calculating equipment
CN114374703B (en) Cloud mobile phone information acquisition method, device, equipment and storage medium
CN101583143B (en) Wireless computer device and using method thereof
KR20150116078A (en) Method for requiring after service using search keywords
CN111488286B (en) Method and device for independently developing Android modules
CN107632896A (en) A kind of data processing method, data processing equipment and communication apparatus
CN111352357B (en) Robot control method and device and terminal equipment
CN114035804A (en) Code conversion method, device, medium and electronic equipment
CN118113381A (en) Calling method and product between Python language and C++ language
US20230004379A1 (en) Service method for head unit software, head unit software and related devices
CN115357282A (en) Application implementation method and device, electronic 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