It sounds like you have what you need, but here's an amusing way of dealing
with a BCD byte:

>>> print int(hex(0x72).replace('0x', ''))
72

On Thu, Aug 4, 2011 at 5:15 PM, shawn bright <[email protected]> wrote:

> Thanks for your help on this, gents. Got it working now.
> shawn
>
> On Thu, Aug 4, 2011 at 2:28 PM, Dave Angel <[email protected]> wrote:
>
>> nibbles from a byte
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to