DIY-Calculator Hardware:Upload Utility Project
From DIY-Calculator_Hardware
(Difference between revisions)
Revision as of 14:36, 14 October 2006 Hzulu (Talk | contribs) ← Previous diff |
Revision as of 16:54, 14 October 2006 Hzulu (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
The user program upload process is handled by the ROM monitor on the DIY Calculator side. But there must be a means of sending a program to the DIY Calculator. While it is possible to send a file with the terminal emulation program a GUI program is preferable. Furthermore, by having a dedicated program for this task it is possible to generate a check sum or use a protocol of choice for ensuring correct transmission. The transmission status (success/failure) can be displayed. This program should be written in "C" using the GTK library of GUI widgets to be easily ported to different platforms. | The user program upload process is handled by the ROM monitor on the DIY Calculator side. But there must be a means of sending a program to the DIY Calculator. While it is possible to send a file with the terminal emulation program a GUI program is preferable. Furthermore, by having a dedicated program for this task it is possible to generate a check sum or use a protocol of choice for ensuring correct transmission. The transmission status (success/failure) can be displayed. This program should be written in "C" using the GTK library of GUI widgets to be easily ported to different platforms. | ||
+ | <br style="clear:left;" /> | ||
+ | <br style="clear:left;" /> | ||
+ | ---- | ||
+ | <div style="border:0; margin: 20px 20% 0px 0px;"> | ||
+ | <div style="background:#f9f9f9; padding:0; border:1px solid #aaaaaa; margin-bottom:15px;"> | ||
+ | <div style="background:#eeeeee; padding:0 0.4em 0 0.4em; border-bottom:1px solid #aaaaaa;"> | ||
+ | '''Project status''' (12.Oct.2006): | ||
+ | </div> | ||
+ | <div style="padding:0.2em 0.4em 0.2em 0.4em;"> | ||
+ | work started | ||
+ | </div> | ||
+ | </div> | ||
- | '''Project status''' (19.Jul.2006): considered | + | <div style="background:#f9f9f9; padding:0; border:1px solid #aaaaaa; margin-bottom:15px;"> |
+ | <div style="background:#eeeeee; padding:0 0.4em 0 0.4em; border-bottom:1px solid #aaaaaa;"> | ||
+ | '''Project status''' (19.Jul.2006): | ||
+ | </div> | ||
+ | <div style="padding:0.2em 0.4em 0.2em 0.4em;"> | ||
+ | considered | ||
+ | </div> | ||
+ | </div> | ||
- | '''Project status''' (7.Aug.2006): no changes | + | </div> |
- | + | ||
- | '''Project status''' (31.Aug.2006): no changes | + |
Revision as of 16:54, 14 October 2006
The user program upload process is handled by the ROM monitor on the DIY Calculator side. But there must be a means of sending a program to the DIY Calculator. While it is possible to send a file with the terminal emulation program a GUI program is preferable. Furthermore, by having a dedicated program for this task it is possible to generate a check sum or use a protocol of choice for ensuring correct transmission. The transmission status (success/failure) can be displayed. This program should be written in "C" using the GTK library of GUI widgets to be easily ported to different platforms.
Project status (12.Oct.2006):
work started
Project status (19.Jul.2006):
considered