• scanf/printf argument restriction 15 bytes/40 bytes: checking?
    This follows up on msg: sprintf arg restriction of 2/6/04 Per the manual, "the total number of bytes passed to scanf() is limited..." I want to check this. Is this equivalent to the total number...
  • scanf/printf argument restriction 15 bytes/40 bytes: checking?
    This follows up on msg: sprintf arg restriction of 2/6/04 Per the manual, "the total number of bytes passed to scanf() is limited..." I want to check this. Is this equivalent to the total number...
  • sprintf argument restriction
    Hi, A question regarding C51 v6.23a... The C51 manual suggests that, using the 'large' memory model, sprintf is restricted to a 40 byte parameter list. Having used this knowledge to resolve a...
  • sprintf argument restriction
    Hi, A question regarding C51 v6.23a... The C51 manual suggests that, using the 'large' memory model, sprintf is restricted to a 40 byte parameter list. Having used this knowledge to resolve a...
  • scanf() and syntax checking
    I need to syntax check incomming queries/commands on the UART and i would like some idears on how to do it. The syntax of the commands are as follow: Syntax required for a query is: @<device address...