Line 64 in CLI.c if (!(o = c->tx_write) || o->wpos + size > o->end) isnt that should be if (!(o == c->tx_write) || o->wpos + size > o->end) BTW, is there anyone who is also interested in studying the source code? I would be very interested if we could form a study group or something else? Thanx!