CN110806857A - Method for efficiently developing vending machine application - Google Patents

Method for efficiently developing vending machine application Download PDF

Info

Publication number
CN110806857A
CN110806857A CN201911053970.7A CN201911053970A CN110806857A CN 110806857 A CN110806857 A CN 110806857A CN 201911053970 A CN201911053970 A CN 201911053970A CN 110806857 A CN110806857 A CN 110806857A
Authority
CN
China
Prior art keywords
vending machine
machine application
development
development assistant
request
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.)
Withdrawn
Application number
CN201911053970.7A
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.)
Inspur Financial Information Technology Co Ltd
Original Assignee
Inspur Financial Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Financial Information Technology Co Ltd filed Critical Inspur Financial Information Technology Co Ltd
Priority to CN201911053970.7A priority Critical patent/CN110806857A/en
Publication of CN110806857A publication Critical patent/CN110806857A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F9/00Details other than those peculiar to special kinds or types of apparatus
    • G07F9/006Details of the software used for the vending machines

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Control Of Vending Devices And Auxiliary Devices For Vending Devices (AREA)

Abstract

The invention discloses a method for efficiently developing vending machine application, which is characterized by comprising the following steps: the method comprises the following steps that firstly, the vending machine application and the development assistant software are connected and communicated; step two, when the vending machine application needs to call a certain hardware module, a request is sent to the development assistant software; thirdly, the vending machine application development assistant responds to the request sent by the vending machine application, simulates a hardware environment and sets different return values according to requirements; during operation, a, starting a vending machine application development assistant; b. the self-help vending machine application initiates connection and communication with development assistant software; c. the vending machine application initiates a request to a development assistant and calls a hardware module; d. the development assistant software automatically responds to the application request and returns corresponding request data; the invention has high development efficiency and good platform compatibility.

Description

Method for efficiently developing vending machine application
Technical Field
The invention relates to a method for efficiently developing vending machine application, and belongs to the technical field of self-service vending machines.
Background
Traditional vending machine uses in the development process, and the application needs to call hardware module and other external component on the vending machine in order to realize relevant function, and this process need pass through each hardware module of data line or other mode connection and carry out the communication, can receive the restriction of various factors such as hardware environment, software environment at this in-process, has influenced the development progress that the vending machine used greatly.
At present in the development vending machine application process, more common is, directly develop on goods machine terminal, and the vending machine is used and is communicated with hardware modules such as lower computer control panel, camera through serial ports communication (or other communication methods) to acquire the information of each hardware module of vending machine, realize relevant function.
In addition, it is common to develop on a PC terminal, connect various hardware modules on a separate vending machine during development, communicate with the hardware modules through serial communication (or other communication methods), and install an application on the vending machine terminal for debugging after development is completed.
In the prior art, in the method for directly developing the vending machine, firstly, a vending machine with complete modules and complete functions is needed, all hardware modules of the vending machine can be normally called, stable service support is provided for vending machine application, the method is limited by factors such as sites and vending machine sizes, development of developers is unchanged to a certain degree, once a hardware module is in fault or abnormal, the hardware module needs to be repaired by a hardware engineer, and the development can be continued after the fault is solved.
In another method, although development on the vending machine is not needed, certain convenience is brought to developers, but the method is highly dependent on normal operation of various hardware modules, once a certain hardware module is lacked or a certain hardware module fails, development progress of vending machine application can be seriously influenced, and the vending machine application needs to communicate with various different hardware modules, so that the complexity is high.
Disclosure of Invention
In view of the above technical problems, the present invention aims to: the method for efficiently developing the vending machine application is high in development efficiency and good in platform compatibility.
The technical solution of the invention is realized as follows: a method for developing vending machine application efficiently comprises a development assistant software, wherein the development assistant software is packaged with a calling method of the vending machine application to various hardware modules; step two, when the vending machine application needs to call a certain hardware module, a request is sent to the development assistant software; thirdly, the vending machine application development assistant responds to the request sent by the vending machine application, simulates a hardware environment and sets different return values according to requirements; during operation, a, starting a vending machine application development assistant; b. the self-help vending machine application initiates connection and communication with development assistant software; c. the vending machine application initiates a request to a development assistant and calls a hardware module; d. the development assistant software automatically responds to the application request and returns corresponding request data.
Preferably, the development assistant simulates a hardware environment to provide various services for the vending machine application.
Preferably, the development assistant software can be operated by both a mobile terminal and a PC terminal.
Due to the application of the technical scheme, compared with the prior art, the invention has the following advantages:
the method for efficiently developing the vending machine application has the advantages of high development efficiency and good platform compatibility; the vending machine application only needs to communicate with the development assistant software without a real hardware environment in the development process, and the development assistant software can simulate various hardware environments and provide various required services for the vending machine application; the vending machine application only needs to communicate with development assistant software, so that the compatibility problem caused by direct communication with hardware equipment is avoided, and the vending machine application has good compatibility on different platforms.
Drawings
The technical scheme of the invention is further explained by combining the accompanying drawings as follows:
FIG. 1 is a schematic diagram of a method for efficiently developing vending machine applications in accordance with the present invention.
Detailed Description
The invention is described below with reference to the accompanying drawings.
Fig. 1 shows a method for efficiently developing a vending machine application according to the present invention, which includes a development assistant software, where the development assistant software encapsulates a method for calling various hardware modules by the vending machine application, and when in use, the method includes the following steps, step one, that is, the vending machine application is connected and communicated with the development assistant software; step two, when the vending machine application needs to call a certain hardware module, a request is sent to the development assistant software; thirdly, the vending machine application development assistant responds to the request sent by the vending machine application, simulates a hardware environment and sets different return values according to requirements; during operation, a, starting a vending machine application development assistant; b. the self-help vending machine application initiates connection and communication with development assistant software; c. the vending machine application initiates a request to a development assistant and calls a hardware module; d. the development assistant software automatically responds to the application request and returns corresponding request data.
To meet the development requirements, the development assistant simulates a hardware environment, providing various services for the vending machine application.
For convenience of operation, the development assistant software can be operated by both a mobile terminal and a PC terminal.
The invention encapsulates the calling method of the vending machine application to various hardware modules into a program by developing assistant software, simulates a virtual hardware environment, and the vending machine application only needs to communicate with the software, thereby greatly reducing the development complexity and the dependency on related hardware modules and effectively improving the development efficiency.
The method for efficiently developing the vending machine application has the advantages of high development efficiency and good platform compatibility; the vending machine application only needs to communicate with the development assistant software without a real hardware environment in the development process, and the development assistant software can simulate various hardware environments and provide various required services for the vending machine application; the vending machine application only needs to communicate with development assistant software, so that the compatibility problem caused by direct communication with hardware equipment is avoided, and the vending machine application has good compatibility on different platforms.
The above-mentioned embodiments are merely illustrative of the technical idea and features of the present invention, and the purpose thereof is to enable those skilled in the art to understand the contents of the present invention and implement the present invention, and not to limit the scope of the present invention, and all equivalent changes or modifications made according to the spirit of the present invention should be covered in the scope of the present invention.

