@platon24
What does that 10,000 get you? The right to develop a Bluetooth stack? Or some insider knowledge on the protocols?
@Piru
Spot on. Bluetooth is used as the physical and transport layers, but the protocol sitting on top of that is IEEE 1284.
@Xanxi
If the bluetooth device is sending RS232 serial data encapsulated in bluetooth packets, and the bluetooth transceiver you have connected to your serial port is capable of stripping out the bluetooth protocol from each packet and passing it to the serial port as bare RS232 data, then it could work. But this relies on the device sending such data (RS232 encapsulated in Bluetooth). In reality, most Bluetooth devices use protocols which are part of the full Bluetooth stack rather than wrapping RS232 in Bluetooth transport protocols. This means a full implementation of the Bluetooth stack would be required for AmigaOS to understand the traffic.
--
moto