The following are some reminder tips for porting the Z_Meter Linux code over to Windows 10:

1) Use KDiff3 for comparing files

2) Convert Linux file paths to Windows for Breezy GUI code:

	a)Search "./" and replace with "W10_"
	
	b)Replace "&" at end of filename paths with " %Z_METER_COM%" for those that need com port number.
	
	