Difference between revisions of "PHCC Compatible Software"
From PHCC
(→PHCC Compatible Software) |
|||
Line 1: | Line 1: | ||
== PHCC Compatible Software == | == PHCC Compatible Software == | ||
− | Listing of all compatible software that can be used to communicate with PHCC. Whether its a feature-complete commercial, nicely packaged solution, or a handful of freely available scripts, it has its place here | + | Listing of all compatible software that can be used to communicate with PHCC. |
+ | Whether its a feature-complete commercial, nicely packaged solution, or a handful of freely available scripts, it has its place here! | ||
− | '''Note to Software Developers:''' Please include the platform/operating system, availability (free, commercial, in development,...) and further info. You can link to your own project website, or create subpages on this wiki right here. | + | '''Note to Software Developers:''' |
+ | Please include the platform/operating system, availability (free, commercial, in development,...) and further info. | ||
+ | You can link to your own project website, or create subpages on this wiki right here. | ||
+ | <br> | ||
+ | |||
+ | '''Basic software -> with commandline-shell''': | ||
*[[PHCC Firmware Loader]] aka. AN851Host, an851host_newserial | *[[PHCC Firmware Loader]] aka. AN851Host, an851host_newserial | ||
**Author: Manuel Bessler | **Author: Manuel Bessler | ||
**License: GPL/LGPL | **License: GPL/LGPL | ||
− | **Available: | + | **Available: Yes, as source code |
** Components: [[PHCC Serial]] | ** Components: [[PHCC Serial]] | ||
***http://code.google.com/p/phcc/source/browse/#svn/trunk/host_src/bootloader | ***http://code.google.com/p/phcc/source/browse/#svn/trunk/host_src/bootloader | ||
**Platforms: Linux/Unix/Windows(/Mac) | **Platforms: Linux/Unix/Windows(/Mac) | ||
− | **Purpose: | + | **Purpose: Uploading firmware through the bootloader in the motherboard PIC microcontroller |
− | **Simulator Interface: | + | **Simulator Interface: None |
− | **Features: | + | **Features: Commandline only |
− | **Status: | + | **Status: Ready |
*[[PHCC standalone_tests]] | *[[PHCC standalone_tests]] | ||
**Author: Manuel Bessler | **Author: Manuel Bessler | ||
**License: GPL/LGPL | **License: GPL/LGPL | ||
− | **Available: | + | **Available: Yes, as source code |
** Components: [[PHCC Serial]] | ** Components: [[PHCC Serial]] | ||
***http://code.google.com/p/phcc/source/browse/#svn/trunk/host_src/standalone_tests | ***http://code.google.com/p/phcc/source/browse/#svn/trunk/host_src/standalone_tests | ||
**Platforms: Linux/Unix/Windows(/Mac) | **Platforms: Linux/Unix/Windows(/Mac) | ||
− | **Purpose: | + | **Purpose: Testing of different PHCC subsystems |
− | **Simulator Interface: | + | **Simulator Interface: None |
− | **Features: | + | **Features: Commandline only |
− | **Status: | + | **Status: Ready |
<br> | <br> | ||
− | *[[PHCC | + | '''Basic software -> with graphical interface''' |
− | **Author: | + | |
+ | *[[PHCC Test Tool]] | ||
+ | **Author: LightningViper | ||
**License: GPL/LGPL | **License: GPL/LGPL | ||
− | **Available: | + | **Available: Yes, as source code |
− | *** | + | **Self-executable files: |
+ | ***https://github.com/lightningviper/lightningstools/tree/master/releases/End%20User%20Applications/PHCC%20Test%20Tool/v0.1.2.0 | ||
+ | **Source-code: | ||
+ | ***https://github.com/lightningviper/lightningstools/tree/master/src/PhccTestTool | ||
**Platforms: Linux/Unix/Windows(/Mac) | **Platforms: Linux/Unix/Windows(/Mac) | ||
− | **Purpose: | + | **Purpose: Software to test all connected PHCC hardware |
− | **Simulator Interface: | + | **Simulator Interface: None |
− | **Features: | + | **Features: Interface for testing all motherboard and daughterboard features |
− | **Status: | + | **Status: Ready |
<br> | <br> | ||
− | * | + | '''Software development -> support-tools''' |
− | **Author | + | |
− | **License: | + | *[[PHCC interface library]] |
− | **Available: | + | **Author: LightningViper |
− | *** | + | **License: GPL/LGPL |
− | **Platforms: | + | **Available: Yes, as source code |
− | **Purpose: | + | **Self-executable files: |
− | **Simulator Interface: | + | ***https://github.com/lightningviper/lightningstools/tree/master/releases/Programming%20Tools%20and%20Source%20Code/PHCC%20Interface%20Library%20for%20dotNet%20and%20COM/Version%200.2.2.0 |
− | **Features: | + | **Source-Code: |
− | **Status: | + | ***https://github.com/lightningviper/lightningstools/tree/master/src/PHCC |
+ | **Platforms: Linux/Unix/Windows(/Mac) | ||
+ | **Purpose: DLL-file to make writing programs for PHCC-hardware easier. Works with C#. | ||
+ | **Simulator Interface: None. | ||
+ | **Features: Out-of-the-box features for the PHCC motherboard and most daughterboards. | ||
+ | **Status: Ready | ||
<br> | <br> | ||
− | *PHCC_IO | + | '''Known software in development -> maybe abandoned''' |
+ | |||
+ | *[[CIM]] | ||
+ | **Author Gene Buckle | ||
+ | **License: Not known | ||
+ | **Available: Not Yet | ||
+ | ***link goes here | ||
+ | **Platforms: Not known | ||
+ | **Purpose: Not known | ||
+ | **Simulator Interface: Not known | ||
+ | **Features: Not known | ||
+ | **Status: Not ready, not more details known. | ||
+ | |||
+ | *[[PHCC_IO]] | ||
**Author: Eyal Yaniv | **Author: Eyal Yaniv | ||
− | **License: | + | **License: Not known |
**Available: Not Yet | **Available: Not Yet | ||
***http://www.viperpits.org/smf/index.php?topic=4190.msg59573#new | ***http://www.viperpits.org/smf/index.php?topic=4190.msg59573#new | ||
− | **Platforms: Windows | + | **Platforms: Windows |
− | **Purpose: Interface to | + | **Purpose: Interface to Falcon 4.0 |
− | **Simulator Interface: | + | **Simulator Interface: Falcon 4.0 |
− | **Features: | + | **Features: Not known |
− | **Status: | + | **Status: Not ready, last news about this project were in 2008. Not more details known. |
<br> | <br> | ||
+ | ""Spacer for future software solutions"" | ||
*(your solution here) | *(your solution here) | ||
**Author | **Author |
Revision as of 17:49, 20 July 2019
PHCC Compatible Software
Listing of all compatible software that can be used to communicate with PHCC. Whether its a feature-complete commercial, nicely packaged solution, or a handful of freely available scripts, it has its place here!
Note to Software Developers: Please include the platform/operating system, availability (free, commercial, in development,...) and further info. You can link to your own project website, or create subpages on this wiki right here.
Basic software -> with commandline-shell:
- PHCC Firmware Loader aka. AN851Host, an851host_newserial
- Author: Manuel Bessler
- License: GPL/LGPL
- Available: Yes, as source code
- Components: PHCC Serial
- Platforms: Linux/Unix/Windows(/Mac)
- Purpose: Uploading firmware through the bootloader in the motherboard PIC microcontroller
- Simulator Interface: None
- Features: Commandline only
- Status: Ready
- PHCC standalone_tests
- Author: Manuel Bessler
- License: GPL/LGPL
- Available: Yes, as source code
- Components: PHCC Serial
- Platforms: Linux/Unix/Windows(/Mac)
- Purpose: Testing of different PHCC subsystems
- Simulator Interface: None
- Features: Commandline only
- Status: Ready
Basic software -> with graphical interface
- PHCC Test Tool
- Author: LightningViper
- License: GPL/LGPL
- Available: Yes, as source code
- Self-executable files:
- Source-code:
- Platforms: Linux/Unix/Windows(/Mac)
- Purpose: Software to test all connected PHCC hardware
- Simulator Interface: None
- Features: Interface for testing all motherboard and daughterboard features
- Status: Ready
Software development -> support-tools
- PHCC interface library
- Author: LightningViper
- License: GPL/LGPL
- Available: Yes, as source code
- Self-executable files:
- Source-Code:
- Platforms: Linux/Unix/Windows(/Mac)
- Purpose: DLL-file to make writing programs for PHCC-hardware easier. Works with C#.
- Simulator Interface: None.
- Features: Out-of-the-box features for the PHCC motherboard and most daughterboards.
- Status: Ready
Known software in development -> maybe abandoned
- CIM
- Author Gene Buckle
- License: Not known
- Available: Not Yet
- link goes here
- Platforms: Not known
- Purpose: Not known
- Simulator Interface: Not known
- Features: Not known
- Status: Not ready, not more details known.
- PHCC_IO
- Author: Eyal Yaniv
- License: Not known
- Available: Not Yet
- Platforms: Windows
- Purpose: Interface to Falcon 4.0
- Simulator Interface: Falcon 4.0
- Features: Not known
- Status: Not ready, last news about this project were in 2008. Not more details known.
""Spacer for future software solutions""
- (your solution here)
- Author
- License:
- Available:
- link goes here
- Platforms:
- Purpose:
- Simulator Interface:
- Features:
- Status:
- (your solution here)
- Author
- License:
- Available:
- link goes here
- Platforms:
- Purpose:
- Simulator Interface:
- Features:
- Status:
- (your solution here)
- Author
- License:
- Available:
- link goes here
- Platforms:
- Purpose:
- Simulator Interface:
- Features:
- Status:
- (your solution here)
- Author
- License:
- Available:
- link goes here
- Platforms:
- Purpose:
- Simulator Interface:
- Features:
- Status: