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 coolvasanth07

  1. coolvasanth07

    Error: a #device required before this line ccs c

    No sir am not get output,, i think my compiler problam?
  2. coolvasanth07

    Error: a #device required before this line ccs c

    My compiler version >> "CCS C 4.105 Full"
  3. coolvasanth07

    Error: a #device required before this line ccs c

    Hellow bmb_10 when i compile ur code #include <16F877A.h> #device adc=16 #FUSES NOWDT //No Watch Dog Timer #FUSES HS //High speed Osc (> 4mhz for PCM/PCH) (>10mhz for PCD) #FUSES NOBROWNOUT //No brownout reset #FUSES NOLVP...
  4. coolvasanth07

    Error: a #device required before this line ccs c

    i add it friend,, see below image plz...
  5. coolvasanth07

    Error: a #device required before this line ccs c

    i get same error only friend...see below #include "16F877A.h" #device *=16 #device adc=10 #use delay(clock=20000000) #byte PORT_B=6; void main() { set_tris_b(0); PORTB=0; while(true) { output_b(0xff); delay_ms(1000); output_b(0x00); delay_ms(1000); } } error is: Executing...
  6. coolvasanth07

    Error: a #device required before this line ccs c

    When I do that I get a new slew of errors that I avoided before by moving the #device line to the top of the code... error is: Executing: "C:\Program files\Picc\CCSC.exe" +FM "F:\vasanth\samples\CCS-C Example\LED\led.c" +DF +LN +T +A +M +Z +Y=9 +EA *** Error 18 "led.c" Line 1(8,19): File can...
  7. coolvasanth07

    Error: a #device required before this line ccs c

    Thanx for ur response friends..my simple code given below #device *=16 #device adc=10 #include<16F877A.h> #use delay(clock=20000000) #byte PORT_B=6; void main() { set_tris_b(0); PORTB=0; while(true) { output_b(0xff); delay_ms(1000); output_b(0x00); delay_ms(1000); } } when i...
  8. coolvasanth07

    Error: a #device required before this line ccs c

    HI, WHEN COMPILE MY PROGRAM I GOT ERROR :"a #device required before this line ccs c" ,,,HOW CAN I CLEAR THIS ERROR...AM USIND PIC16F877A + CCS C,,,PLZ ANY ONE HELP ME,,, >>THANX IN ADVANCE
  9. coolvasanth07

    Convert port pin into uart(serial) pin

    thanx sir thanx a lot,,,,i got it....
  10. coolvasanth07

    Convert port pin into uart(serial) pin

    Hi, i want to know how to convert portd pin into serial(uart) pin.....in my project i want to take tx & rx pins from portd pins...i am using pic16f877a + hitech c...plz help me,,,it's urgent >>thanks in advance
  11. coolvasanth07

    Pic16f877a + rf communication

    how to write code for this....plz tell me any idea or sample code....
  12. coolvasanth07

    Pic16f877a + rf communication

    Hi, i want to trnsmit data using rf communication, so plz anyone help me for how to write code, plz guide me. It's urgent.. Am using pic16f877a & hi-tech c... >>thanks in advance
  13. coolvasanth07

    speed control of dc motor using 8051

    set the following things, "CCP1CON, PR2, T2CON, and CCPR1L" then change the Duty Cycle Value,, >>try it
  14. coolvasanth07

    Dc motor speed control using pwm + pic16f877a

    Thank u friends (tusemo and Tahmid )....thanx a lot....i got it.....
  15. coolvasanth07

    Dc motor speed control using pwm + pic16f877a

    Hi, in my project i want to control dc motor using pwm...am using pic16f877a+hi-tech c compiler..it's urgent plz... >>thanks in advance<<

Part and Inventory Search

Back
Top