Property | Type | Description | |
---|---|---|---|
Pins | Pin[] |
Method | Description | |
---|---|---|
AuxHigh ( ) : BP_RESPONSE | ||
AuxLow ( ) : BP_RESPONSE | ||
AuxRead ( ) : BP_RESPONSE | ||
BPPort ( string portName ) : System | ||
BPPort_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void | ||
Bootloader ( ) : BP_RESPONSE | ||
Connect ( ) : BP_RESPONSE | ||
DisablePWM ( ) : BP_RESPONSE | ||
Disconnect ( ) : void | ||
Execute ( string cmd ) : BP_RESPONSE | ||
Info ( ) : BP_RESPONSE | ||
ModeDIO ( ) : BP_RESPONSE | ||
ModeHiZ ( ) : BP_RESPONSE | ||
ModeI2C ( BP_I2C_SPEED speed ) : BP_RESPONSE | ||
ModeLCD ( ) : BP_RESPONSE | ||
ModeSPI ( BP_SPI_SPEED speed, BP_SPI_CLOCK_POLARITY polarity, BP_SPI_CLOCK_EDGE edge, BP_SPI_INPUT_PHASE phase, BP_CS_POLARITY cs, BP_OUTPUT output ) : BP_RESPONSE | ||
ModeUART ( BP_UART_SPEED speed, BP_UART_PROTOCOL protocol, BP_UART_STOP stop, BP_UART_POLARITY polarity, BP_OUTPUT output ) : BP_RESPONSE | ||
ModeWIRE1 ( ) : BP_RESPONSE | ||
ModeWIRE2 ( BP_WIRE_SPEED speed, BP_OUTPUT output ) : BP_RESPONSE | ||
ModeWIRE3 ( BP_WIRE_SPEED speed, BP_CS_POLARITY cs, BP_OUTPUT output ) : BP_RESPONSE | ||
OutputBin ( ) : BP_RESPONSE | ||
OutputDec ( ) : BP_RESPONSE | ||
OutputHex ( ) : BP_RESPONSE | ||
OutputRaw ( ) : BP_RESPONSE | ||
Pullup ( BP_PUULUP pullup ) : BP_RESPONSE | ||
Pullup3V3 ( ) : BP_RESPONSE | ||
Pullup5V ( ) : BP_RESPONSE | ||
PullupOff ( ) : BP_RESPONSE | ||
PullupOn ( ) : BP_RESPONSE | ||
PullupVPU ( ) : BP_RESPONSE | ||
Reset ( ) : BP_RESPONSE | ||
Send ( char c ) : BP_RESPONSE | ||
SendWait ( int command ) : BP_RESPONSE | ||
SendWait ( string command ) : BP_RESPONSE |
Send command and wait for command prompt
|
|
SendWait ( string command, List |
||
SetAUX2AUX ( ) : BP_RESPONSE | ||
SetAUX2CS ( ) : BP_RESPONSE | ||
SetLSB ( ) : BP_RESPONSE | ||
SetMSB ( ) : BP_RESPONSE |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Delay_mS ( int delay ) : BP_RESPONSE | ||
Delay_uS ( int delay ) : BP_RESPONSE | ||
GetLine ( int index ) : string | ||
OutputFormat ( BP_OUTPUT_FORMAT format ) : BP_RESPONSE | ||
ParsePinMode ( string modes ) : BP_RESPONSE | ||
ParsePinName ( string names ) : BP_RESPONSE | ||
ParseVoltage ( string values ) : BP_RESPONSE | ||
PowerOff ( ) : BP_RESPONSE | ||
PowerOn ( ) : BP_RESPONSE | ||
PrepareSend ( ) : void | ||
ProcessResponse ( string cmd ) : void | ||
Voltage ( ) : BP_RESPONSE |
public BPPort_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void | ||
sender | object | |
e | System.IO.Ports.SerialDataReceivedEventArgs | |
return | void |
public ModeI2C ( BP_I2C_SPEED speed ) : BP_RESPONSE | ||
speed | BP_I2C_SPEED | |
return | BP_RESPONSE |
public ModeSPI ( BP_SPI_SPEED speed, BP_SPI_CLOCK_POLARITY polarity, BP_SPI_CLOCK_EDGE edge, BP_SPI_INPUT_PHASE phase, BP_CS_POLARITY cs, BP_OUTPUT output ) : BP_RESPONSE | ||
speed | BP_SPI_SPEED | |
polarity | BP_SPI_CLOCK_POLARITY | |
edge | BP_SPI_CLOCK_EDGE | |
phase | BP_SPI_INPUT_PHASE | |
cs | BP_CS_POLARITY | |
output | BP_OUTPUT | |
return | BP_RESPONSE |
public ModeUART ( BP_UART_SPEED speed, BP_UART_PROTOCOL protocol, BP_UART_STOP stop, BP_UART_POLARITY polarity, BP_OUTPUT output ) : BP_RESPONSE | ||
speed | BP_UART_SPEED | |
protocol | BP_UART_PROTOCOL | |
stop | BP_UART_STOP | |
polarity | BP_UART_POLARITY | |
output | BP_OUTPUT | |
return | BP_RESPONSE |
public ModeWIRE2 ( BP_WIRE_SPEED speed, BP_OUTPUT output ) : BP_RESPONSE | ||
speed | BP_WIRE_SPEED | |
output | BP_OUTPUT | |
return | BP_RESPONSE |
public ModeWIRE3 ( BP_WIRE_SPEED speed, BP_CS_POLARITY cs, BP_OUTPUT output ) : BP_RESPONSE | ||
speed | BP_WIRE_SPEED | |
cs | BP_CS_POLARITY | |
output | BP_OUTPUT | |
return | BP_RESPONSE |
public Pullup ( BP_PUULUP pullup ) : BP_RESPONSE | ||
pullup | BP_PUULUP | |
return | BP_RESPONSE |
public SendWait ( int command ) : BP_RESPONSE | ||
command | int | |
return | BP_RESPONSE |
public SendWait ( string command ) : BP_RESPONSE | ||
command | string | |
return | BP_RESPONSE |
public SendWait ( string command, List |
||
command | string | |
waitFor | List |
|
retry | int | |
timeout | uint | |
return | BP_RESPONSE |