dBarScan.NET components will behave as Testware versions (returning scrambled barcode scans) unless correctly licensed.
Single computer version of the components are licensed for use only on a single computer. Developer versions permit applications built with the dBarScan.NET components to be distributed up to a maximum distribution of 10,000 copies.
Developer versions require the developer’s serial number to be passed to the component using the Serial property before the Barcode() method is called. The Serial property should be set to the serial number provided for your product, e.g.
Barscan1.Serial="12345" for VB
Barscan1.Serial="12345"; for C#
Barscan1.set_Serial("12345"); for J#