disconnect()
disconnect()
***Note***
The Python3 class (currently on 'develop' branch) does not use calls to connect() and disconnect()
Instead, initialize the object as
P = PulsePalObject(serialPort).
Deleting the object will disconnect from the port automatically: del P
Description
Closes connection to Pulse Pal
This function sends a termination byte to Pulse Pal
Pulse Pal then saves its current parameters to its EEPROM (non-volatile) memory
Syntax
connect(serialPort)
Parameters
None
Returns
None
Example
# The minimal termination routine:
myPulsePal.disconnect()