Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:ape65 [2016/02/14 22:20] – darron | projects:ape65 [2024/07/10 12:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
{{: | {{: | ||
\\ \\ | \\ \\ | ||
- | {{: | + | {{: |
+ | \\ \\ | ||
+ | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
</ | </ | ||
Line 63: | Line 67: | ||
or, the MX270 | or, the MX270 | ||
< | < | ||
- | p32 program | + | p32 program |
</ | </ | ||
Line 75: | Line 79: | ||
< | < | ||
- | pload program / | + | pctrl restore && |
</ | </ | ||
Line 85: | Line 89: | ||
< | < | ||
- | pload program / | + | pctrl restore && |
</ | </ | ||
Line 112: | Line 116: | ||
</ | </ | ||
- | On the PIC32 version, rather than run, we attach to the serial port of the micro. | + | On the PIC32 version, rather than run, we attach to the serial port of the micro. |
< | < | ||
screen / | screen / | ||
Line 118: | Line 122: | ||
</ | </ | ||
- | To exit from screen, perform CTRL + CAPITAL | + | or picocom. |
+ | < | ||
+ | picocom -b 115200 / | ||
+ | X | ||
+ | </ | ||
+ | |||
+ | To exit from screen, perform CTRL + A k, to exit picocom it's CTRL + a q. | ||
With both versions we will see something similar to what is below. | With both versions we will see something similar to what is below. | ||
Line 150: | Line 160: | ||
All the commands documented in the plus/4 user manual on page 182 onward are implemented on the POSIX version of Ape65. There is some variation, however, with the file operations. Ape65 omits the device parameter found in the original TEDMON since it serves no purpose here. | All the commands documented in the plus/4 user manual on page 182 onward are implemented on the POSIX version of Ape65. There is some variation, however, with the file operations. Ape65 omits the device parameter found in the original TEDMON since it serves no purpose here. | ||
- | See this [[http:// | + | See this {{downloads: |
EhBASIC is also included. EhBASIC is a BASIC interpreter written in 6502 assembly code. It can be started with the B command and stopped with CONTROL-S. | EhBASIC is also included. EhBASIC is a BASIC interpreter written in 6502 assembly code. It can be started with the B command and stopped with CONTROL-S. | ||
Line 214: | Line 224: | ||
|0xF004 | |0xF004 | ||
- | == PIC32MX150F128B | + | == MX150, MX170, MX250 & MX270 == |
- | For the MX150 & MX170, | + | For these MX devices |
Writing a 0 results in the pin going LOW, writing a one leaves the pin to be pulled high or low externally. When writing a one, the port can be read as an input. | Writing a 0 results in the pin going LOW, writing a one leaves the pin to be pulled high or low externally. When writing a one, the port can be read as an input. | ||
Line 335: | Line 345: | ||
=== Resources === | === Resources === | ||
- | [[http:// | + | [[http:// |
- | [[https:// | + | |
- | [[http:// | + | [[https:// |
+ | |||
+ | {{downloads: |