Hi… I’m working through the WiFly library: https://github.com/jaycollett/WiFly-Shield
And have a problem with the return code that is being appended to each received message. The offending
array of characters is: CLOS.
I’ve tried going back through the code - but I can’t seem to get rid of it… Essentially I need to suppress anything that is part of the data being retrieved from a web request or card reader.
I’m gathering data from a magnetic card reader and verifying it against a database. The CLOS message prevents it from validating the card…
Any ideas what to change? Has someone already figured out how to do this?