When I drop swipe data from a USB keyboard interface reader into the tool, I donit doesn't get the data to be parsed parse correctly. How can I get the data correctly parsed with Parsomatic?
...
Highlight the mask data field which is in ACSII with USB/KB interface reader.
Click the "Convert ASCII to Hex" button below the data window once you have the ASCII data highlighted. That'll get the ASCII data converted to Hex (in case you don't see the Convert to ASCII button on screen, try clicking on free space and after detecting ASCII in the window, it should pop up).
And then click Click the "Parse" button to get the Hex data parsed correctly.
...