Re: Clarification for Data_Length...


[ Follow Ups ] [ Post Followup ] [ ECE 532 Discussion Area ] [ FAQ ]

Posted by John Chappel on February 03, 1998 at 09:46:26:

In Reply to: Clarification for Data_Length... posted by Jim on February 02, 1998 at 19:45:24:


: Can someone clarify what 'send "Data_Length copies of the Data Value' means?
: Say you have 2 bytes of data to send.
: I will denote the 2nd byte of data as simply 2 and the first byte of data as 1
: Which one of the following is the correct order :

: 2-2-1-1

: or

: 2-1-2-1

:
: ???

: Thanks.
: Jim

The intent was to make the lab simpler. You only have two variables, the
Data Value (1 byte) and the Data Length (number of bytes). So if the data
value is A, and the data length is 4, you should send AAAA.



Follow Ups:


Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ ECE 532 Discussion Area ] [ FAQ ]