How to view logs on a Verifone Vx 810 duet terminal ?

The Verifone Vx development environment is quite limited when comes the time to debug your application. You may have tried to use the RVDS remote debugger, just to understand that it (kind of) works fine for a simple “Hello World” application, but it’s unusable when implementing a solution relying on several applications (like a VMAC app, for example). You’re back to basics, using logs to find out what’s going on. This article describes the procedure to enable system logging on a Verix Vx 810 duet.

810duet[1]

  1. From your terminal, enter system mode by pressing F2 +F4, and type your password
  2. Press F2 to “Edit parameters”
  3. Chose group ID 1 (default suggestion) and press Ok. Input “group 1” password (most likely the same as your system mode password)
  4. Type config.sys file (default suggestion) and press Ok
  5. In the list of variables, look for a *DEBUG one. If you find it, set its value to 2 (the COM port to use to output logs). Else, create it by pressing F1 (“new”) and set its value to 1.
  6. Restart your terminal
  7. On your PC, use a terminal application (I like PuTTY) to open the serial COM port your Vx 810 is connected to. Set the baudrate to 115200
  8. Et voilà ! You should start seeing logs from the OS and your application.
    Vx810 logging

WATCH OUT ! Downloading a new application to the terminal will fail after you enabled logging, because the same COM port is used for log and for download. You’ll have to disable logging before any download.

3 thoughts on “How to view logs on a Verifone Vx 810 duet terminal ?

Leave a Reply

Your email address will not be published. Required fields are marked *