• Add two strings
    Hallo, Is it possible, that I can add the strings '1' '.' and '2'. I want to add this 3 strings: 1.2 and convert it into a float value and than I want add a float value.
  • Multiplication type of two number
    Is there any diff b/w multiplication time of same data type with variables with different values. e.g uint32_t x; uint32_t y; y = 2; x = 5; y = x*y; y = 655356; x = 369; y = y*x; ...
  • Inline assembly in function definition to add two values
    Inline assembly in function definition to add two values passing to the function as arguments Would appreciate if someone can tell/show me how to create a variable in assembly. I'm having a small...
  • add magic number to bin file in keil uvision
    Hi, could someone of you tell me if it is possible to add a specific magic number to a bin file created by keil uvision? Under "target for options" -> User-tab I added the following line to the...
  • transfer a number from multifunction meter to 8051 controller.
    My multifunction meter only have rs485 communication port but I have never worked with rs485 using 8051 microcontroller. Can someone guide me how to realize the same? The main function is to transfer...