CVBpy 14.0
Code39 Class Reference

Configuration to access parameters of Code39. More...

Inherits ReaderWithTransmitStartStopConfigBase.

Properties

 allow_full_ascii = property
 bool: Permit/do not permit complete ASCII code. More...
 

Detailed Description

Configuration to access parameters of Code39.

Property Documentation

◆ allow_full_ascii

allow_full_ascii = property
static

bool: Permit/do not permit complete ASCII code.

If the complete ASCII code is permitted (Code39.allow_full_ascii = true), the corresponding Code 39 character sequences are interpreted correctly. Otherwise the characters are returned uninterpreted (see Code 39 specifications).