• Error retrieving seconds system variable in command line
    I am trying to retrieve the seconds system variable in the uVision debugger command line for an 8051 core but I keep getting an "unidentified identifier" error. I'm simply typing in the following: ...
  • #include in C51 retrieves wrong header file
    I am designing a project using the Keil C51 V7.50 and uVision 3 IDE V3.10a on a Silicon Labs C8051F046 MCU. My project contains source file foo.c, which contains a directive: #include "foo.h" ...
  • Interface a GSM Modem and 8051 and retrieve decoded SMS
    Hi everyone, Is there any way in which I can interface a GSM modem with a 8051 and retrieve the decoded SMS. The motivation behind this is that... even if i can get the encoded SMS from the GSM modeme...
  • Extracting long from data array
    I trying to extract a u32 from a char array and the results are not what I expected. Memory dump shows: 0xA0000680: FF 22 3C 87 01 00 A pu8Buf is set to 0xA0000680 pu8Buf+= 2; // value is 0xA0000682...
  • How to retrieve a certain text from .*txt file into textboxes?
    Hi, I met with some problems with my Visual Basic codings...I need to retrieve certain texts or characters from the text file and place it in each different textboxes...How do i start with?...Below is...