Haply hAPI  V4.0
Haply Haptic API
Board Class Reference

Public Member Functions

 Board (PApplet app, String portName, int baud)
 
void transmit (byte communicationType, byte deviceID, byte[] bData, float[] fData)
 
float[] receive (byte communicationType, byte deviceID, int expected)
 
boolean data_available ()
 

Constructor & Destructor Documentation

◆ Board()

Board.Board ( PApplet  app,
String  portName,
int  baud 
)

Constructs a Board linking to the specified serial port at the given serial data speed (baud rate)

Parameters
appthe parent Applet this class runs inside (this is your Processing sketch)
portnameserial port name that the hardware board is connected to (eg, "com10")
speedthe baud rate of serial data transfer

Member Function Documentation

◆ data_available()

boolean Board.data_available ( )
Returns
a boolean indicating if data is available from the serial port

◆ receive()

float [] Board.receive ( byte  communicationType,
byte  deviceID,
int  expected 
)

Receives data from the serial port and formats data to return a float data array

Parameters
typetype of communication taking place
deviceIDID of the device receiving the information
expectednumber for floating point numbers that are expected
Returns
formatted float data array from the received data

◆ transmit()

void Board.transmit ( byte  communicationType,
byte  deviceID,
byte[]  bData,
float[]  fData 
)

Formats and transmits data over the serial port

Parameters
communicationTypetype of communication taking place
deviceIDID of device transmitting the information
bDatabyte inforamation to be transmitted
fDatafloat information to be transmitted

The documentation for this class was generated from the following file: