Closed andrewjaykeller closed 8 years ago
@baffo32 let's move the convo over when possible. I created a mile stone for 1.4.0
and added the semi standard and your connect without resetting.
@@ master #96 diff @@
==========================================
Files 4 4
Lines 2193 2263 +70
Methods 128 135 +7
Messages 0 0
Branches 478 484 +6
==========================================
+ Hits 2035 2137 +102
+ Misses 158 126 -32
Partials 0 0
Powered by Codecov. Last update d633525...c4e29bb
1.4.0
New Features
simulatorFragmentation
,simulatorBufferSize
, andsimulatorLatencyTimer
. 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.Enhancements
error
property, null on good syncs, error description on bad syncs.Breaking Changes
None
tonone
.connected
property has been removed, replaced by.isConnected()
. Removed from docs..streaming
property has been removed, replaced by.isStreaming()
. Removed from docs.Bug Fixes