• program not working please help me ... where am going wrong
    #include <REGX52.H> #define data P1 #define rs P3_5 #define rw P3_4 #define en P3_3 unsigned char msg[88]; void delay(unsigned int); void LCD_busy(); void LCD_command(unsigned char var); void LCD_data...
  • program not working please help me ... where am going wrong
    #include <REGX52.H> #define data P1 #define rs P3_5 #define rw P3_4 #define en P3_3 unsigned char msg[88]; void delay(unsigned int); void LCD_busy(); void LCD_command(unsigned char var); void LCD_data...
  • Whats wrong with this code?
    unsigned char sectors_per_cluster; unsigned int *pi; unsigned long *pl; pi = (unsigned int *)&raw_block[FAT_BYTES_PER_SECTOR]; partition.bytes_per_sector = *pi++; partition.sectors_per_cluster ...
  • What's wrong with this code
    Well my program is a car security system which detects intrusion ,fire,gas using 4 sensors and sends an sms via GSM modem. Given below is my code which is in BASCOM software which when compiled given...
  • Whats wrong with this code?
    unsigned char sectors_per_cluster; unsigned int *pi; unsigned long *pl; pi = (unsigned int *)&raw_block[FAT_BYTES_PER_SECTOR]; partition.bytes_per_sector = *pi++; partition.sectors_per_cluster ...