Difference between revisions of "Hydrover Developement System"
From Hydrover
(→Developement System) |
|||
Line 1: | Line 1: | ||
+ | = Description = | ||
The Hydrover Developement System is a collection of software tools and libraries that you can use for free to develop your applications. | The Hydrover Developement System is a collection of software tools and libraries that you can use for free to develop your applications. | ||
Line 6: | Line 7: | ||
* [https://www.compuphase.com/pawn/pawn.htm PAWN], scripting language | * [https://www.compuphase.com/pawn/pawn.htm PAWN], scripting language | ||
* [[HydLib]], library that interface the PAWN language with the hardware | * [[HydLib]], library that interface the PAWN language with the hardware | ||
− | |||
− | + | = Tools = | |
Here you can find all the software that you need to get started in programming. | Here you can find all the software that you need to get started in programming. | ||
Line 23: | Line 23: | ||
* [http://qfsm.sourceforge.net Qfsm] simple and fast program that help in designing FSM ( Finite State Machine ) | * [http://qfsm.sourceforge.net Qfsm] simple and fast program that help in designing FSM ( Finite State Machine ) | ||
− | + | = Tutorials = | |
=== Developement System === | === Developement System === | ||
Line 37: | Line 37: | ||
* [[Finite State Machine]] | * [[Finite State Machine]] | ||
− | + | = Examples = | |
=== Wiring === | === Wiring === |
Revision as of 13:43, 2 June 2017
Contents
Description
The Hydrover Developement System is a collection of software tools and libraries that you can use for free to develop your applications.
It is mainly base on:
- Notepad++, powerfull programming editor
- PAWN, scripting language
- HydLib, library that interface the PAWN language with the hardware
Tools
Here you can find all the software that you need to get started in programming.
- HydDevKit all in one package with all programs, libraries and device drivers for all our boards
If you prefer to download from the original Author's pages:
- PAWN the scripting language compiler
- Notepad++ one of the most powerfull editor for programmers with syntax highlight
- FastLCD free program that help in fast icon/image creation
- PuTTY fast and flexible serial terminal emulator for comunication over RS-232
- Qfsm simple and fast program that help in designing FSM ( Finite State Machine )
Tutorials
Developement System
- Configuration of Notepad++ for use with PAWN
- Installing USB Serial Driver
- H6105-D Configuration
- H6103 Configuration
- H6104-P Configuration
- Firmware Updates
PAWN Programming
Examples
Wiring
- CAN BUS wiring and terminators
- H6105-D and H6103 basic input/output wiring
- H6105-D wiring a rotary encoder with push button