On Thu, Jul 7, 2011 at 3:39 PM, A J <s5a...@gmail.com> wrote: > Thanks. The above works. > But when I try to use the binary values rather than the hex values, it > does not work. i.e. instead of using 64ff, I use 01100100. Instead of > 6Dff, I use 01101101. > When using the binary values, everything (strings starting with a to > z) seem to be going to n1 only. > Any idea why ?
You're writing the binary value as the initial token? That won't work, since it expects hex. Richard.