This command queries the number of bytes available to send to USB0 buffer.
It has no input parameter.
The return value is a Python integer which is the number of bytes available to send to USB0 buffer.
Example:
n = USB0.sendavail()
queries the number of bytes available to send, assigning the return value to n.