CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Thread: S Record

  1. #1
    Join Date
    Nov 2011
    Posts
    12

    Smile S Record

    Dear Friends,

    I am in need to know

    what is mean by S-Record Format?

    How it is implemented in Visual C++?

    How to add in the existing Socket Programming Server Side?

    If you have any free sample code please forward me..................


    Thank You,

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: S Record

    What is "S-Record Format"? i couldn't find any info about it in MSDN...
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2011
    Posts
    12

    Smile Re: S Record

    ok sir.how to read data bytes from the s-record

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: S Record

    Quote Originally Posted by ravibala87 View Post
    ok sir.how to read data bytes from the s-record
    Again: what is "s-record"?
    And where is it supposed to read from?
    Victor Nijegorodov

  5. #5
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: S Record


  6. #6
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: S Record

    Quote Originally Posted by ravibala87 View Post
    Dear Friends,

    I am in need to know

    what is mean by S-Record Format?

    How it is implemented in Visual C++?

    How to add in the existing Socket Programming Server Side?

    If you have any free sample code please forward me..................


    Thank You,
    Have you ever clicked on this?
    http://www.codeguru.com/forum/showthread.php?t=366302
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  7. #7
    Join Date
    Nov 2011
    Posts
    12

    Smile Re: S Record

    Yes it is Motorola S record ........................

  8. #8
    Join Date
    Apr 1999
    Posts
    27,449

    Re: S Record

    Quote Originally Posted by ravibala87 View Post
    Yes it is Motorola S record ........................
    The description on the web page that Skizmo pointed to you shows you the layout of the file. It is clear as to how to read and interpret an 'S' file.

    So what don't you understand on that page?

    Regards,

    Paul McKenzie

  9. #9
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: S Record

    Probable, you are asking for some already made functions, shipped with Visual Studio SDKs/libraries, which manage that "S-Record" format.
    AFAIK, something like that does not exist, then you have to sweat a little and implement yourself.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  10. #10
    Join Date
    Nov 2011
    Posts
    12

    Smile Re: S Record

    ok sir thank you for your reply

  11. #11
    Join Date
    Nov 2011
    Posts
    12

    Smile Re: S Record

    Thanks for your kind reply.....

    if you have any sample code/document regarding this pls forward me

  12. #12
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: S Record

    Is google available in your country? http://lmgtfy.com/?q=s-record+source+code
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  13. #13
    Join Date
    Nov 2011
    Posts
    12

    Smile Set mta in xcp protocol

    purpose of SET MTA in xcp protocol......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured