BeeTee icon indicating copy to clipboard operation
BeeTee copied to clipboard

Send Data

Open michelcandido opened this issue 10 years ago • 4 comments

Hi, How can I send data(bytes) to another device ? Could you help me ? tks.

michelcandido avatar Dec 18 '15 02:12 michelcandido

I am not complete sure, but for a data transfer you will need the Serial Port Profile and this requires an authentication by Apple (MFi-Program). But maybe I am wrong! :-)

michaeldorner avatar Dec 18 '15 09:12 michaeldorner

@michaeldorner is this still the case? There's no way around MFi certification, even with the private API? I'm trying to connect and send data to a non-MFi-certified device.

sraka1 avatar Apr 09 '20 10:04 sraka1

As far as I can tell yes.

michaeldorner avatar Apr 09 '20 11:04 michaeldorner

Hmm, I just did a class-dump and also saw that there is a Cydia package (nControliOS) that extended v2 of your library and successfully connects to non-MFi certified devices via the HID BL profile. Perhaps SPP (Serial Port Profile) would thus also work?

sraka1 avatar Apr 09 '20 18:04 sraka1