Got it sorted now...not the Prefic mode, just normal mode.
One small issue was the emulator !! it was taking 6-8 seconds to return a response when it connected. I uploaded the app. to my phone and it was instant as it should be....then I reloaded the Emulator and it was fine !:BangHead:
ONe thing I have found, as you may have noticed in my code, I am doing CHR(13)&CHR(10) to signal the EOL as per the requirements of the API for this device, BUT if you use the constant CRLF it doesnt actually work. If I replact it with CHAR 13/10 its fine. Might be a small bug there.
Jeremy