| DLT645HelperChangeBaudRate 方法  | 
 
            更改通信速率,波特率可选 600,1200,2400,4800,9600,19200,其他值无效,可以携带地址域信息,s=1;9600 
            Change the communication rate, the baud rate can be 600, 1200, 2400, 4800, 9600, 19200, 
            other values are invalid, you can carry address domain information, s=1;9600
            
 
        命名空间: 
     HslCommunication.Instrument.DLT.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult ChangeBaudRate(
	IDlt645 dlt,
	string baudRate
)
Public Shared Function ChangeBaudRate ( 
	dlt As IDlt645,
	baudRate As String
) As OperateResult
public:
static OperateResult^ ChangeBaudRate(
	IDlt645^ dlt, 
	String^ baudRate
)
static member ChangeBaudRate : 
        dlt : IDlt645 * 
        baudRate : string -> OperateResult 
参数
- dlt
- 类型:HslCommunication.Instrument.DLT.HelperIDlt645
 DLT通信对象
- baudRate
- 类型:SystemString
 波特率的信息
返回值
类型:
OperateResult是否更改成功
 备注
备注
            对于DLT1997来说,只支持 300, 600, 2400, 4800, 9600
            
 参见
参见