
To get started..

1) Install the hex file into the pic32MX170B using a suitable programmer eg pickit3 or similar.

2) After programming, the pic will communicate via serial TTL on pins 11/12 using 115k/8/1/N comms.
   Connect with TeraTerm etc or similar.

3) Hitting return should display the banner/menu.

4) The "Hello world" example is already in place, hitting capital-R (Run) will run it. You will see
   the program listed, followed by the resulting output.

5) There are other small examples in the Examples(thumbnails) directory, you can see the "helloworld" example in
   the Getting Started subdirectory. 
   To load a different program, hit capital-G, and the pic will wait to receive a new program.  Use the "Send File" 
   Tera Term option to select and send a file, and capital-S to save the program to eeprom ( advisable ).
   Capital-L will list the program with original formatting. The programs are simple text files ended with a backslash.

6) There is a lot more information in the Electride doc which illustrates the main points using the examples.
