Forum
=> Not registered yet?You can enter queries here.
Forum - please som attention
You are here: Forum => FBUS Tutorial => please som attention |
|
eng.especial (1 post so far) |
hi all realy i dont see this site before , it so helpful sit realy i do most job as auther write in the site, i use pic18f4550 from microchip connecting it to 3310 nokia mobile for hardware connection i connect fbus terminal in mobile directly to pic , i tested it via logomaneger its work now i can send sms but only for once this not my big proplem now, ny problem in reciving i cant recive message correctly what i know that pic recive sms but what shape of the data i dont,i try to make compare nothing work, there id my code int i,k,x1,count,q1; char array[]={0x1E,0x00,0x0C,0xD1,0x00,0x07,0x00,0x01,0x00,0x03,0x00,0x01,0x60,0x00,0x72,0xD5,'*'}; void interrupt() { PIR1.RCIF=0; x1=RCREG; count++; if(x1==0x1E) { q1=1; portb.f0=1; } if(q1==1E& x1==0x02) {//FREME IS MASSEGE portb.F1=1; q1=0;} } void main(){ INTCON.GIE=1; INTCON.f6=1; PIE1.RCIE=1; IPR1.RCIP=1; IPR1.RCEN=1; adcon1=0x0F; trisb=0; portb=0; usart_init(115200); for(k=0;k |
Total topics: 14
Total posts: 87
Total users: 188
Online now (registered users): Nobody