get Response
Converts a response code byte into a readable string. Each byte represents a different response, like "BUSY", "ERROR" or "SUCCESS".
Return
A readable string corresponding to the response code or "UNKNOWN RESPONSE" if the byte is unknown.
Parameters
this
The byte representing the response code.