Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by fatima_just

  1. F

    CODE TO TEST 8051 + HYPERTERMINA

    m tech distance education Sallam. Please gime code to test 8051 with hyperterminal in c language . (I use xtall 11.0592 MHZ and buad rate 9600) using Kiel spftware . thanks.
  2. F

    8051 connection to hyperterminal

    8051 hypertermina error hello . my problem whin I connecte the 8051 + max 233 to hyperterminal to send data from 8051 and to resive data from hyperterminal the transmision done fast but the recieve (may) have problem not all time work . this my code work like this 1- display "hello word" on...
  3. F

    Problem with code for GPS with 8051 that turns on/off a LED

    Re: gps + 8051 problem thanks for reply I solve the problem by check connection for max but Know I need code In C for gsm device which connected to 8051
  4. F

    Problem with code for GPS with 8051 that turns on/off a LED

    help me this code for gps to make led on then off(in loop on ---> off ) if ($) receive from gps but the code make led on always (curcuit is 8051 connected with max232 an gps pathfinder pocket )(crystal frequncy is 11.0592) #include<Reg51.H> #include<string.h> unsigned char i; sbit led1=P1^0...
  5. F

    to read from sbuf in 8051

    sbuf in 8051 please help me . I use uvision Kiel software to program 8051 using C language like this : unsigned char SerialRecvChar() { //initialization TMOD = 0x20; // timer 1 (8 bit auto-reloed) TH1 = 0xFD; //to obtain 9600 baud rate TR1 = 1; //start timer SCON =...
  6. F

    problem withe gps and labtop

    how to show data from gps in my labtop (working by vista) no hyper terminal in my labtop
  7. F

    how to program mux connected with 8051 ?

    My project is GPS+8051+GSM I use GPS and GSM in serial and I want to select GSM in one time come message and then select GPS to get data as location this done by mux ? How I can do it using C language or assemply? Help me.
  8. F

    Suggestions of GSM module for a project including 8051 with GPS and GSM

    Re: give me good GSM thanks for feply I will see these .
  9. F

    problem with GPS+8051

    thanks for reply I will see that but I need code to get output from GPS in C language
  10. F

    problem with GPS+8051

    thanks for reply Is your GPS work by NMEA-0183 ? my boud rate is 9600 How I can set boud rate is it by coding ? (I am use C language in Kiel software)
  11. F

    problem with GPS+8051

    I use GPS reciever interface with 8051 but it is work out of door so I can not take data from GPS so I can not see the formate of data (this GPS has NEMA sentence) pleas help me
  12. F

    Suggestions of GSM module for a project including 8051 with GPS and GSM

    I work project contain 8051 and GPS reciver and GSM help me in to find the suitable GSM mdoule for my project (GSM work in serial , low cost)
  13. F

    how to interface eeprom with 8051

    bitbang serial port for 8051 what is the suitable GSM mdoule you think to use in my project? please help me more
  14. F

    how to interface eeprom with 8051

    gps mcs51 this is very good but my project it is simple more than this one ok I dont use programm on computer but I want to use the same owner phone to send request to gsm in my system then it will read data from GPS and send it to owner but I am think the gsm need phone number not the same...
  15. F

    how to interface eeprom with 8051

    gsm gps atmega Thanks for this code but it is difficult to understand it without circuit or berief description for it. please help me more.

Part and Inventory Search

Back
Top