Help with hex


Recommended Posts

That looks about right. I suppose by doing Chr(13) + chr(10) in the readUntil() you are technically using the regular expression version of ReadUntil(). I always forget that is available...

Also, you probably should purge() inside the catch. And you should do a readUntil() after any purge to throw out a partial packet.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.