• 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: ...
  • 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...
  • #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" ...
  • 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...
  • How to set and retrieve Portbits in uVision C
    How can I set and retrieve bitwise in uVision C? Similar to assembler P1.0 addresses Bit0 in Port P0. I could not find any possiblility to do so unless I take the usual Bitaddressing techniques (masking...