• i need copy of AT commands if available
    i want to connect mp AT89s8252 to mobile phone i know using the TX & RS thank u
  • Need older copy Archimedes Compiler
    I do not know how familiar you are with the RTCA/DO-178b, but it is a traceable, documented system for software development that assures reliability and instills trust in software developed to perform...
  • project copy
    hello, how do you create a copy of a project with a new name? I have project X that I want to duplicate as project Y and make unique changes to it ( and leave project X untouched) I do not...
  • copying a target
    In switching to some new hardware, I need, with the very same source files to create another build where the only difference is some 'options for target' (C/C++ and debug settings). Both builds have...
  • Copying Structs
    Hi all, I need some help about assigning two structures. The simple Function void CopyStruct(struct A *sSrc, struct A *sDst) { *sDst = *sSrc; } is translated to ; Variable 'sDst' assigned...