Look at the Bluetooth Chat example and change the UUID to "00001101-0000-1000-8000-00805F9B34FB". That should get you going.
On Mar 10, 7:29 pm, AnthonyB <[email protected]> wrote: > I'm trying to get serial data from a USB Weather Board from Sparkfun > Electronics using one of their SPP Bluetooth Modems. This device will > be able to send serial data over bluetooth and all I wan't to do is > read and store the data. I'm pretty sure this is possible but I'm > still not great at writing code for an android device yet. After that > I want to take that data and put it into a human-readable way for > instance for temperature have ("Temperature= 70F"). The value of 70 > will come from the serial ascii string of bytes and I'll probably be > able to work with the data after I get it and save it. So can anyone > give me a little bit of code on how to read and store the ascii string > or give me a good example to look at? Also the string is 46 bytes and > starts with a # sign and ends with a $ sign and I'd like to use that > to make sure I just get one string of data. Any help or insight would > be greatly appreciated. > > Thanks > Tony -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

