See NOTES at end of file. ====================================================================== A.00.201 May 28, 2009 Changed serial port timeout values for Magellan units. The timeout value is 2 seconds and the program will re-try five times. April 4, 2009 Extensive changes were made to the Edit a Waypoint dialog to facilitate using G7ToWin to read/write/create Garmin POI files. See the helpfile for more info. Cleanup and bug fixes for the code written in the last few days. April 3, 2009 Added ability to edit a waypoints Street Address, City, State/Province, Country, Postal Code, and Telephone Number. This is primarily for use with .gpx files and the Garmin POI loader. April 2, 2009 Added a postMunge option to apply when reading waypoint duplicate. This will add a '_mX' where X is a number that starts at '1' for the first duplicate and increments for each duplicate for that waypoint. For example, if postMUNGE is selected and the three waypoints MYWPT, MYWPT, and MYWPT are read the three will become MYWPT, MYWPT_m1, and MYWPT_m2. Added the ability to read and write .csv files that are in Garmin POI format. See the G7ToWin helpfile for more info. Mar 30, 2009 Fixed a problem reading a quoted field in a .csv file when that field contained a comma. The comma ended the field and it should not have. Added the ability to read Address info from MapSource .gpx files and write the data to both .gpx and .g7t files. The data in .g7t files is in a new continuation line: 'cE' and is this format: cE Street Address|City|State or Province|Country|Postal Code|Telephone Number At this time there is no way to edit the address info with G7ToWin.