This is a patch to implement line buffering. This way a
controlling program does not have to wait for a
response after a command, before sending another.
From the documentation:
Note that commands are serial, and you have to wait for
a response to
your command before you can input another. So if you do
a LOAD, wait for
the @I; if you do a JUMP, wait for the @F, etc.
This is fixed by this patch.
Logged In: YES
user_id=330927
Martijn, it looks like you forgot to attach the patch. Do
you still have it?
Logged In: YES
user_id=309096
For some reason Mozilla doesn't want to attach it. I posted
it on:
http://pcwin003.win.tue.nl/~tinus/mpg321/bufferinput.patch
Logged In: YES
user_id=330927
Patch is applied. Thanks a lot!