Open GoogleCodeExporter opened 9 years ago
I found a hack that speeds up the writes with the targeted robotic device. I'm
not sure the hack would be generally useful though. Here it is none the less:
In OSXStackRFCOMM.mm
1. in RFCOMMConnectionWrite::run()
a. comment out notify = this; to prevent callback.
b. add writeComplete=true; at end of method.
2. in Java_com_intel_bluetooth_BluetoothStackOSX_connectionRfWrite
a. change kDurationMillisecond * 500 to kDurationImmediate in call to MPWaitForEvent
As I said this works with my device but may not be a general solution.
Original comment by braug...@gmail.com
on 4 Aug 2010 at 5:24
Mac os X 10.6.3
Original comment by tatoetharlay
on 7 Apr 2013 at 3:37
good
Original comment by tatoetharlay
on 7 Apr 2013 at 3:46
Original issue reported on code.google.com by
braug...@gmail.com
on 4 Jun 2010 at 5:47Attachments: