Networking Forums

Networking Forums > Computer Networking > Windows Networking > Skybuck's universal code

Reply
Thread Tools Display Modes

Skybuck's universal code

 
 
Skybuck Flying
Guest
Posts: n/a

 
      08-04-2005, 10:52 AM
I have finally figured out what the hell it is I invented

It's another universal code:

http://en.wikipedia.org/wiki/Universal_code

I shall name this code:

Skybuck's universal code (pseudo name)

Houppermans's universal code (real name )

Data bits:
a,a,a,a,a,a,b,b,b,b,b,c,c,c,c

Marker bits:
0,0,0,0,0,1,0,0,0,0,1,0,0,0,1

Interleaved data and markers bits:

a0a0a0a0a0a1b0b0b0b0b1c0c0c0c1

The above serial information stream contains 3 information fields. The
fields A,B,C in binairy digits (bits)
( a,a,a,a,a,a,b,b,b,b,b,c,c,c,c ).

The information stream is interleaved (=mixed) with "marker" bits. (the
zeros and ones)

0 means another bit follows for the information field.
1 means the last bit has been reached for the information field.

To read field A a piece of software or hardware can use the following logic:

repeat
Read Data_Bit
Read Marker_Bit
until Marker_Bit = 1;

Thereafter the same logic can be used to read the next field.

Bye,
Skybuck.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
GPL Universal Wireless Client usenet.lloydgm@choicemail1.com Wireless Internet 8 03-13-2006 02:10 PM
Disabling Universal Plug and Play Allen Weiner Broadband Hardware 1 01-26-2005 08:29 PM
Universal Access Point Fred Atkinson Wireless Internet 1 12-19-2004 07:15 PM
Is this a universal problem (with MS XP)? Kerry Snow Wireless Networks 8 11-10-2004 06:05 AM
Universal Access Point Fred Atkinson Wireless Internet 6 11-08-2004 10:12 PM



1 2 3 4 5 6 7 8 9 10 11