![]() |
PmxPythonLibrary
|
公開メンバ関数 | |
def | synchronize (self, txBuf, rxLen) |
def | synchronizeVariableRead (self, txBuf, rxLen) |
def | open (self, comName, enPin, bundrate, timOut) |
SerialポートをRCB-4用に設定をして開く | |
def | close (self) |
Serialポートを閉じる | |
公開変数類 | |
com | |
gpioEnPin | |
subCom | |
静的公開変数類 | |
int | com = 0 |
int | gpioEnPin = 0 |
限定公開メンバ関数 | |
def | _init_ (self) |
コンストラクタ | |
|
protected |
コンストラクタ
def RasPiUartClass.RasPiUartClass.close | ( | self | ) |
Serialポートを閉じる
Serialポートを閉じるのに失敗したらエラーを返す |
def RasPiUartClass.RasPiUartClass.open | ( | self, | |
comName, | |||
enPin, | |||
bundrate, | |||
timOut | |||
) |
SerialポートをRCB-4用に設定をして開く
comName | ポートの名前 |
bundrate | 通信速度 |
timOut | 受信タイムアウト |
def RasPiUartClass.RasPiUartClass.synchronize | ( | self, | |
txBuf, | |||
rxLen | |||
) |
def RasPiUartClass.RasPiUartClass.synchronizeVariableRead | ( | self, | |
txBuf, | |||
rxLen | |||
) |
|
static |
RasPiUartClass.RasPiUartClass.com |
|
static |
RasPiUartClass.RasPiUartClass.gpioEnPin |
RasPiUartClass.RasPiUartClass.subCom |