Networking Forums

Networking Forums > Computer Networking > Linux Networking > serial bit sequence in tcp/ip

Reply
Thread Tools Display Modes

serial bit sequence in tcp/ip

 
 
ws.chong@ieee.org
Guest
Posts: n/a

 
      09-02-2006, 03:19 PM
Dear group members,

Sorry if my topic does not belong to this group.
The topic is about endian of within a tcp/ip byte tramission.
is the following the right sequence to send send value 0x01 in tcp
serially:
time 0: send 1
time 1: send 0
..
..
..
time 7: send 0

Thank you

--
chong

 
Reply With Quote
 
 
 
 
Robert Harris
Guest
Posts: n/a

 
      09-02-2006, 07:43 PM
(E-Mail Removed) wrote:
> Dear group members,
>
> Sorry if my topic does not belong to this group.
> The topic is about endian of within a tcp/ip byte tramission.
> is the following the right sequence to send send value 0x01 in tcp
> serially:
> time 0: send 1
> time 1: send 0
> .
> .
> .
> time 7: send 0
>
> Thank you
>
> --
> chong


IP doesn't know about bit orders, only about octets. It depends on the
encoding of the datalink layer, i.e. ethernet, PPP or whatever. Ethernet
and most synchronous protocols generally send the most significant bit
of an octet first; asynchronous protocols (e.g. PPP over an asynchronous
serial link) generally send the least significant bit first.

Robert
 
Reply With Quote
 
Grant
Guest
Posts: n/a

 
      09-02-2006, 07:50 PM
On 2 Sep 2006 08:19:04 -0700, (E-Mail Removed) wrote:

>Dear group members,
>
>Sorry if my topic does not belong to this group.
>The topic is about endian of within a tcp/ip byte tramission.
>is the following the right sequence to send send value 0x01 in tcp
>serially:
>time 0: send 1
>time 1: send 0
>.
>.
>.
>time 7: send 0


See the RFCs, tcp/ip is fully documented and freely accessible.

Grant.
--
http://bugsplatter.mine.nu/
 
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
How to specify a big sequence number in hping2? Zheng Da Linux Networking 4 11-25-2006 07:15 PM
Startup Sequence fred Network Routers 3 11-10-2005 11:43 PM
Problem using USB to Serial adapter(GUC232A) for a serial modem Shanthi Paladugu Linux Networking 1 05-21-2004 04:28 PM
Out-of-sequence packets Warrick FitzGerald Linux Networking 0 02-26-2004 05:03 AM
serial db9 modem behind serial-usb adapter manual install ? MDK9.2 Philippe ROUBACH Linux Networking 0 02-05-2004 11:07 AM



1 2 3 4 5 6 7 8 9 10 11