Thanks for your reply. Sorry, I misspelled the name of the PDF file. The correct link should be:
http://www.deceivingarts.com/Command_long.pdf
The website is for my short movie :) But I'm sorry that it hangs your IE. It tries to load the DivX web player plug-in, that may be the problem.
I think you are right about a command ending with CRLF. Now it makes sense to me that the response signal also ends with a CRLF.
Another concern I have are the connection settings. Such as the baudrate, data bits, parity, stop bits and protocol. I know how to set these in a SerialPort class. But I couldn't find such settings in 32feet.Net library. How crucial is to get these settings right? And how can it be done withinin 32feet.Net?
I basically setup my computer as a Bluetooth client, then I connect to my device with an endpoint(device.address, serialport guid). Then I get the NetworkStream of the connection. Is this enough, or should I configuring the connection settings?
Thanks,
Doug