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 PLAAHemantha

  1. P

    EEPROM Problem, able to write once and can not write again

    this is my full codes. =============================== unsigned short i, DD0, DD1, DD2, DD3, DD4; char temp=0; unsigned short mask(unsigned short num) { switch (num) { case 0 : return 0x3F; case 1 : return 0x06; case 2 : return 0x5B; case 3 : return 0x4F; case 4...
  2. P

    EEPROM Problem, able to write once and can not write again

    I'm also have a problem about EEPROM.able to write once and can not write again. i used this MikroC code and various PIC(16F6XX,16F8XX). EEPROM_Write(0x02,0xAA); this line work. EEPROM_Write(0x50,0x55); this line does not work. program is stuck. pls can anyone help me?
  3. P

    Sending data from PIC to PC via USB with 18f2550

    Hi everybody! I'm also trying to send a numeric value from PIC and get and display it on PC But I can't to success. I want to send a numeric value from PIC and get and display it on PC, or send pulse from PIC then get and count pulses given time interval and display it on PC. Anyone can give...
  4. P

    PIC interfacing with PC using USB and VB

    thank you all.. But I want to send a numeric value from PIC and get and display it on PC, or send pulse from PIC then get and count pulses given time interval and display it on PC. Anyone can give schematic, C source code for PIC and VB source code? Help me. Hemantha
  5. P

    PIC interfacing with PC using USB and VB

    hi everybody! I want to send a numeric value from PIC and get and display it on PC, or send pulse from PIC then get and count pulses given time interval and display it on PC. I use PIC18F2550. Anyone can help me? Hemantha
  6. P

    USB HID using PIC and VB

    many thanks for your help! Can i use 18F2550? I want to send data from PIC using USB then get and display it on PC using VB. Please help me.
  7. P

    PIC interfacing with PC using USB and VB

    hi everybody! i'm trying to sending a data from PIC and get and display it from PC using VB6(such as numeric value). But i could not success. I could not find correct Schematic and vb program. I have some knowledge about VB6 but i have little knowledge about PIC. Anyone can help me?
  8. P

    USB HID using PIC and VB

    hi everybody! i'm trying to sending a data from PIC and get and display it from PC using VB6(such as numeric value). But i could not success. I could not find correct Schematic and vb program. I have some knowledge about VB6 but i have little knowledge about PIC. Anyone can help me?
  9. P

    New to PIC and USB. problem getting data from PIC in VB6

    hi everybody! i'm trying to sending a data from PIC and get and display it from PC using VB6. i have some knowledge about VB6 but i have little knowledge about PIC. Anyone can help me?

Part and Inventory Search

Back
Top