-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
44 lines (30 loc) · 1006 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
The binary will run .bp format files, as well as stripped bpun files.
all configuration of start parameters is done through nd100em.conf file,
see instructions in the example file for examples of how to use it.
To run a particular program copy it first either to test.bpun or test.bp depending
on format, and then set the correct start address in config file.
For example, to run MAC: (start address 173415 octal)
copy NPL.bp to test.bp, and set config file to bp format, and start addess
63245.
Then run emulator with ./nd100em.
./nd100em
Loading...
- MAC -
----
We now also have support for simple panel as well as console on sockets.
Panel connects to port 5000
Console connects to port 5001
----
Panel communication format:
Say we want to depress the OPCOM button.
then we send cleartext:
OPCOM_PRESSED<lf>
Current commands:
OPCOM_PRESSED
MCL_PRESSED
LOAD_PRESSED
STOP_PRESSED
//TO BE EXPANDED!!!
----
Console communication format:
Console communicates as a standard telnet connection...