CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Connecting a PIC with an Ezurio Bluetooth module help
justrain

Replies: 2
Views: 4509

PostForum: General CCS C Discussion   Posted: Wed Nov 12, 2008 4:08 pm   Subject: Connecting a PIC with an Ezurio Bluetooth module help
Sorry got something wrong on the routine that reads the response:

; read the response sent
read_response
movlw 0x0D
movwf 0x0A
ciclin:
call getc_usart
cpfseq 0x0A
...
  Topic: Connecting a PIC with an Ezurio Bluetooth module help
justrain

Replies: 2
Views: 4509

PostForum: General CCS C Discussion   Posted: Wed Nov 12, 2008 4:01 pm   Subject: Connecting a PIC with an Ezurio Bluetooth module help
Hi, i'm trying to connect a PIC18F4680 module to a Bluetooth BISM from Ezurio (BISMS02BI) which uses the AT command language for configuration. I'm connecting both parts with an RS232 connection but t ...
  Topic: AT Command Response Help
justrain

Replies: 27
Views: 24750

PostForum: General CCS C Discussion   Posted: Wed Nov 12, 2008 3:33 pm   Subject: AT Command Response Help
Hey I'm doing a similar code for PIC18F4680 and have similar problems as you used to have about the Ezurio BT module not responding anything the PIC sends, so, as you have figured that problem out... ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group