History and Description

This application, together with the potential for others such as point of sale, provided sufficient motivation to set up a company in 1972 to develop a hand-held black and white bar code system.
Although another British and an American company were also working along these lines, this was now known and it was therefore necessary to devise a symbology.
The perceived requirements were as follows:
1. Representation of full ASCII character set.
2. Space required should not exceed twice that for human-readeable printing
3. Possible to produce on conventional printers
4. Very high security
5. All characters should take up the same amount of space
It was considered that any general-purpose data entry device should be capable of handling the full range of characters.
The information content of any symbology is clearly of crucial significance.
For widespread acceptance of the technology it was considered essential that it should be possible to generate the code with conventional printer mechanisms, especially as the fundamental concept is machine-readable data on ordinary paper.
Since a major benefit of bar coding is accuracy, negligible misreading was considered absolutely vital.
The length of the code for a given number of characters clearly should not vary with the data. Adjusting the widths of the bars within a character to achieve this is also not acceptable.
A wide to narrow bar ratio of 3 : 1 is implified, since in order to fulfil the conventional printing requirement an integral relationship is necessary and 2 : 1 does not allow sufficient margin for print tolerances.

There are four possible combinations of wide and narrow bars and spaces. Ideally one would like these to represent binary data in order to simplify decoding.
If the first pattern is defined as representing binary 1 there is, at first sight, no way of representing binary 0 in the same space. It is, however, possible to represent binary sequences.
We need to be able to represent binary 00, 010, 0110, 01110, etc.
The second pattern, which is twice the width of the first, may be defined as representing binary 00.
The third pattern, which is three times the width of the first, may be defined as representing binary 010.
The fourth pattern may be defined as representing binary 01, sequences, 01110 etc. could easily be represented by just inserting the first pattern missing line appropriately in between. There, is of course, no possibility of a fifth pattern and the scheme would appear to fail. Fortunately, however, it is not necessary to repeat the fourth pattern since binary 01 01 would be encoded as 010 1. It is therefore possible for it to represent 01 and 10 alternately.
As an example, 01110 is encoded by:

A binary string may now be extremely efficiently encoded. Exactly twice as efficiently as, for example, Plessey code. Although multi-width symbologies such as EAN and Code 128 appear to have good packing densities, very much tighter tolerances are required, so that for a given printing method they are not nearly as efficient. Reading is also, of course, more difficult.
The benefit of a fixed wide to narrow ratio should also not be overlooked. Although tolerances may vary with the ratio, the decoder has to allow for the specified range. Ability to detect a transition is the only criterion in defining tolerances. Scanner spot diameter may also be greater in relation to the module width if accurate measurement is not necessary.

There are two further levels in defining a complete Telepen symbology.
Firstly, with the above procedure 8-bit even-parity characters are encoded least significant bit first, as with serial data transmission.
Secondly, the data characters together with a start code, stop code and block check character are formatted into the complete symbol.
Although the symbology allows for intercharacter gaps, since the width of the last space is implied, readers normally check for continuity so the standard is defined without gaps.
The front (start) code is binary 01011111 (ASCII_)
The rear (stop) code is binary 11111010 (ASCII z)
When reading forward a wide black bar is encountered first following a series of narrow bars, which may be used by the reader for synchronisation if required. When reading in reverse a wide space is encountered first after the same series of narrow bars.
The block check character is modulo 127.
The symbol is very secure as, in addition to the powerful block check characters, a valid end code is required as well as even/parity/binary characters and sensible ratios.
An interesting additional attribute of the check character is that it is impossible for two specks or for two voids to compensate for each other.
There is no mirror image problem.
Encoding or decoding may, of course, be accomplished by reference to a table of character patterns as with other symbologies. The ability to directly decode into binary potentially enables real-time decoding with high-speed laser scanners. Telepen was originally decoded by TTL logic since microprocessors were not then available.
For numeric-only applications, twice the packing density may be achieved by packing two digits into one character. Of the remaining 28 characters, 10 pack 0X – 9X and the rest stay as control characters. It should be noted this is just a procedure for packing data and is not strictly related to the symbology.
When generated at 80 dots per inch (nominal element width of 0.0125 inch) the actual packing density is 5 alpha characters per inch or 10 digits per inch.
At the maximum recommended density over 16 digit per inch is achievable.
Any future extended character sets may, of course, be easily accommodated by increasing the number of bits per character.
Telepen systems have been implemented in many countries and very widely in the UK. Most Universities and other academic libraries use Telepen, as do many public libraries.
Other users include the motor industry, Ministry of Defence and innumerable well-known organisations for many different applications.
Telepen is the only symbology to meet all the essential requirements.
The ultimate test is, of course, that Telepen has been used very effectively for over 25 years with no problems.

For more information visit www.telepen.demon.co.uk.