I can talk from XOOM to microchip but from microchip to XOOM isn't working. I'm pretty sure I am sending back to the XOOM because when I start to transmit to the XOOM, the B4A app locks up.
I have tried all data types with no luck, so I bet there is something else wrong in my transmitting from microchip to the XOOM but it would be nice to eliminate one variable (data type).
Below is the microchip code in PicBasic.
Thanks for your help
I have tried all data types with no luck, so I bet there is something else wrong in my transmitting from microchip to the XOOM but it would be nice to eliminate one variable (data type).
Below is the microchip code in PicBasic.
Thanks for your help
B4X:
Send_BT:
Prefix1=0
Prefix2=0
Prefix3=0
Prefix4=4
RPM1T=34
RPM2T=65
RPM3T=232
RPM4T=45
debug hex Prefix1,hex Prefix2,hex Prefix3,hex Prefix4,hex RPM1T,hex RPM2T,hex RPM3T,hex RPM4T
Return