The MODBUS protocol says that;
1 start bit , 8 data bit, 1 CRC (CheckSum) bit, 1 stop bit.
If you do not use crc in your system you have to use this bit as stop bit and in this case you will have two stop bit.

ERO