Claims (3)

1. A method for efficiently developing vending machine applications, comprising: the method comprises the following steps that firstly, the vending machine application and the development assistant software are connected and communicated; step two, when the vending machine application needs to call a certain hardware module, a request is sent to the development assistant software; thirdly, the vending machine application development assistant responds to the request sent by the vending machine application, simulates a hardware environment and sets different return values according to requirements; during operation, a, starting a vending machine application development assistant; b. the self-help vending machine application initiates connection and communication with development assistant software; c. the vending machine application initiates a request to a development assistant and calls a hardware module; d. the development assistant software automatically responds to the application request and returns corresponding request data.
2. A method for efficiently developing vending machine applications as recited in claim 1, wherein: the development assistant simulates a hardware environment and provides various services for vending machine applications.
3. A method for efficiently developing vending machine applications as recited in claim 1, wherein: the development assistant software can be operated through both a mobile terminal and a PC terminal.
CN201911053970.7A 2019-10-31 2019-10-31 Method for efficiently developing vending machine application Withdrawn CN110806857A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911053970.7A CN110806857A (en) 2019-10-31 2019-10-31 Method for efficiently developing vending machine application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911053970.7A CN110806857A (en) 2019-10-31 2019-10-31 Method for efficiently developing vending machine application

Publications (1)

Publication Number Publication Date
CN110806857A true CN110806857A (en) 2020-02-18

Family

ID=69489836

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911053970.7A Withdrawn CN110806857A (en) 2019-10-31 2019-10-31 Method for efficiently developing vending machine application

Country Status (1)

Country Link
CN (1) CN110806857A (en)

Similar Documents

Publication Publication Date Title
CN111859834B (en) UVM-based verification platform development method, system, terminal and storage medium
CN114417768B (en) Digital-analog hybrid simulation method and system of Ethernet chip
US20100082315A1 (en) Interface between a verification environment and a hardware acceleration engine
CN109782153A (en) A kind of method, apparatus of chip testing, chip and computer storage medium
CN110837466B (en) Embedded software dynamic test method based on source code piling
CN116089281A (en) Chip testing method, testing platform and device
CN109800029A (en) Batch sets method, apparatus, terminal and the storage medium of server B IOS parameter
US6185420B1 (en) Method and apparatus for testing the function of a base station controller in a code division multiple access (CDMA) mobile communication system
CN108683556A (en) Detect the method, apparatus and computer storage media of network interface card functional status
CN104636249A (en) Generation system and method of debugging information of application program
CN103678099A (en) Method and device for achieving communications of hardware platform and software platform
CN110806857A (en) Method for efficiently developing vending machine application
CN109144850A (en) The test method interactively communicated and system of mobile terminal
CN111443994B (en) Device, system and method for simulating smart card driver
CN103713934A (en) Method and system for application program visiting physical peripheral
CN112867046A (en) Method for testing upf network element function based on analog simulation core network
CN110399161A (en) A kind of generation method of mapping relations, call method and device
CN113204494B (en) Terminal remote test platform and method, electronic equipment and readable medium
CN1601482A (en) Backing plate diagnostic system and method thereof
CN115562808A (en) Ladder media advertisement terminal simulation system
CN209000907U (en) A kind of package structure of semiconductor device
JP3722869B2 (en) Exchange software test system and test method
KR100237002B1 (en) Method for generating abstract test suite in advanced network switching system
CN108196842B (en) Communication configuration method for process layer of control protection device of converter station
CN114896146A (en) Software testing system, method, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Hu Yan

Inventor after: Zou Kan

Inventor after: Fu Xianrui

Inventor before: Hu Yan

Inventor before: Zou Kan

Inventor before: Fu Xianrui

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200218