FONA 808 with C2000

Adafruit cellular platform - SMS and IoT over celluar

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Radwa
 
Posts: 3
Joined: Mon Nov 19, 2018 5:06 pm

FONA 808 with C2000

Post by Radwa »

Hello I would like to use Fona to send messages from DSP C2000 TI.
I will be connecting the UART of c2000 to RX and TX in fona
In the code, can I use the same commands used in terminal like
AT
AT+CMGF=1
AT+CMGS="nnn"

If yes, how can I send ctrZ?

and if no, is there any documentation about this kind of application?

Thanks,
Radwa

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: FONA 808 with C2000

Post by adafruit_support_mike »

Yes, you can use the AT-commands. It doesn't matter what kind of device you use to generate them.

Control-Z is the ASCII character 0x1A.

Locked
Please be positive and constructive with your questions and comments.

Return to “FONA”