Posted on May 28, 2014 at 00:36We use STVP (v3.3.1) for programming parts. I'm in the process of adding the Serial Number, using that feature in STVP. But we have a number of stations, and so each has unique identifying information. For example,...
Posted on June 20, 2014 at 18:10Don't use a breakpoint. They are used to stop execution so you can examine registers and lines. Often I use either a debug pin to capture output signals states, or install an infinite wait loop. The problem with the...
Posted on May 28, 2014 at 22:20Thanks for the quick response. I have used the serial number feature of STVP, and it works well for that specific data via the STVP ''Program | All Tabs''. I've looked at the command line help. My STVP v3.3.1 shows S...