Difference between revisions of "Hydrover Developement System"
From Hydrover
(→Tools) |
(→Programming) |
||
Line 49: | Line 49: | ||
* [[H6105-D and H6103 basic input/output]] | * [[H6105-D and H6103 basic input/output]] | ||
* [[H6105-D and H6103 power saving on outputs]] | * [[H6105-D and H6103 power saving on outputs]] | ||
− | * [[H6105-D Encoder and Menu]] | + | * [[H6105-D Rotary Encoder and Menu]] |
* [[H6105-D and H6104-P PWM Config and Usage]] | * [[H6105-D and H6104-P PWM Config and Usage]] | ||
* [[H6105-D and H6104-P PWM Current Sequence]] | * [[H6105-D and H6104-P PWM Current Sequence]] |
Revision as of 01:53, 6 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 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
- Functions of USB and Serial Port
- H6105-D System Configuration
- H6103 Configuration
- H6104-P Configuration
- Firmware Updates
PAWN Programming
Examples
Industrial
Wiring
- CAN BUS wiring and terminators (Industrial)
- H6105-D and H6103 basic input/output wiring
- H6105-D wiring a rotary encoder with push button
Programming
- H6105-D Hello World !!!
- H6105-D and H6103 basic input/output
- H6105-D and H6103 power saving on outputs
- H6105-D Rotary Encoder and Menu
- H6105-D and H6104-P PWM Config and Usage
- H6105-D and H6104-P PWM Current Sequence
- H6105-D and H6104-P Axis Control