background image

 

int 

stop 

   Stop 

bits 

setting 

 

 

 

 

1, 2 

 

 

 

 

(stop bit = 1 is for data bits = 5,6,7, or 8) 

 

 

 

 

(stop bit = 2 is for data bits = 6,7, or 8) 

 

 

 

 

For details, refer to RS-232 chip set data book 

 
int cmd_type 

 

 

Received data format setting. 

 

 

 

 

0: single byte mode. The data format is a single byte character.  

    User 

can 

use 

comm_get_rec_datas

 to receive single byte data. 

 

 

1: command mode. The data format is a string. User can use  

 

 

 

 

comm_get_rec_str

 to receive string data. 

Return: 

Returns a 1 if command succeeds. Returns a 0 if it fails. 

 
 
 
comm_send  

 

Syntax: 

int comm_send(unsigned char c, unsigned char port) 
 

Function Description: 

To send a character to a specified communication port. 
 

Parameter 

 

  Description 

unsigned char c  

 

Represents character to be sent. 

 
unsigned char port  

 

Specifies communication port to which character is sent (COM1 or 

 COM2) 

 

 

 

 

1: COM1 port 

 

 

 

 

2: COM2 port 

 

Return: 

Returns a 1 if command succeeds. Returns a 0 if it fails. 

 
 
 
comm_get_rec_datas 

 

Syntax: 

int comm_get_rec_datas(unsigned *length, unsigned char **data, unsigned char port) 
 

Function Description : 

The function is called to receive a single byte of data. The function call returns a success flag if the 
communication port receives any data. The function call returns a failed flag if the buffer of the 
communication port is empty. The length of the data packet received (in bytes) is stored in parameter 
"length".  The contents of the data packet received are stored in parameter "data". 
 

Parameter 

  Description 

unsigned *length 

 

Returns the length of the received data 

 
unsigned char **data 

 

Returns the received data contents. User must first allocate a  

 

data buffer ( Use 

comm_int

 function call ). Before exiting program, user 

 

must free this buffer ( Use 

comm_exit

 function call ).  

 

unsigned char port 

 

Specifies communication port (COM1 or COM2) 

 

 

 

 

1: COM1 port 

 

 

 

 

2: COM2 port 

Summary of Contents for ADAM-4500

Page 1: ...ranslated or transmitted in any form or by any means without the prior written permission of Advantech Co Ltd Information provided in this manual is intended to be accurate and reliable However Advant...

Page 2: ...nnection 9 RS 485 Connection 10 Chapter 3 Programming and Downloading 11 3 1 Programming 11 Mini BIOS functions 11 Converting Program Codes 11 Other limitations 12 Programming the Watchdog timer 12 In...

Page 3: ...nterface via the jumper setting The COM2 port is dedicated as an RS 485 port This unique design makes the controller suitable for use in a variety of applications Built in Real time Clock and Watchdog...

Page 4: ...Connector Plug in terminal block Transmission speed up to 115 2 Kbps Max transmission distance 1220 m 4000 feet Power Unregulated 10 to 30 VDC Protected against power reversal Power consumption 2 0 W...

Page 5: ...1 4 System Diagram ADAM 4500 Figure 1 1 ADAM 4500 Diagram...

Page 6: ...line before implementing it in your application 2 1 System Requirements to Setup ADAM 4500 The following list gives an overview of what is needed to setup install and configure an ADAM 4500 system AD...

Page 7: ...Step 1 Review the requirements Before you power on the ADAM 4500 make sure you have a host computer a power supply and the utility software and download cable Step 2 Wiring the power cables and downl...

Page 8: ...the ADAM 4500 communication controller When the file is executed the main screen appears as shown in figure 2 3 Figure 2 3 Main Screen Setup COM port First highlight the COMport option on the top bar...

Page 9: ...shown in figure 2 5 will appear The ADAM 4500 system is successfully started up Figure 2 5 Emulating Screen of ADAM 4500 2 3 Jumper Setting We designed the ADAM 4500 with ease of use in mind It has th...

Page 10: ...unication Wiring The ADAM 4500 offers two serial ports COM1 3F8 in RS 232 or RS 485 and COM2 2F8 in RS 485 COM1 can be configured as an RS 232 or as an RS 485 interface via the jumper setting This pro...

Page 11: ...500 is ROM DOS an MS DOS equivalent system It allows users to run application programs written in assembly language as well as high level languages such as C or C However there are limitations when ru...

Page 12: ...ROM space for downloading user applications An additional free 234 KB of SRAM is provided for operation of applications Programming the Watchdog Timer The ADAM 4500 is equipped with a watchdog timer f...

Page 13: ...sk about 171 K 0xC0000 Start of ROM DOS about 48 K 0x40000 0xBFFFF No Use 0x00400 0x3FFFF SRAM area 0x00000 0x003FF System area 0x003F8 0x003FF COM1 0x002F8 0x002FF COM2 0x00070 0x00071 Real time cloc...

Page 14: ...E into the flash ROM It is therefore critical that all the required files be available in directory ALLFILE when the utility software tries to install ALLFILE s contents on the ADAM 4500 s flash ROM D...

Page 15: ...the utility software select terminal mode and press Alt T File transfer will begin and the screen shown in figure 3 4 will appear Figure 3 4 File Transferring Key in the specific directory and file n...

Page 16: ...PC Load the converted application program and the files AUTOEXEC BAT COMMAND COM and CONFIG SYS into directory ALLFILE Execute the utility software to download the contents of ALLFILE into the ADAM 4...

Page 17: ...ion the user must call this function to release the communication port before the user s program terminates Return Returns a 1 if command succeeds Return a 0 if it fails comm_open Syntax int comm_open...

Page 18: ...COM1 or COM2 1 COM1 port 2 COM2 port Return Returns a 1 if command succeeds Returns a 0 if it fails comm_get_rec_datas Syntax int comm_get_rec_datas unsigned length unsigned char data unsigned char po...

Page 19: ...gned char data Returns the received string contents User must first allocate a data buffer Use comm_int function call Before exiting program user must free this buffer Use comm_exit function call unsi...

Page 20: ...book for the STARTECH 16C550 UART chip All registers are one byte in length Bit 0 is the least significant bit and bit 7 is the most significant bit The address of each register is specified as an off...

Page 21: ...bit 1 Bit 1 Bit 0 Word length bits 0 0 5 0 1 6 1 0 7 1 1 8 bit 2 Number of stop bits bit 3 Parity enable bit 4 Even parity select bit 5 Stick parity bit 6 Set break bit 7 Divisor Latch Access Bit DLAB...

Page 22: ...equipment is not used for a long time disconnect the equipment from mains to avoid being damaged by transient overvoltage 12 Never pour any liquid into opening this could cause fire or electrical sho...

Page 23: ...geren Zeitraum nicht benutzt sollten Sie es vom Stromnetz trennen Somit wird im Falle einer berspannung eine Besch digung vermieden 12 Durch die L ftungs ffnungen d rfen niemals Gegenst nde oder Fl ss...

Reviews: