问题
I need to connect and send data to Bluetooth from Action Script 3 (AS3)
if there is any idea I'll be glad for your help
Thanks in advance ,
回答1:
Nice question!
Wiimotes connect/send data through bluetooth.
I had a quick look through the WiiFlashServer java source. It uses a ServerSocket and it seems to send binary data to flash via the Socket class.
You could either adapt some of that code to suit your needs, or build a Socket server in your language of choice and send the data to flash sockets.
HTH, George
来源:https://stackoverflow.com/questions/2749713/how-to-connect-and-send-data-to-bluetooth-form-as3