-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 29 Juillet 2003 11:31, Krzysztof Czaja a écrit :
have you considered processing output data with [spell], and merging input with [thresh]->[append 0]->[sprintf %c%c...%c]?
My externals are taking care of delimiters (carriage return, linefeed, space, comma or other user defined codes) and also check for invalid characters. It's certainly possible to do the same with fancy patches, but I preferred to address the problem in C with the help of the flext library for portability. It doesn't solve all serial communication issues, but it's a good start.
Marc