Menu

#6 NMEA checksum should be 2 digit (even if it's less than 10 hex)

v1.0 (example)
closed
dzach
None
1
2015-01-30
2015-01-23
No

makeChksum should return as follows

return [format %02X $xor]

not as previous

return [format %X $xor]

It's needed for compatiblity with actual hardware devices.
(Some HW devices not works properly with 1 digit checksum value actually)

Related

Bugs: #6

Discussion

  • dzach

    dzach - 2015-01-30

    Hello

    makeChksum is already in that format, as you suggest. Could you please use the source code from HEAD, until the zipped file gets updated?

     
    • Hong yeol choi

      Hong yeol choi - 2015-01-30

      Sorry, I didn't know that source code had been fixed .

      Thank you.

      2015-01-30 17:00 GMT+09:00 dzach dzach@users.sf.net:

      Hello

      makeChksum is already in that format, as you suggest. Could you please use
      the source code from HEAD, until the zipped file gets updated?


      Status: open
      Group: v1.0 (example)
      Created: Fri Jan 23, 2015 05:20 AM UTC by Hong yeol choi
      Last Updated: Fri Jan 23, 2015 05:20 AM UTC
      Owner: dzach

      makeChksum should return as follows

      return [format %02X $xor]

      not as previous

      return [format %X $xor]

      It's needed for compatiblity with actual hardware devices.
      (Some HW devices not works properly with 1 digit checksum value actually)


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/gpsfeed/bugs/6/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #6

  • dzach

    dzach - 2015-01-30
    • status: open --> closed
     

Log in to post a comment.