views:

127

answers:

0

I'm developing a Flash Lite app that can communicate to a C# app, via Bluetooth.

I'm using 32feet.NET for the C# side and its working fine. It uses RFCOMM-SPP which is a sort of bluetooth serial port. Real simple to send data back and forth. You work with bytes.

But I'm struggling with the Flash Lite side.

I'm trying to use the free KuneriLite plugin to handle bluetooth communications. This talks with flash at runtime, and so enables Flash lite apps to comm via bluetooth. KuneriLite seems to communicate over RFCOMM-SPP, but it keeps failing to connect/send data with wierd errors. Am I doing something wrong?

Do you have any ideas for Flash lite & PC apps, that communicate over bluetooth?