sanjay
Full Member level 1
Hello All,
I am working with a basic PIC microcontroller, and I have created my own user interface which performs actions for extra periperhal debugging such as for example,7-segments, keypad, LCD, etc..
I want to be able to during the DEBUGGING process in the MPLAB IDE, obtain the values from say for example PORTB register and set values to PORTB register..
Something like, I have a setValue( ) and getValue( ) method in my own java program using which I want to interact with the register contents in the MPLAB..
Can anyone help me with suggestions, tips, and tricks of how to get something like this going on ?
Help would gladly be appreciated
Regards
I am working with a basic PIC microcontroller, and I have created my own user interface which performs actions for extra periperhal debugging such as for example,7-segments, keypad, LCD, etc..
I want to be able to during the DEBUGGING process in the MPLAB IDE, obtain the values from say for example PORTB register and set values to PORTB register..
Something like, I have a setValue( ) and getValue( ) method in my own java program using which I want to interact with the register contents in the MPLAB..
Can anyone help me with suggestions, tips, and tricks of how to get something like this going on ?
Help would gladly be appreciated
Regards