Search found 12 matches
- Fri May 08, 2015 1:37 am
- Forum: Airconsole
- Topic: Problem when serial port already active
- Replies: 8
- Views: 79392
Re: Problem when serial port already active
Many thanks @daniel. Appreciated. I tried the Get Console app on my iPhone using the exact same test environment -- it works perfectly where my app doesn't. So either it is not an SDK bug at all, or if it is then the Get Console guys found a workaround. Will work on further isolating the problem on ...
- Fri May 01, 2015 10:40 pm
- Forum: Airconsole
- Topic: Unable to get BTLE signal strength
- Replies: 1
- Views: 68321
Unable to get BTLE signal strength
The iOS SDK for air console 2 does not seem to allow retrieval of the BTLE signal strength. In AirconsoleSessionDelegate's SessionDidConnect I am obtaining the AirconsoleDevice and, from that, the device's blePeripheral property. With that, I can see populated CBPeripheral properties like state (con...
- Fri May 01, 2015 9:32 pm
- Forum: Airconsole
- Topic: Xamarin Bindings for AirConsole iOS SDK V1.51
- Replies: 1
- Views: 63142
Xamarin Bindings for AirConsole iOS SDK V1.51
Hi Attached are Xamarin bindings for the AirConsole iOS SDK V1.51. This allows Xamarin C# apps to access the complete API. As with the bindings for V1.43 posted earlier, not every method has been tested but certainly no problem with all the ones I've used and I'd have high confidence they are correc...
- Fri May 01, 2015 8:58 pm
- Forum: Airconsole
- Topic: Problem when serial port already active
- Replies: 8
- Views: 79392
Re: Problem when serial port already active
@Daniel, I tried it with SDK 1.51. The problem is the same, although it does not fail every time, just most of the time. What do I need to do to log this bug with development? Thanks, Bill.
- Thu Apr 30, 2015 7:22 pm
- Forum: Airconsole
- Topic: Problem when serial port already active
- Replies: 8
- Views: 79392
Re: Problem when serial port already active
OK @Daniel, I think it was V1.43. Was this one of the bugs listed as fixed in V1.51? Supporting a robust and reliable
bluetooth connection would seem to be a priority numero uno?
Bill.
bluetooth connection would seem to be a priority numero uno?

Bill.
- Thu Apr 30, 2015 5:17 pm
- Forum: Airconsole
- Topic: Problem when serial port already active
- Replies: 8
- Views: 79392
Re: Problem when serial port already active
Many thanks @Daniel. I set default baud rate to 4800 and flow control to DSR, over WiFi, and now it works more often, fairly often in fact, but mostly it works correctly for 30-50 executions of sessionBytesAvailable then disconnects. If I move out of range and then back into range, the logic of my a...
- Thu Apr 30, 2015 3:50 am
- Forum: Airconsole
- Topic: Problem when serial port already active
- Replies: 8
- Views: 79392
Re: Problem when serial port already active
Removing the call to stopScanning did not help. I've noticed that about one time in twenty it actually does work. Maybe a timing issue in the SDK? I'm using 1.5.0.
- Thu Apr 30, 2015 3:00 am
- Forum: Airconsole
- Topic: Problem when serial port already active
- Replies: 8
- Views: 79392
Problem when serial port already active
I have a situation where data is continuously generated by a serial port connected to anAirConsole 2, and the app I’m developing must be able to start up at any time, even if data is already being generated. My app reads and analyses the data stream using bluetooth. The app works perfectly if the ap...
- Sat Apr 25, 2015 9:01 pm
- Forum: Airconsole
- Topic: Xamarin bindings for Airconsole iOS SDK V1.43
- Replies: 0
- Views: 120264
Xamarin bindings for Airconsole iOS SDK V1.43
Hi Attached are Xamarin bindings for the AirConsole iOS SDK V1.43 [Edit: Correction - this is for V 1.43, not V1.5.0 as I claimed earlier. There is no V1.5.0. Planning to update to a later version in coming weeks.] This allows Xamarin C# apps to access the complete API. Not every method has been tes...
- Wed Apr 08, 2015 3:51 pm
- Forum: Airconsole
- Topic: AirconsoleMgr cannot scanForDevices twice
- Replies: 2
- Views: 29085
Re: AirconsoleMgr cannot scanForDevices twice
I have the same question exactly.