• plz read. need help with sample programs. They wont compile.
    dear friends, I downloaded sample and everything is fine. except I cannot run usb samples. there's a folder "C:\DOWNLOADS\EXAMPLES\USB-EX1" and under that folder there's a "USBMOUSE.c" file. it loads...
  • plz read. need help with sample programs. They wont compile.
    dear friends, I downloaded sample and everything is fine. except I cannot run usb samples. there's a folder "C:\DOWNLOADS\EXAMPLES\USB-EX1" and under that folder there's a "USBMOUSE.c" file. it loads...
  • plz help with problem
    HI. I found this code on my interenet computer. it does not work. plz help? < pre> #include <reg51.h> sbit pin = P1^0; main() { P1 = 0x00; TMOD = 0x09; loop:TL0 = 0xAF; TH0 = 0x3C; pin = 1;...
  • plz help with problem
    HI. I found this code on my interenet computer. it does not work. plz help? < pre> #include <reg51.h> sbit pin = P1^0; main() { P1 = 0x00; TMOD = 0x09; loop:TL0 = 0xAF; TH0 = 0x3C; pin = 1;...
  • i am getting syntax error in source code ..HELP plz
    # define LCD_DELAY 400 # define LCD_PORT P0 # define RS P0_0 # define RW P0_2 # define EN P0_1 bit gbStatus = 0; /* *******************************************************************************...