Newbrain Emulator Help
User guide
×
Serial Communication
 
 
Com output is directed to PC Com Port 1-4.
 
You can also Change the Com Parameters
 
Baud Rate
Stop Bits
Data Bits
Parity
 
You can also redirect to another PC running the emulator through the tcp/ip network.
You have to select one pc to act as the server and one act as the client.
 
Address is the address of the other PC.
Port is the port that is being used for both pcs.
 
Bound ip is the local machines ip that the emulator is using to listen and send bytes.
If you want to send through the Internet then you must pick your Internet address and
if you are using a firewall you should make sure that the communication is allowed through the
specified port.
 
To use comms use Open#9,9
 
Put#9,x
Get#9,x
Print#9,a
Print#9,"HELLO WORLD"
Input#9,A$
 
The online help was made with Dr.Explain

Unregistered version