Discussion in "Embedded GSM Development" started by    Guy    Mar 22, 2008.
Sat Mar 22 2008, 12:04 am
#1
i am trying to interface t630 with 8051...... i have successfully interfaced with COMM port and checked all the at commands.... now i want to know the serial pinouts from t630 data cable.... plz help meee. which one will be Txd and RxD
Sat Mar 22 2008, 08:06 pm
#3
now i hve connected the rxd and txd with microcontroller......... I hve made the following program that will call from the cell phone bt this program is not working.... can anyone help wats wrong with this program....

STR_PTR EQU 30H

ORG 000H
JMP START

ORG 023H
JMP SERIAL

ORG 030H
START:
MOV SCON,#50H
MOV TMOD,#20H
MOV TH1,#-3
SETB TR1
SETB EA
SETB ES
MOV DPTR,#MSG1
MOV STR_PTR,#000H
MAIN:
MOV A,STR_PTR
MOVC A,@A+DPTR
MOV SBUF,A
JMP $
INC STR_PTR
JMP MAIN
JMP $
SERIAL:
CLR RI
CLR TI
RETI

MSG1: DB "ATD<cellno.>;",0DH
Sat Mar 22 2008, 11:17 pm
#4
have you tried this command on hyper terminal? whats response there..? any dialing happens??
Sun Mar 23 2008, 02:49 pm
#5
yup i hve done that and dialing is happening too. bt when i hve connected with hyperterminal thre is no response....what could be the problem
Sun Mar 23 2008, 05:17 pm
#6
sorry i mean to say i hve done successfully with hyperterminal but when i connect it with 8051 there is no response
Sun Mar 23 2008, 07:07 pm
#7
Was it working with hyperterminal @ 9600 baud?
Sun Mar 23 2008, 11:40 pm
#8
tried some other commands with micro like sending sms?? also check whether your micro is communicating correctly over serial..
Mon Mar 24 2008, 02:10 pm
#9
First of all.. sorry TPS for removing those offtopic posts..

test your phone on Hyper terminal see if its working or not..

Second write a simple program to send and receive data for you 8051, just to check circuit is fine..
Mon Mar 24 2008, 03:50 pm
#10
write a simple programme and check if u can recv thhe same commands on hyperterminal..!

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Darrellciz
Thu Apr 18 2024, 11:07 am
Charlessber
Thu Apr 18 2024, 09:29 am
BartonSem
Thu Apr 18 2024, 04:56 am
DonaldKnown
Thu Apr 18 2024, 12:24 am
utaletxcyw
Wed Apr 17 2024, 10:21 am
Anthonyvab
Wed Apr 17 2024, 08:48 am
RobertCix
Wed Apr 17 2024, 06:46 am
Astorne
Tue Apr 16 2024, 08:52 pm