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

Syntax

connect(serialPort)

Parameters

None

Returns

None

Example

# The minimal termination routine:

myPulsePal.disconnect()