Click here to Skip to main content
Licence Apache
First Posted 20 Sep 2007
Views 69,533
Downloads 1,110
Bookmarked 49 times

USPS OneCode Barcodes

By | 3 Oct 2008 | Article
USPS One Code - Intelligent Mail Barcode (4-State Customer Barcode) - implementation with VB 2008

Introduction

This is not a typical article. The focus is on Intelligent Mail Barcode (4 State Customer Barcode) or USPS OneCode implementation as a direct solution for anyone who needs it. The downloads include one VB.NET and one C# class – VS2008 with .NET 3.5 syntax - that generate the string expression of OneCode barcodes and decode a barcode string. The code (uncommented) is a modified fraction of the Pathenon project (covers all known 1D and 2D barcodes) that you will read here on The Code Project in the near future, hopefully. I've noticed that there is no related article, so there you are with an ASAP solution for this new USPS symbology.

Basic Information

Intelligent Mail Barcode, also known as the USPS OneCode Solution or USPS 4-State Customer Barcode (abbreviated 4CB, 4-CB, or USPS4CB), is the latest barcode symbology of the United States Postal Services. It combines routing ZIP code information and tracking information into a single 4-state code. It effectively encodes data from POSTNET and PLANET barcodes into a single barcode while providing a greater range of tracking data.

A 4-state barcode is based on a tracker with ascenders and descenders. The four possible states are tracker (neither ascender nor descender), full (both ascender and descender), ascender only, and descender only. The Intelligent Mail barcode consists of 65 bars as a result of encoding data fields of the following types:

Tracking Code

  • Barcode Identifier as 2 digits (2nd digit must be 0–4)
  • Service Type Identifier as 3 digits
  • Mailer Identifier as 6 or 9 digits and
  • Serial Number as 9 (when used with 6 digit Mailer ID) or 6 (when used with 9 digit Mailer ID) digits

Routing Code

  • Delivery Point ZIP Code as 0, 5, 9, or 11 digits

The above fields, with a maximum of 31 digits in length, are encoded via a complex process (involving big integers and transposed lookups) to bars expressed as a string with 65 characters in the range of A, D, T, F. More information and specifications can be found here.

Conclusion

Note once again that this is not a typical article, but a direct solution for people dealing with this complex barcode symbology.

Thanks for your time.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0

About the Author

drdigit



United Kingdom United Kingdom

Member

Passionate "hands on" solution oriented developer, coding since 1983 with proficiency in VB (from v1 to .NET 2010), C#, MS SQL (from v6.0a to 2008 R2), mySQL (from v4 to v6), XML/XSL/XSD, (D)HTML, JavaScript, ... and fluency in PHP, working as a freelancer in GR, IE and UK.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Questiontransportation barcode Pinmembersteve7g22:32 15 Feb '12  
Question.NET Barcode for ASP.NET Pinmembersteve7g22:16 15 Feb '12  
QuestionOneCode Barcode Generator for .NET PinmemberKeepDynamic4:07 9 Jan '12  
GeneralMy vote of 4 Pinmemberncik90:52 2 Aug '11  
GeneralDecoder in plan C PinmemberMember 420048215:22 19 Sep '10  
AnswerRe: Decoder in plan C Pinmemberdrdigit21:57 19 Sep '10  
GeneralBarcode PinmemberJones xxx13:19 26 May '09  
Generalhelp pls.... Pinmemberlakshmi priya.t.n17:41 29 Jan '09  
AnswerRe: help pls.... Pinmemberdrdigit11:47 31 Jan '09  
GeneralCompilation error Pinmemberrobertjb209:45 7 Jan '09  
I recently downloaded your source code and am attempting to compile it using VS2005, C#2.0, .Net2.0.
I am getting the error message, "Type expected" at line 46 of OneCode.cs
 
public static String OneCodeBars(this String source) {
 
Please correct this error and repost the solution at your convience.
 
Thank you and Happy New Year.
AnswerRe: Compilation error Pinmemberdrdigit5:14 8 Jan '09  
GeneralHere is another Implementation for .Net (C#) using USPS provided dll and fonts PinmemberMember 42299178:43 13 Nov '08  
QuestionSample application Pinmemberamarbank6:38 23 Nov '10  
GeneralRe: Here is another Implementation for .Net (C#) using USPS provided dll and fonts Pinmembercrobbins8:56 6 Jan '11  
GeneralRe: Here is another Implementation for .Net (C#) using USPS provided dll and fonts PinmemberSid Torres8:12 15 Jun '11  
QuestionRe: Here is another Implementation for .Net (C#) using USPS provided dll and fonts Pinmemberbendece16:09 25 Feb '11  
QuestionIncorrect Decode Example Pinmembervoxdisc16:35 10 Nov '08  
AnswerRe: Incorrect Decode Example Pinmemberbheiland2:15 22 May '09  
GeneralRe: Incorrect Decode Example PinmemberGylfi Ingvason8:59 27 May '09  
GeneralRe: Incorrect Decode Example Pinmemberbheiland13:59 27 May '09  
AnswerRe: Incorrect Decode Example Pinmemberbheiland14:04 27 May '09  
GeneralRe: Incorrect Decode Example Pinmemberbheiland14:23 27 May '09  
GeneralRe: Incorrect Decode Example PinmemberGylfi Ingvason7:02 28 May '09  
GeneralRe: Incorrect Decode Example Pinmemberbheiland11:28 28 May '09  
GeneralRe: Incorrect Decode Example PinmemberGylfi Ingvason5:20 29 May '09  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120529.1 | Last Updated 3 Oct 2008
Article Copyright 2007 by drdigit
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid