GET_INQ | the number of bytes available in the input queue is returned (the input queue usage) |
GET_OUQ | the number of bytes ready to be sent is returned (the output queue usage) |
GET_OV | the count of overflow conditions in the buffers, when this value is not zero, then a data loss happened |
SET_RATE | set the serial baudrate of the communication channel, which is suppolied in the 1st argument arg1, this value must be between 50 and 625000 |
SET_LINE | set the line control register value to that is suppolied in the 1st argument arg1, see eZ80 Product Specification for information on this value |
SET_FLOW | set the serial flow control to the type specified in the 1st argument arg1, this can be one of the COM_FLOW_NONE, COM_FLOW_SOFT, COM_FLOW_HARD |