Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: amenoera; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    7,025

    Re: Pic18f2550 EEPROM Write

    Dear Richard ,

    thanks For Your Reply ,

    But Let Me Explain Something , I read Both , And Tried everything With no Success .

    Finally I Tried To Make It With Proton basic , Do you know , its...
  2. Replies
    4
    Views
    7,025

    Re: Pic18f2550 EEPROM Write

    dears ,

    please this drive me crazy , tried 16f84a & 18f2550 , no success at all, tried many examples , even in the installation of pbp folder all not working .
  3. Replies
    4
    Views
    7,025

    Re: Pic18f2550 EEPROM Write

    No Reply Till Now , I Tried To Make It With at24c32 , Also With No Success !!!
    * I Have A0&A1&A2&WP Wired To GND .

    My Code :
    AX VAR Byte
    AX = $22

    I2cWRITE PORTB.0,PORTB.1,$A0,$33,AX ;...
  4. Replies
    4
    Views
    7,025

    Pic18f2550 EEPROM Write

    Hi All ,

    Can Anyone Please Clarify Why This Weird Output Occurs ?

    Using PBP 2.60 , Pic18f2550 .

    DEFINE OSC 48
    @ __CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
    @...
  5. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    Thanks Robert ,

    Already Did Now But , Doesn't Help In My Situation (Multimedia & qwerty Keyboard) .
  6. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    I just forget to past it here but already found in my code , thanks for mention
  7. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    Sorry , But Didn't work i tried it , Beside its just multimedia keybad not full qwerty & Media Keyboard .
  8. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    Many Thanks :D , Its Working Now , And The Code Is Down , But Any One Knows How Can I Include Multimedia Keys (Play,Stopn, Mute . . .etc) , i know i must add it to usb descreptor but i never knows...
  9. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    I Told Them , Demon Is My Hero :wink: , I Will Try Today And Feedback , Many Thanks .
  10. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    Here Is My Code & USB Description attached .
    all i need is when i make portb pin 7 high then pic send char ";" .


    DEFINE OSC 48
    @ __CONFIG _CONFIG1L, _PLLDIV_5_1L &...
  11. Replies
    20
    Views
    19,387

    Re: Pic18f2550 HID Keyboard

    Dear Demon ,

    You Are Right , But Am In Work Now And i Cant Provide thE Full Code From Here , Anyway I Will Provide It ASAP ,And Thanks Again I Remember Last Time You Helped Me .

    Dear Charlie ,...
  12. Replies
    20
    Views
    19,387

    Pic18f2550 HID Keyboard

    Dears ,
    many Thanks For The Useful Info I Found Here To Achieve My Project , But Only I have One Concern i Cant Deal With It .

    i Can Connect The Pic To My Pc And Recognized , But When I Try To...
  13. Replies
    4
    Views
    21,599

    Re: Pic Microcontroller Infrared Receiver .

    Dears ,

    No New/News ?
  14. Replies
    4
    Views
    21,599

    Re: Pic Microcontroller Infrared Receiver .

    dear demon ,

    thanks foe your reply , i need you to know that am already testes 3 circuits with no success , just the same key in remote produce alternate data every time , thats lead me to make...
  15. Replies
    4
    Views
    21,599

    Pic Microcontroller Infrared Receiver .

    Dears ,

    1st i Would Like Anyone Who Can Support & Help Me Achive My Goal .


    Here Is The Situation , i Need to make infrared receiver to Decode Any Infrared Remote Control Signal (Include Apple...
  16. Re: PIC Beginner - Infrared Receiver and IR Protocol

    dears ,

    i know its a very long time , but please am stick on this , can you post a full working code for pic16f84a to decode nec protocol .
    many many thanks .
  17. question about pic16f877a and 32.768khz crystal

    hii all ,

    how can i connect 32.768khz crystal to pic16f877a and write the code with

    picbasic pro . i want to make a binary clock so if i used the 4mhz external osc

    it will not be accurate...
  18. woow , yes you are right . all i did is : 1...

    woow , yes you are right .

    all i did is :

    1 : for this "symbol not previously defined (_fcmem_on_1h) " error , i changed it

    to "(_fcmen_on_1h" .

    2 : i comment this lines in "18f4550.inc"...
  19. thanks for reply , but when i paste this code i...

    thanks for reply , but when i paste this code i get an error .

    and am sure i setup it to correct frequency .

    error :
    overwriting previous address contents (0000) .
    symbol not previously...
  20. strange problem ! pic18f4550 & pic16f84a serial communication .

    hi everybody .

    here its is what i want to do exactly and wat i got .

    i want to connect 4 pic16f84a to 1 pic18f4550 serially . and every pic16 send
    its portb value to pic18 serially . then...
  21. Replies
    3
    Views
    2,861

    and what about pic basic ? i neverd used...

    and what about pic basic ?

    i neverd used pseudo befor .

    thanks
  22. Replies
    3
    Views
    2,861

    Pic16f84a Question ?

    Hi All .

    I Have A Litle Problem Here , And Am Sure I Will Find The Answer Here . The Problem Is :
    Am Using Picbasic Pro Compiler .
    I Need To Read Portb Value . And Then Send It Serially To...
  23. Replies
    0
    Views
    2,844

    pic18f4550 & pic16f84a serially ?

    hi all .

    a little question . lets say i have 4 pic16f84a all portb configured as input , now another 4 pins from porta connected to pic18f4550 . can i make every pic16f84a read its portb value and...
  24. Replies
    3
    Views
    3,977

    thank you .

    thanks alot dear .

    but when am trying to compile it i get :

    "overwriting previous address contents (0000)"
    "overwriting previous address contents (0001)"
    "overwriting previous address...
  25. Replies
    3
    Views
    3,977

    hi . can someone help me ?

    hi everybody .

    i wish to find someone help me here .

    am working with pic18f4550 and i need to configure it as 8 analog input (

    connected to variable resistor ) - 8 digital input (0-1) - 8...
Results 1 to 25 of 25