How to Understand the Merchant Self-Test in Settings: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 1: Line 1:
    Enter Settings>About POS>POS Configuration>Merchant Self Test:
== Accessing the Merchant Self-Test Menu ==
== Camera ==
* Navigate to: Settings > About POS > POS Configuration > Merchant Self Test.
=== Prime Camera ===
== Testing Components ==
Test prime camera.Use camera index 0.
* '''Camera Tests'''
 
** Prime Camera: Test the primary camera (Camera 0).
=== Zoom Camera ===
** Zoom Camera: Test the secondary zoom camera (Camera 1).
Test zoom camera. Use camera index 1.
* '''RF Card Reader Test'''
 
** Test the contactless card reader by swiping a contactless card.
== RF Card ==
** For CPU RF card tests, use the following APDU command: ''''byte[] arryAPDU = new byte[]{(byte) 0x00, (byte) 0xA4, (byte) 0x04, (byte) 0x00,(byte) 0x0E, (byte) 0x32, (byte) 0x50, (byte) 0x41,(byte) 0x59, (byte) 0x2E, (byte) 0x53, (byte) 0x59,(byte) 0x53, (byte) 0x2E, (byte) 0x44, (byte) 0x44,(byte) 0x46, (byte) 0x30, (byte) 0x31}''''.
Swipe contactless card for testing. If test CPU RF card, send APDU commnad is byte[] arryAPDU = new byte[]{(byte) 0x00, (byte) 0xA4, (byte) 0x04, (byte) 0x00,(byte) 0x0E, (byte) 0x32, (byte) 0x50, (byte) 0x41,(byte) 0x59, (byte) 0x2E, (byte) 0x53, (byte) 0x59,(byte) 0x53, (byte) 0x2E, (byte) 0x44, (byte) 0x44,(byte) 0x46, (byte) 0x30, (byte) 0x31};
* '''Smart Card Reader Test'''
 
** Insert a smart card to test connection and disconnection functionality.
== SmartCard ==
* '''MSR (Magnetic Stripe Reader) Test'''
Insert smart card for testing. It only test card connecting and card disconnecting.
** Swipe a magnetic stripe card to display track data for all three tracks.
 
* '''Printer Test'''
== MSR ==
** Conduct a simple receipt print test.
Swipe MSR card for testing. It will display the track data of the three tracks.
* '''Network Tests'''
 
** WiFi Network: Test WiFi connectivity by accessing the following URLs: https://www.baidu.com/, http://www.google.com/, http://www.wizarpos.com/, https://www.wizarview.cn/.
== Printer ==
** Mobile Network: Ensure WiFi is disabled before testing. Connect to the same URLs as in the WiFi test.
Test printer. Print a simple receipt.
* '''Touch Screen Test'''
 
** Conduct a functionality test of the touch screen.
== Network ==
* '''Advanced Options'''
=== WiFi Network ===
** Submit Logcat: Send system logs to the TMS server.
Test WiFi. The testing connect four http(s) address, https://www.baidu.com/, http://www.google.com/, http://www.wizarpos.com/, https://www.wizarview.cn/.
** Check Small Battery: Follow on-screen instructions to check battery status.
 
** PingTool: Use this tool to ping any specified address.
=== Mobile Network ===
*:[[File:Pingtool_merchantselftest.png|none|300px|left|caption]]
Test mobile network. Before test, please disable WIFI. The testing connect four http(s) address, https://www.baidu.com/, http://www.google.com/, http://www.wizarpos.com/, https://www.wizarview.cn/.
** PSAM Card Test: Test the PSAM card by powering it on and sending an APDU command: ''''new byte[]{0x00, (byte) 0x84, 0x00, 0x00, 0x08}''''.
 
** TcpTool: Use this tool to establish a TCP connection to any specified address.
== Touch Screen ==
*:[[File:Tcptool_merchantselftest.png|none|300px|left|caption]]
Test touch screen.
** Keyboard Test: Test the functionality of the keyboard.
== Advance ==
** Key Verification: Verify the integrity of the terminal's private-public key pair and owner certificate.
=== Submit Logcat ===
** Show Touches: Toggle the display of touch screen interactions with a white dot.
Submit log to TMS server.
=== Check Small Battery ===
According as the display message to check.
=== PingTool ===
Provide a ping tool to ping any address.
[[File:Pingtool_merchantselftest.png|none|300px|left|caption]]
 
=== PSAM Card ===
Test PSAM Card. The testing power on PSAM card, and send APDU commnad, new byte[]{0x00, (byte) 0x84, 0x00, 0x00, 0x08};
 
=== TcpTool===
Provide a TCP tool to connect any address.
[[File:Tcptool_merchantselftest.png|none|300px|left|caption]]
 
=== Key ===
Test keyboard.
=== Key Verify ===
Verify the integrity of the private-public key pair and owner certificate of the terminal.
=== Show touches ===
Provide a switch to open/close the white dot of touch screen.

Revision as of 16:22, 29 December 2023

Accessing the Merchant Self-Test Menu

  • Navigate to: Settings > About POS > POS Configuration > Merchant Self Test.

Testing Components

  • Camera Tests
    • Prime Camera: Test the primary camera (Camera 0).
    • Zoom Camera: Test the secondary zoom camera (Camera 1).
  • RF Card Reader Test
    • Test the contactless card reader by swiping a contactless card.
    • For CPU RF card tests, use the following APDU command: 'byte[] arryAPDU = new byte[]{(byte) 0x00, (byte) 0xA4, (byte) 0x04, (byte) 0x00,(byte) 0x0E, (byte) 0x32, (byte) 0x50, (byte) 0x41,(byte) 0x59, (byte) 0x2E, (byte) 0x53, (byte) 0x59,(byte) 0x53, (byte) 0x2E, (byte) 0x44, (byte) 0x44,(byte) 0x46, (byte) 0x30, (byte) 0x31}'.
  • Smart Card Reader Test
    • Insert a smart card to test connection and disconnection functionality.
  • MSR (Magnetic Stripe Reader) Test
    • Swipe a magnetic stripe card to display track data for all three tracks.
  • Printer Test
    • Conduct a simple receipt print test.
  • Network Tests
  • Touch Screen Test
    • Conduct a functionality test of the touch screen.
  • Advanced Options
    • Submit Logcat: Send system logs to the TMS server.
    • Check Small Battery: Follow on-screen instructions to check battery status.
    • PingTool: Use this tool to ping any specified address.
    caption
    • PSAM Card Test: Test the PSAM card by powering it on and sending an APDU command: 'new byte[]{0x00, (byte) 0x84, 0x00, 0x00, 0x08}'.
    • TcpTool: Use this tool to establish a TCP connection to any specified address.
    caption
    • Keyboard Test: Test the functionality of the keyboard.
    • Key Verification: Verify the integrity of the terminal's private-public key pair and owner certificate.
    • Show Touches: Toggle the display of touch screen interactions with a white dot.