AX10445 Module Series User
’
s Manual
Application
26
(**********************************************************************************)
(* Repeat to send and receive data via PC communication port number 1 *)
(**********************************************************************************)
begin
clrscr;
com_init;
is_485 :=TRUE;
while not keypressed do
begin
(* reset receiver buffer index *)
ii := 1;
(* issue write data routine *)
write_com(‘This is a product of AXIOMTEK. Made In
Taiwan.’,43);
(* wait for completion of remote response *)
(* *)
(* show on screen *)
for i := 1 to ii-1 do
write(chr(rxbuf[i]):1);
writeln;
(* user routines for checksum, retrieving data… *)
(* *)
end;
(* restore all changed system resource *)
setintvec(intno,intbuf);
port[$21] := port[$21] or (not mask);
port[pa+4] := 0;
port[pa+1] := 0;
end.
Содержание AX10445 Series
Страница 1: ...AX10445 Series Isolated Dual Channel RS422 485 Interface Module User s Manual...
Страница 10: ...AX10445 Module Series User s Manual 4 This page does not contain any information...
Страница 20: ...AX10445 Module Series User s Manual Setting up the AX10445 14 This page does not contain any information...
Страница 41: ...AX10445 Module Series User s Manual Application 33 return 0 void Reset_Buf rear1 front1 rear2 front2 0...
Страница 46: ...AX10445 Module Series User s Manual 36 This page does not contain any information...
Страница 48: ...AX10445 Module Series User s Manual 38 This page does not contain any information...
Страница 50: ...AX10445 Module Series User s Manual 40 This page does not contain any information...
Страница 52: ...AX10445 Module Series User s Manual 42 This page does not contain any information...
Страница 54: ...AX10445 Module Series User s Manual 44 This page does not contain any information...
Страница 58: ...AX10445 Module Series User s Manual 48 This page does not contain any information...