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 malik ahsan

  1. M

    serial programming of microcontroller

    yetserday i got successful in transmitting alphanumeric data from PIC16F877A to the MATLAB in PC through HR-1029 RF Transceivers....but vice versa is not working now....
  2. M

    microcontroller serial communication

    i think i am helpless.... i have tried to read the data sheet but that is gone over my head.....can you elaborate me some more please....
  3. M

    serial programming of microcontroller

    i am using ccs pic c compiler
  4. M

    serial programming of microcontroller

    getc() for receiving data and printf() for transmitting data......i have to transmitt numeric or alphanumeric data from one point to another ....one terminal is pic connected with RF transceiver and other terminal is pc connected with RF transceiver....on pc i have to get data in MATLAB....
  5. M

    microcontroller serial communication

    is there any relationship between crystal and baud rate.....i am using 16 MHZ crystal with PIC16F877A and baud rate is 9600.....is it alright or will i have to check the compatibility between these two......i am building communication between PIC16F877A and pc through wireless media(RF...
  6. M

    serial programming of microcontroller

    #include <16F877A.h> #device adc=8 #FUSES NOWDT //No Watch Dog Timer #FUSES HS //High speed Osc (> 4mhz) #FUSES NOPUT //No Power Up Timer #FUSES NOPROTECT //Code not protected from reading #FUSES NODEBUG...
  7. M

    serial programming of microcontroller

    i am transmitting data using printf / fprintf in pic c compiler.....and at the receiving end in MATLAB gui , i am receiving some special characters like $a#e@ etc.....while before pc to pc communication was build up successfully using RF transceivers (data was received and transmitted in matlab)...
  8. M

    serial programming of microcontroller

    i have written simple program and have little knowledge about pic c compiler....just tell me the commands for transmitt and receive...after using #use rs232(baud,parity,data) etc....if i just have to send a high or 1 then what would be the 2,3 commands used...
  9. M

    serial programming of microcontroller

    i want to send data using rs232 in pic16F877A....please help me out with a simple program...and on receiver end i want to receive data in matlab GUI....

Part and Inventory Search

Back
Top