Re: Good Programming with event and Serial Data



received data is string (line) with CRLF as terminator e.g.
4095;4095;4095;4095;15<\r\n>

4095;4095;4095;4095;15<\r\n>

4095;4095;4095;4095;15<\r\n>

4095;4095;4095;4095;15<\r\n>

4095;4095;4095;4095;15<\r\n>
.



Relevant Pages

  • Re: Sequential File Termination Characters ---- Help!
    ... I have solved that problem by defining a large ... string and appending each record of the file to the string. ... I'm currently working with produces an error because of the CRLF terminator. ...
    (comp.lang.cobol)
  • Sequential File Termination Characters ---- Help!
    ... This is a segmented medical claim EDI file which ... string and appending each record of the file to the string. ... I'm currently working with produces an error because of the CRLF terminator. ...
    (comp.lang.cobol)
  • Re: [SC-L] Off-by-one errors: a brief explanation
    ... and that made a format string vulnerability ... > the terminating null byte is written outside of the buffer, ... that memory location is overwritten ... > terminator value to signify the last element of the array. ...
    (SecProg)
  • Re: length of a string?
    ... > length of a string. ... keep checking the string for a NULL terminator until the string ... Found NULL terminator on the high word high byte ... Found NULL terminator on the high word low byte ...
    (microsoft.public.vc.language)
  • Off-by-one errors: a brief explanation
    ... the maximum index for the array is N-1. ... that memory location is overwritten ... processes that string will keep accessing memory until it hits a 0 ... terminator value to signify the last element of the array. ...
    (SecProg)