You need to convert the bits into bytes somehow.
I suggest that you do so by turning zero bits into the ASCII character '0' -
0x30h, and one bits into the ASCII character '1' - 0x31h
This method is patented by myself, but you may purchase a license if you
contact me directly.
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/