Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ntdisp-0.5.2-3-win32.exe | 2013-12-09 | 4.1 MB | |
ntdisp-0.5.2-2-win32.exe | 2013-11-18 | 3.9 MB | |
ntdisp-0.5.2-1-win32.exe | 2013-11-17 | 3.9 MB | |
ntdisp-0.5.0-8-win32.exe | 2013-09-05 | 4.1 MB | |
ntdisp-0.5.0-7-win32.exe | 2013-08-04 | 4.1 MB | |
ntdisp-0.5.0-6-win32.exe | 2013-08-04 | 4.1 MB | |
gschemas.compiled | 2013-04-16 | 2.1 kB | |
ntdisp-0.5.0-5-win32.exe | 2013-04-12 | 3.8 MB | |
ntdisp-0.5.0-4-win32.exe | 2013-02-22 | 3.6 MB | |
ntdisp-0.5.0-3-win32.exe | 2013-02-14 | 3.6 MB | |
ntdisp-0.5.0-2-win32.exe | 2013-02-06 | 3.6 MB | |
gschemas.compiled-0.5.0-4 | 2013-02-06 | 2.0 kB | |
ntdisp-0.5.0-1-win32.exe | 2013-01-31 | 3.6 MB | |
ntdisp-0.4.0-4-win32.exe | 2013-01-22 | 3.6 MB | |
Totals: 14 Items | 46.3 MB | 0 |
General information =================== ntdisp, short for NtD In System Programming, is a system for programming LPC and STM32 (and possible others) embedded devices. Further backend can be added by implementing the NtdIsp virtual class: NtdStm and NtdLpc are two examples. Three different front-ends are provided: a GObject based library (for developers), an executable binary (for computer geeks) and a graphical interface (for less geeky users). ntdisp is a cross-platform project and should run on POSIX systems that implements unistd.h and where the communication devices are mapped to files (GNU/Linux, *BSD and OpenIndiana should fit the bill) and on Windows platforms that provide the needed APIs (AFAICT, all versions are supported). The graphical interface needs to be built on a platform supported by the GTK+3 library. If needed, the compilation of this graphical front-end can be disable at configure time. When the program does not work out of the box on a platform where it should, it is a bug. Please consider submitting it on the bug tracker: http://dev.entidi.com/p/ntdisp/issues/ Below, a typical command line session on POSIX systems: ntdisp -p lpc -d /dev/ttyS0 -iC ntdisp -p lpc -d /dev/ttyS0 -W dump.bin ntdisp -p lpc -d /dev/ttyS0 -R > new-dump.bin and the equivalent on Windows: ntdisp.exe -p lpc -d COM1 -iC ntdisp.exe -p lpc -d COM1 -W dump.bin ntdisp.exe -p lpc -d COM1 -R > new-dump.bin