S Soma_rich Registered User. Local time , 18:04 Joined May 2, 2007 Messages 58 Jan 15, 2013 #1 I think I have a table of 6-bit ASCII, a sample message looks like this: 13M@F0@000wN7GPPWesdWRin05kd How do I convert this to standard ASCII? Thanks Rich
I think I have a table of 6-bit ASCII, a sample message looks like this: 13M@F0@000wN7GPPWesdWRin05kd How do I convert this to standard ASCII? Thanks Rich
M mdlueck Sr. Application Developer Local time , 21:04 Joined Jun 23, 2011 Messages 2,648 Jan 15, 2013 #2 Perhaps... "Converting an ASCII 6-bit string to 8-Bic ASCII Charecters" http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/abb34898-864b-474b-8902-7b137909a52b
Perhaps... "Converting an ASCII 6-bit string to 8-Bic ASCII Charecters" http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/abb34898-864b-474b-8902-7b137909a52b
S Soma_rich Registered User. Local time , 18:04 Joined May 2, 2007 Messages 58 Jan 15, 2013 #3 mdlueck that is exactly what I am trying to docode. It is an AIS message. Looks like most of the solution is there. Thank you
mdlueck that is exactly what I am trying to docode. It is an AIS message. Looks like most of the solution is there. Thank you
M mdlueck Sr. Application Developer Local time , 21:04 Joined Jun 23, 2011 Messages 2,648 Jan 15, 2013 #4 You are most welcome, Soma_rich.