프로퍼티 | 타입 | 설명 | |
---|---|---|---|
address | string | ||
connected | bool | ||
serial | SerialSession |
메소드 | 설명 | |
---|---|---|
Connect ( ) : void | ||
Disconnect ( ) : void | ||
RS232Instrument ( String visaAddress ) : System |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
Connect ( SerialTerminationMethod method ) : void | ||
Query ( string q ) : string | ||
QueryDouble ( string q ) : double | ||
Read ( ) : string | ||
Read ( int bytes ) : string | ||
Write ( byte command ) : void | ||
Write ( string command ) : void |
protected Connect ( SerialTerminationMethod method ) : void | ||
method | SerialTerminationMethod | |
리턴 | void |
public RS232Instrument ( String visaAddress ) : System | ||
visaAddress | String | |
리턴 | System |