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 mym786

  1. M

    Timer0 disaster with 16F877A

    Hey, I am using PIC16F877A and MicroC compiler. I am facing a problem with timer0. The code works fine in the simulation (ISIS proteus). However, when i programmed the microcontroller the timer0 doesn't work. The code is for Traffic Light Control System. int time=1; int i=0; sbit Lane1 at...
  2. M

    RS232 Transmission Sync

    The return type of the definition is 'char *' while the declaration is 'void'. char *Receive_MSG(char *String, unsigned short int MSG_Length) void Receive_MSG(char *String, unsigned short int MSG_Length);
  3. M

    Home appliance control using Google talk/Yahoo messager

    One way to do is make an application in C# that communicates with Yahoo messenger. The C# application send data serially to pic microcontroller based on what's recieved from IM. You can understand Yahoo protocols from here Yahoo! Coder?s Cookbook Home ? All Things Relating to Yahoo! Messenger
  4. M

    hyperterminal for windows 7

    I have attached hyperterminal. Extract and run application. Tested in windows 7 :)

Part and Inventory Search

Back
Top