T290i with Pic16f628

Hi again. I connected T290i with pc. I get "OK" from hyperterminal.And I connect phone to mcu.
#include <16F628.h>

#use delay(clock=4000000)
#use rs232(baud=9600,parity=N,xmit=PIN_A2,rcv=PIN_A1,bits=8)

void main()
{
printf("AT\r\n");
delay_ms(1000);
printf("ATD8091\r\n");
}

This code calling 8091 . i tried it is ok.
But when i want to get result a command , i cant.
... Read Compelte post
Other Tags: 16f628   delay ms   ms 40   output pin   xmit   
Posted by turker1 on Sun Aug 10 2008, 08:31 pm

Downloads

Comments

RandallSwels
Thu Sep 28 2023, 09:25 pm
Zaemlmoche
Tue Sep 26 2023, 06:36 pm
StanleyMek
Tue Sep 26 2023, 01:43 pm
Vikiayf
Tue Sep 26 2023, 05:28 am
Lunteecrenope
Tue Sep 26 2023, 12:51 am
Senyapralk
Mon Sep 25 2023, 08:14 pm
Rosalbazem
Mon Sep 25 2023, 05:55 pm
Robertquorm
Sun Sep 24 2023, 09:57 pm