Changelog
1.5.1
impedanceCalculationForChannel()
and impedanceCalculationForAllChannels
from OpenBCISample.js
Changelog
1.5.0
simulatorDaisyModuleCanBeAttached
- Boolean, deafults to true, allows the simulation of the a hot swapped daisy board or simulates a misinformed module.EventEmitter
- hardSet
- for when the module detects the board is not configured as the options for the module intended and tries to save itself. i.e. when the daisy
option is true
and a soft reset message is parsed and the module determines that a daisy was not detected, the module will emit hardSet
then send an attach daisy command to recover. Either error
will be emitted if unable to attach or ready
will be emitted if success.daisy
and hardSet
..setInfoForBoardType()
changed to .overrideInfoForBoardType()
to elevate it's dangerous nature..setMaxChannels()
changed to .hardSetBoardType()
and input changed from numerical to string: 8 and 16 to default
and daisy
respectively.Changelog
1.4.4
.setMaxChannels()
see readme.md.overrideInfoForBoardType()
see readme.md.getInfo()
see readme.mdChangelog
1.4.2
Changelog
1.4.1
$$$
) was dumped by preserving the poriton after the EOT for further decomposition.Changelog
1.4.0
simulatorFragmentation
, simulatorBufferSize
, and simulatorLatencyTimer
. Together, these enable a more realistic serial port simulation, mimicking different potential user computer systems.debug
gives a live dump of serial traffic on the console if enabled.isConnected()
to check if communications are active..isStreaming()
to check if samples are coming from the board.error
property, null on good syncs, error description on bad syncs.None
to none
.connected
property has been removed, replaced by .isConnected()
. Removed from docs..streaming
property has been removed, replaced by .isStreaming()
. Removed from docs.Changelog
1.3.3
timeOffsetMaster
to object emitted when bad time sync.Changelog
1.3.2
timeOffsetMaster
to syncObj
which is a running average across sync attempts.Changelog
1.3.1
connected
and streaming
were not set in constructorChangelog
1.3.0
droppedPacket
can be added to get an array of dropped packet numbers in the case of the dropped packet event.