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 akhter900

  1. A

    digital clock using 18F4550

    I use the line.... and its working well... #define INTS_PER_SECOND 183 thanks
  2. A

    Integer count problem in PIC18F4550

    pic18f4550 long int Hello every one... I need to count a integer variable from 0 to 65280 times for PIC18F4550. how can i do it? Please give me some solutions on it. thanks
  3. A

    digital clock using 18F4550

    hie.... I tried to count the second but its not working. I just take a look on some examples that is given in the CCS compiler but my program does not count the second properly. It becomes slow. Any body can give me some tips about this? ========================== #define INTS_PER_SECOND 76...
  4. A

    HidLibrary.dll problem for C# and PIC18F4550 usb interface

    hidlibrary hie.......... Thanks a lot. I just did a silly mistake. offfff......... It was a pain of my [spam]. .......... #define USB_EP1_TX_SIZE 2 // I defined 1 except 2........oh!! .......... usb_put_packet(1, out_data, 2,USB_DTS_TOGGLE); .......... Any way......... Its working so well...
  5. A

    HidLibrary.dll problem for C# and PIC18F4550 usb interface

    hidlibrary.dll Hi........ I am facing some problems to read data from PIC18F4550 through USB. I am using C# express edition and HidLibrary.dll. As for firmware I am using CCS compiler. Anyone please help me to read USB packet using C#? Also let me have a good documentation about this. Here...
  6. A

    USB interface with PIC18F4550.... help please.

    Hello dear all........ Now I need to do another test. I want to transfer some data (array of data) stored in PIC to PC using USB interface. What I know that....I need to write 1) Firmware for PIC 2) GUI interface for PC. I dont know how to do this. I want to use mikroC and C#. Please give me...
  7. A

    16*2 LCD and PIC18F4550 interfacing using mikroC compiler

    jhd162a pic18f It works ... at last. Pin connection is OK... and working very well now. I just put the following line ...... and reset the Device and Clock (008.000000MHz) again. OSCCON=0x72; //Oscillator setting for 8MHz Anyway ... Thanks to all.
  8. A

    16*2 LCD and PIC18F4550 interfacing using mikroC compiler

    mikroc compiler That is the complete program. That simple code is not working....on my system.
  9. A

    16*2 LCD and PIC18F4550 interfacing using mikroC compiler

    lcd mikroc Hello everybody..... I am facing some problem to interface the 16*2 LCD (JHD 162A) with PIC 18F4550. I am using mikroC 8.2.0.0 compiler. Bellow is the circuit connection and program. Anybody please check it and help me about this. The system is not working. =================...
  10. A

    USB interfacing with PIC16F877A

    mass storage.c pic16f877 The code without loop is working well........ PORTB = 0x02; delay_ms(1000); PORTB = 0x04; delay_ms(1000); PORTB = 0x08; delay_ms(1000); PORTB = 0x10; delay_ms(1000); PORTB = 0x20...
  11. A

    USB interfacing with PIC16F877A

    18f4550+picc+usb Thanks a lot.... Actually the problem was in compiler............that was really a pain for the last two weeks.......offff.... I just switch to mikroC v: 8.2.0.0 compiler.... now the PIC is working... BUT.... When I try to assign a variable to PORTB.... the PIC does not work...
  12. A

    USB interfacing with PIC16F877A

    microchip c18 interfacing ftdi Hie everyone, I am facing so many problems........ offfff ... i dont know what is happening.... I have loaded the following example code (From MPLAB) to PIC18F4550... BUT its not working. This is the simple program to test..... i think so... #include...
  13. A

    USB interfacing with PIC16F877A

    mikroc usb cdc hi..... every one... how is going on? oh... I am facing compiler problem now. I was using PICC compiler for 16F series. It does not work for 18F4550. How can I get the updated compiler? Do you have that compiler... Is it possible to give me that? I will be so much grateful to...
  14. A

    USB interfacing with PIC16F877A

    pic16f877a usb Oh....... FT245BM is not available, and it is so complex. Yes..... using 18F4550 is more easier. I have bought that IC just today. I have to study on it first then I will start my work. Hai, scholars.... I am eagerly expecting your valuable comments and suggestions about the...
  15. A

    USB interfacing with PIC16F877A

    pic16f877a interface with pc via usb port hello everybody...... Thanks a lot lot lot...... I am studying on FTDI (FT245BM) chip. Thanks for the suggestion to use 18F4550. I also study on it. Thank you again for your valuable suggestions.

Part and Inventory Search

Back
Top