PunchThrough / Bean-iOS-OSX-SDK

Punch Through's SDK for speeding up development with the LightBlue Bean development platform
MIT License
172 stars 51 forks source link

Serial I/O doesn't work intermediately after being connected #12

Closed sodastsai closed 9 years ago

sodastsai commented 9 years ago

as title :(

It takes about 10 secs to make Serial I/O work. The message sent during the 10 secs waiting time is dropped too.

raykamp commented 9 years ago

@sodastsai, this is by design. Use the method "releaseSerialGate" to prematurely lift this.

sodastsai commented 9 years ago

:+1: