Quantcast
Channel: MCS Electronics Forum
Viewing all articles
Browse latest Browse all 20622

BASCOM-AVR : Getting back to main program from a Module : REPLY

$
0
0
I do not understand what you want to achieve with your code. Why do you not simply [code:1:547887893c]Dim Cal_no as eram byte Dim Node_no as eram byte Cal_no = 1 Node_no = 255[/code:1:547887893c] Your program will not create .eep file, because you did not write any data to labels "Call_no:" and "Node_no". Only this method will make .eep file: [code:1:547887893c]$Eeprom Cal_no: Data 1 Node_no: Data 255 [/code:1:547887893c]

Viewing all articles
Browse latest Browse all 20622

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>