Update for Third Release (ver 0.92) of MV4th16

Sunday, 09 September 2012 10:57 Shael
Print
This download is an update to the version 0.92 (third) release. There are very few changes to the Forth implementation in this update. A number of bugs fixes and enhancements to the example source and base I/O code are included in this update. There is a Wiznet W5200 driver included with the examples. The W5100 driver was also updated. The example NTSC and VGA code examples were updated to reflect the changes to the base Forth words "ROLL" and "PICK" which were changed to use a 0 based index instead of a one based index. as of version 0.92. The base Forth dictionary was also updated to reflect the changes in the words "ROLL" and "PICK".
The update can be found here; Update for MV4th16 The download is a zip file that contains all the source files to build MV4th16 using the Parallax IDE. The project was built using version 1.30 of the Parallax Spin IDE. To build the MV4th16 project;
 
1) Create a folder under your IDE projects or examples folder.
2) Unzip the contents of the download zip file into the new folder.
3) In the Spin IDE select the new folder in the tree view and select the file MV4thDemo.spin as the Top Object.
4) Build the project then download to your propeller development board (press control F8).
5) Connect a serial terminal and configure it to use the same com port as your Prop Plug.
6) Set the baud rate to 115200, 8 data bits, 1 stop bit, and no parity.
7) Reset the propeller chip, after a few seconds the MV4th sign-on message should appear.
 
Last Updated on Sunday, 09 September 2012 11:02