7188E Simulator

 

Version : 2.41 Beta
Date : Feb-27, 2003


1. Users can develop client program without 7188E.

2. The 7188E Simulator can works on the same PC with the client development even the local network does not ready yet.

3. Every command(or data) that received from (or sent to) the client will shows on the screen.
Does the command had been sent out? Does the command is valid for the 7188E?
Now, you can see the details all on the screen of 7188E Simulator.

4. This version supports the following commands :

command format return example
Version <01> v2.4 01 => v2.4
Baud <02,Port(1),Baud> OK 0219600 => OK
Line <03,Port(1),LineControl(3)> OK 0318N1 => OK
SetIp <08,IP(12)> OK..Reconnect 08192168255001 => OK..Reconnect
Recv Timeout <09,Timeout(4)> OK 091000 => OK
ServerName <10> 7188E2 10 => 7188E2
Diag <11,String(<80)> <String(<80)> 11hello => <hello>
SetGateway <12,GatewayIp(12)> OK..Reconnect 12192168000001 => OK..Reconnect
GetGateway <13> <GatewayIP> 13 => 192.168.0.1
SetMask <14,Mask(12)> OK..Reconnect 14255255000000 => OK..Reconnect
GetMask <15> <Mask> 15 => 255.255.0.0
GetComStatus <16,Port(1)> <Baud,format> 161 => 9600,8,N,1

5. For commands that 7188E Simulator does not supported, it returns "[command]" to client.

6. The 7188E Simulator is useful for clients debugging.

7. To uses the 7188E Simulator locally, user's client have to connect to the IP address of the (same) user's PC.