I am developing an application that will use the FP controller's serail number as part of a license algorithm.
What does the "41" that is prepended signify?
When will this value be changing?
Any suggestions on how to plan for this value changing in the future without my knowledge and thereby shooting my code in the foot?
I realize I can just ignore these two characters but that will only work if this field will never be more than two characters.
So,
What does it mean and how should I handle it?
Ben