Hello list,
The following code works like a charm on a pic18f4550.
Output on the serial port is "A6A6A6A6A6A6A6A".
Now compiling exactly the same source code (or even using the hex-file
for the 4550) for a pic18f4680 produces the following output:
"A≥A„AACAsA£A”A"
The parameter '6' in test_f
Georges Engelmann wrote:
> Now compiling exactly the same source code (or even using the hex-file
> for the 4550) for a pic18f4680 produces the following output:
> "A≥A„AACAsA£A”A"
> The parameter '6' in test_func is somehow not properly transmitted to
> the function?!
In a similar situation th