Find a file
Michael Steinmann b926129db3
Update README.md
2018-07-04 14:48:13 +02:00
bin Initial commit 2018-07-03 15:54:10 +02:00
dmcp Version 3.8 update 2018-07-03 19:07:20 +02:00
help Initial commit 2018-07-03 15:54:10 +02:00
inc Initial commit 2018-07-03 15:54:10 +02:00
lib Initial commit 2018-07-03 15:54:10 +02:00
src Version 3.8 update 2018-07-03 19:07:20 +02:00
LICENSE Version 3.8 update 2018-07-03 19:07:20 +02:00
Makefile Initial commit 2018-07-03 15:54:10 +02:00
README Version 3.8 update 2018-07-03 19:07:20 +02:00
README.md Update README.md 2018-07-04 14:48:13 +02:00
stm32_program.ld Initial commit 2018-07-03 15:54:10 +02:00

SDKdemo

Note that this version of SDKdemo requires DMCP 3.8 or higher to run

  1. Info is released to assist customers using, exploring and extending the product

  2. Do NOT contact the manufacturer with questions, seeking support, etc. regarding NOMAS material as no support is implied or committed-to by the Manufacturer

  3. The Manufacturer may reply and/or update materials if and when needed solely at their discretion

This repo contains the sources for SDK demo project - simple scientific RPN calculator

README file contains basic instructions how to prepare building environment and build the program.

For the basic SDK with simple 'Hello World!' program look at DMCP_SDK repository.

You can look at this SDKdemo project for more advanced project with keyboard handling, more sophisticated LCD printing, power management, build with Intel® Decimal Floating-Point Math Library, user defined menus and more.

For ultimate project which uses other aspect of the DMCP system (like system timers, bitmap printing to LCD or printing to IR printer) look at sources of the DM42PGM project.

At this time the only source of information about the use of DMCP system interface is based on the source code of DMCP programs.