String Compare Function
Hi Ive just done some test of my own (NOT using ICD)
Looks like PIC FC5 could have a problem.
PIC 16F877A on HP488 Dev Board
AVR ATMEGA 324
FC4 PIC
String1 = Hello
String2 = Hello
Shows these are the same
Set to case sensitive
String1 = Hello
String2 = HELLO
Shows not the same
String1 = Hello
String2 = World
Shows not the same regardless of case
Works on both hardware and simulation.
FC5 PIC
String1 = Hello
String2 = Hello
Show same in simulation
Show different on hardware
String1 = Hello
String2 = World
Show same in simulation
Show different on hardware
Case sensitive
String1 = Hello
String2 = HELLO
Show same s in simulation
Show different on hardware
FC5 AVR
String1 = Hello
String2 = Hello
Shows these are the same
Set to case sensitive
String1 = Hello
String2 = HELLO
Shows not the same
String1 = Hello
String2 = World
Shows not the same regardless of case
Works on both hardware and simulation.
FC5 ARM
Only tried in simulation on ARM (No Hardware)
Seems to work properly
FC4 dsPIC
Works fine on both hardware and simulation