On Fri, Oct 05, 2018 at 04:17:53PM -0400, Chip Wachob wrote:
> Hello,
>
> I was not able to find any answers in the archive on this one.
>
> I'm wondering if this task can be done in a better way than what I've
> attempted..
>
> I have an array of bytes. Up to 64, which makes for 512 bits.
>
>
On 05Oct2018 16:17, Chip Wachob wrote:
I have an array of bytes. Up to 64, which makes for 512 bits.
I am reading these bytes in serially, and once I have a collection of
them, I want to shift them by 'n' bits. The size of the array and the
number of bits are both variable up to the limit of
On 05/10/18 21:17, Chip Wachob wrote:
>
> I have an array of bytes. Up to 64, which makes for 512 bits.
>
> I am reading these bytes in serially, and once I have a collection of
> them, I want to shift them by 'n' bits. The size of the array and the
> number of bits are both variable up to the l
Hello,
I was not able to find any answers in the archive on this one.
I'm wondering if this task can be done in a better way than what I've
attempted..
I have an array of bytes. Up to 64, which makes for 512 bits.
I am reading these bytes in serially, and once I have a collection of
them, I wa