static extern bool SetCommState(int handle, DCB dcb);
static extern bool GetCommState(int handle, [Out] DCB dcb);