Asynchronous serial communication (whether it's RS-323, RS-422, RS-485, etc.) by convention uses one start bit. The signal is idle high, then goes low for one bit time to indicate to the receiver that a byte is coming in. You do not need to specify the start bit: the UART hardware expects it. Your software doesn't need to do anything about it.