You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I never noticed this before on previous projects and cannot find out why this is happening. First to verify that Unique Number is an unsigned long and Model Serial Code is a string, both representing the serial number of the unit assigned by the manufacturer. Is that correct?
The problem I am having is with the Actisense NGT-1 and NMEAReader (latest version but previous version did the same). When looking at the Product Information properties in NMEAReader, I see that Manuf. Serial ID is correct (2412366067) but that Unique ID is wrong (642167). See the attached screenshot.
I have stepped through my code (which is the same code I have used on previous projects) as well as added serial output and everything looks correct. Is this a problem with NMEAReader?
The text was updated successfully, but these errors were encountered:
I never noticed this before on previous projects and cannot find out why this is happening. First to verify that Unique Number is an unsigned long and Model Serial Code is a string, both representing the serial number of the unit assigned by the manufacturer. Is that correct?
The problem I am having is with the Actisense NGT-1 and NMEAReader (latest version but previous version did the same). When looking at the Product Information properties in NMEAReader, I see that Manuf. Serial ID is correct (2412366067) but that Unique ID is wrong (642167). See the attached screenshot.
I have stepped through my code (which is the same code I have used on previous projects) as well as added serial output and everything looks correct. Is this a problem with NMEAReader?
The text was updated successfully, but these errors were encountered: