Search:

Type: Posts; User: cprogrammer2003

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    7,024

    yeah terryrmcgowan, you are right about that,...

    yeah terryrmcgowan, you are right about that, thats what i want to do. i also noe i need some time to study the basics of those electronics and c programming stuff but the problem is i am not given...
  2. Replies
    11
    Views
    7,024

    its not attached in my PC, they are attached to...

    its not attached in my PC, they are attached to an external card with a CY7C64613 chip.
  3. Replies
    11
    Views
    7,024

    yes it does. my supervisor asked me to write a...

    yes it does. my supervisor asked me to write a program to show digital input and digital output on the board in this way, the toggle switch is for digital input and the LED is for digital output
  4. Replies
    11
    Views
    7,024

    ok... every toggle switch has a 'high'(VCC) and a...

    ok... every toggle switch has a 'high'(VCC) and a 'low'(GND) pin right? what i mean was that when i switch it to high, an LED would light up
  5. Replies
    2
    Views
    1,140

    i saw this words in the instuctions manual for...

    i saw this words in the instuctions manual for the chip that i am programming but the manual did not state what it was, it just stated on how to read and write the bulk endpoints
  6. Replies
    1
    Views
    3,137

    i also want to learn the basics first but i am a...

    i also want to learn the basics first but i am a student goin for industrial attachment and my supervisor is not givin me much time to learn from scratch
  7. Replies
    11
    Views
    7,024

    i did put in effort but i had to learn everything...

    i did put in effort but i had to learn everything on my own coz i am totally new to c programming without any teacher teaching
  8. Replies
    6
    Views
    2,425

    thanx a lot

    thanks a lot for that, lithium.
    so does it mean if i, for example, i want to run usb_init, then i would have to put void usb_init() in front, am i right?
  9. Replies
    2
    Views
    1,140

    bulk endpoints

    what are bulk endpoints?
  10. Replies
    6
    Views
    2,425

    what does these mean?

    what does these mean and what should i do when i see the following that appeared when i compile my program:

    warning C206: 'usb_init': missing function-prototype
    warning C206: 'usb_read': missing...
  11. Replies
    1
    Views
    3,137

    initialization of USB port

    how do i initialize a USB port so that i can use it for communication between my program and the chip?
  12. Replies
    11
    Views
    7,024

    toggle switches and LEDs

    can anyone tell me what are the codes to write a program such that when i toggle a toggle switch, an LED will turn on, and do i actually have to declare or initiate the toggle switches and LEDs?
  13. Thread: qn

    by cprogrammer2003
    Replies
    1
    Views
    1,026

    qn

    can anyone tell me what are these two lines for:
    kdeltas = kstates ^ buttons; //
    kstates = buttons;
  14. Replies
    4
    Views
    2,148

    USB programming for windows

    can anyone tell me whether there is USB programming for microsoft windows 2000? i searched many sites for USB programming but all of them are just for linux.
  15. Replies
    1
    Views
    868

    question

    pls take a look at the following program segment
    #define PF_IDLE 0
    #define PF_GETKEYS 1

    #define KEY_WAKEUP 0
    #define KEY_F1 1
    #define KEY_F2 2
    #define KEY_F3 3

    can anyone tell me...
  16. Replies
    1
    Views
    891

    what are headers for?

    can anyone tell me what is including a header for? for example:
    #include <ezusb.h>
    #include <ezregs.h>
  17. Replies
    4
    Views
    1,123

    but...

    thanks a lot for that, mart_man00
    but i have another problem, sometimes there is no '=' sign, pls take a look at a program segment below:

    kdeltas = kstates ^ buttons; //
    kstates = buttons;...
  18. Replies
    4
    Views
    1,123

    !

    can anyone tell me wat is ! in c language for? i only noe that it means not but i dont noe the exact meaning and use of it.i would very much appreciate if examples are added to the explanation. Thank...
  19. Replies
    2
    Views
    931

    help me!!!

    i am now working on a c program using a 8051 chip and the board uses a bus called I2C to communicate with the computer. But my teacher is asking me to use the USB port instead of the I2C bus and i...
Results 1 to 19 of 19