This functions transmit data.
Function Documentation
outputs the given character to the port
- Parameters:
-
io_port | handle of port to write to |
c | character to send |
- Returns:
- PSL_ERROR_none if successful else another error code
outputs the given string to the port
- Parameters:
-
io_port | handle of port to write to |
i_str | null terminated string |
- Returns:
- PSL_ERROR_none if successful else another error code
outputs the given data to the port
- Parameters:
-
io_port | handle of port to write to |
i_data | pointer to data to output |
i_dataLen | number of bytes to read from data pointer |
o_bytesWritten | number of bytes actual written (May differ because of time out or error)
Can be NULL if not required. |
- Returns:
- PSL_ERROR_none if successful else another error code