Quote:
|
Originally Posted by brummer_13
alright now that i know what to do, how do i do it. i cant find anywhere how to change the user byte assignments
|
In user_routines.c you’ll see this example line close to the end:
Code:
User_Mode_byte = backup_voltage*10; /* so that decimal doesn't get truncated. */
You can also set the following variables anywhere before a putdata()
- User_Byte1
- User_Byte2
- User_Byte3
- User_Byte4
- User_Byte5
- User_Byte6
So for example: User_Byte1 = 123;