Difference between revisions of "Instrumentino/Smart Terminal Challenge"

From OpenCircuits
Jump to navigation Jump to search
(Created page with "= What = I am an outsider to Instrumentino but the author of the Python Smart Terminal. I suspect that neither program has been used by much of a community outside the spher...")
 
Line 21: Line 21:
 
= Comparison of the Two Programs =
 
= Comparison of the Two Programs =
  
 +
== Example Code In Projects ==
  
 +
 +
 +
{| class="wikitable"
 +
|-valign="top"
 +
|What
 +
|Terminal
 +
|Instrumentino
 +
<!-------------------------------->
 +
|-valign="top"
 +
|aaa
 +
|bbb
 +
|ccc
 +
<!-------------------------------->
 +
<!-------------------------------->
 +
|-valign="top"
 +
|aaa
 +
|bbb
 +
|ccc
 +
<!-------------------------------->
 +
 +
|-valign="top"
 +
|[[PIC Programmers, In Circuit Programming and BootLoaders]]
 +
|
 +
|[[Special:Export/PIC Programmers, In Circuit Programming and BootLoaders]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[A Note on My BoostC Projects and Libraries]]
 +
|
 +
|[[Special:Export/A Really Basic Guide to the PIC Microprocessor and BoostC]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[BitWacker PIC USB Development Board]]
 +
|
 +
|[[Special:Export/BitWacker PIC USB Development Board]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[BitWacker Java Communications]]
 +
|
 +
|[[Special:Export/BitWacker Java Communications]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[BitWacker PIC and Other Microcontroller to Java Communications]]
 +
|
 +
|[[Special:Export/BitWacker PIC and Other Microcontroller to Java Communications]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[BitWacker Command GUI]]
 +
|
 +
|[[Special:Export/BitWacker Command GUI]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[EL Wire]]
 +
|
 +
|[[Special:Export/EL Wire]]
 +
<!--------------------------------
 +
|-valign="top"
 +
|[[]]
 +
|in process
 +
|[[Special:Export/ ]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Experimenting with IR Remotes using a PIC running BoostC Project]]
 +
|in process
 +
|[[Special:Export/Experimenting with IR Remotes using a PIC running BoostC Project]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
 +
|not linked in yet in process
 +
|[[Special:Export/Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Graphical Data Logger]]
 +
|
 +
|[[Special:Export/Graphical Data Logger]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Making Your Own Microcontroller Serial Communications Application]]
 +
|
 +
|[[Special:Export/Making Your Own Microcontroller Serial Communications Application]]
 +
<!-------------------------------->
 +
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[PIC based Stepper Motor Dancing Analog Clock]]
 +
|
 +
|[[Special:Export/PIC based Stepper Motor Dancing Analog Clock]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[PIC Links]]
 +
|
 +
|[[Special:Export/PIC Links]]
 +
<!-------------------------------->
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Smart Battery Charger with Graphical Data Logger]]
 +
|
 +
|
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Semiconductor Analyzer Review]]
 +
|
 +
|Semiconductor Analyzer Review from M Cubed Electronix, Inc.
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[Stepper Motor Tester]]
 +
|
 +
|[[Special:Export/Stepper Motor Tester]]
 +
<!-------------------------------->
 +
|-valign="top"
 +
|[[DraftDocSerialComm]]
 +
|
 +
|[[Special:Export/---]]
 +
<!-------------------------------->
 +
 +
 +
 +
<!-------------------------------->
 +
 +
 +
|}
  
 
= Links =
 
= Links =

Revision as of 08:42, 29 January 2017

What

I am an outsider to Instrumentino but the author of the Python Smart Terminal. I suspect that neither program has been used by much of a community outside the sphere of the authors. Why do I think this. Because neither is documented either internally or externally for an outsider to come along and use it. Both are just big tangles of code with no clear doorway in. I am going to try to fix this hopefully with the author of Instrumentino. I am going to try to do this for both projects ( except for the internals of Instrumentino which will be up to its author )

So what would be the ideal ( which I will not achieve in a finite amount of time )

External Docs

Program Architecture

Guide to Modifications

Example of Modification for a Specific Perifferial Microcontroller

Internal Docs

Coding Standards

Docstrings

Comparison of the Two Programs

Example Code In Projects

What Terminal Instrumentino
aaa bbb ccc
aaa bbb ccc
PIC Programmers, In Circuit Programming and BootLoaders Special:Export/PIC Programmers, In Circuit Programming and BootLoaders
A Note on My BoostC Projects and Libraries Special:Export/A Really Basic Guide to the PIC Microprocessor and BoostC
BitWacker PIC USB Development Board Special:Export/BitWacker PIC USB Development Board
BitWacker Java Communications Special:Export/BitWacker Java Communications
BitWacker PIC and Other Microcontroller to Java Communications Special:Export/BitWacker PIC and Other Microcontroller to Java Communications
BitWacker Command GUI Special:Export/BitWacker Command GUI
EL Wire Special:Export/EL Wire
Experimenting with IR Remotes using a PIC running BoostC Project in process Special:Export/Experimenting with IR Remotes using a PIC running BoostC Project
Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project not linked in yet in process Special:Export/Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project
Graphical Data Logger Special:Export/Graphical Data Logger
Making Your Own Microcontroller Serial Communications Application Special:Export/Making Your Own Microcontroller Serial Communications Application
PIC based Stepper Motor Dancing Analog Clock Special:Export/PIC based Stepper Motor Dancing Analog Clock
PIC Links Special:Export/PIC Links
Smart Battery Charger with Graphical Data Logger
Semiconductor Analyzer Review Semiconductor Analyzer Review from M Cubed Electronix, Inc.
Stepper Motor Tester Special:Export/Stepper Motor Tester
DraftDocSerialComm Special:Export/---



Links