5 ms·
Another fun approach would be using google code search which allows for regexp searching. Looking for stuff of similar format to {D1531,1000,1501|}, I find the
by ggrot 16y ago
Another fun approach would be using google code search which allows for regexp searching. Looking for stuff of similar format to {D1531,1000,1501|}, I find these two results. The results indicate that this might be related to printers.
http://www.google.com/codesearch?q=\{D[0-9]{4},[0-9]{4},[0-9]{4}\|\}&hl=en http://www.google.com/codesearch?q=\{D[0-9]{4},[0-9]{4},[0-9...
- jgrahamc 16y agoInterestingly, that points to TEC Printers made by Toshiba for a similar purpose (barcoding). So perhaps this is a common barcoding language used by compatible printers.