Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by desmondlai

  1. D

    difference of optocoupler & solid state relay???

    can explain what is the difference of optocoupler & solid state relay?
  2. D

    is this concept of 2 pic connection through 1 max 232 works?

    the concept shown in the picture , ist possible to work?
  3. D

    16f876A EEPROM problem

    u mean do a loop to write all address to 0xff?
  4. D

    16f876A EEPROM problem

    do have any example of the reset data eeprom code in C ???
  5. D

    finding other model replacing 16f876A

    which mcu with same specification i can replace for 16f876A with more eeprom space?
  6. D

    16f876A EEPROM problem

    but when i reset my program will start once again.. now i facing not enough eeprom while i running my program, my idea was reset the eeprom bewteen my program running and continue the following program..
  7. D

    16f876A EEPROM problem

    ist possible to reset eeprom between my program? im using hitech-C plz give some guide on it !!!! TQ
  8. D

    need help for gsm programming!!!

    the 1st do while loop is working properly but the program run till receive the data from modem ofprintf("at+cgmm\r"); then the program stops working .... any solution on it? #include <htc.h> #include <stdio.h> #include "usart.h" #include "delay.h" #include <string.h> int...
  9. D

    need help STRCMP FUNCTION!!!

    i cant use this function because before i receive the OK for comparing there are data in front the OK so it already have few string in front...
  10. D

    need help STRCMP FUNCTION!!!

    tq so much .i get what u mean dy and i found out strstr() also can do my requirement..
  11. D

    need help STRCMP FUNCTION!!!

    thanks for ur advice, do u have any sample code for strncmp()?
  12. D

    need help STRCMP FUNCTION!!!

    i having problem how to write a comparison program for my gsm modem that replying (10 79 75 13) in decimal with OK in characters ... #include <htc.h> #include <stdio.h> #include "usart.h" #include "delay.h" #include <string.h> int main(void) { //Initialize PORTD //PD0 as...
  13. D

    most easy to use pic compiller

    Illegal post deleted! - moderator
  14. D

    most easy to use pic compiller

    need some suggestion from all pic PRO, which compiler is the best and easy to use ? picbasic pro...... mplab....high-tech c or suggest me to use other..........
  15. D

    Help help help !!!!! Pic basic pro code guide wanted !!!!!

    do any ebook or datasheet that i can learn how to program pic using PIC BASIC PRO ??????

Latest threads

New Articles From Microcontroller Tips

Back
Top