What is wrong with this code:
stopbits = 1.5 :
import serial ser = serial.Serial(port=\'COM1\', stopbits=serial.STOPBITS_ONE_POINT_FIVE)