Hope someone can help me here...

Originally wrote a palm app ('m' series 4.1 os) to communicate to a
device (not a palm but rather a micro with bluetooth support) via com
port...just
used own protocol to send back and  forth own messages using STXdataETX
protocol. For Palm coms used:
SrmExtOpen, used the wakeup handler function (SetWakeupHandler),
in the wake up handler used ReceiveWindowOpen/ReceiveWindowClose
to pick up the bytes, and just use the SrmSend functiom to tx data
....all works ok

Now i want to talk to this device via bluetooth using a m505 /bluetooth SDIO
card,
so, all i did was change the SrmExtOpen as per the BtCommVdrv.h file. It
appears
the other device recieves the first string of data sent by the palm, but
after that the
palm locks up requiring a reset...yuck~~~ ...so, it appears the bluetooth is
awaiting
for some sort of handshake that isn't occuring (?) i'm certainly no expert
in bluetooth
coms ...would anyone be able to shed some light on something that i might
not be
taking care of on the Palm end ?

...any help greatly appreciated ...thanks









-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to