Does anyone think this is a viable strategy to connect a Bluetooth perhipheral to my J2ME application?
I am thinking of writing a C++ app to handle the Bluetooth side of things, which will run simultainously with my J2ME app. When I get data from Bluetooth, I want to pass the data to J2ME via a serial port connection, outbound from C++ and inbound to J2ME.
Thanks in advance.
Glen

Reply With Quote

