Project

General

Profile

Menu Commands » History » Revision 2

Revision 1 (Hamish, 2008-04-23 15:35) → Revision 2/11 (Hamish, 2008-04-23 16:21)

h1. Menu Commands 

 h2. close 

 - Stop serial communications 

 h2. copyright 

 - Print the copyright notice 

 h2. data 

 - Set number of data bits 

 h2. help 

 - This guff 

 h2. kill_conn 

 - Stop a given connection's serial communications 

 h2. open 

 - Connect or resume communications with a serial port 

 h2. parity 

 - Set the serial parity 

 h2. port 

 - Set serial port number 

 h2. quit 

 - exit from this session 

 h2. show_conn_table 

 - Show the connections table 

 <pre style="background-color:black; color:white"> 
 w000c2989d2df> show_conn_table 
 slot state id Menu mThr Net net    netTh Ser serial serialTh Echo netrx nettx 
 ---- ----- -- ---- ---- --- ---- ----- --- ------ -------- ---- ----- ----- 
 0      ACTIV    1 YES    1884 OK    1900       0 OK      1848       1840 YES       76    1886 
 1      ACTIV    2 YES    1860 OK    1872       0           -1          0 YES       14     783 
 2             0           0          0       0            0          0 NO         0       0 
 3             0           0          0       0            0          0 NO         0       0 
 4             0           0          0       0            0          0 NO         0       0 
 5             0           0          0       0            0          0 NO         0       0 
 6             0           0          0       0            0          0 NO         0       0 
 7             0           0          0       0            0          0 NO         0       0 
 </pre> 

 h2. speed 

 - Set serial port speed 

 h2. status 

 - Show current serial port status 

 <pre style="background-color:black; color:white"> 
 w000c2989d2df> status 
 status: 

   port=1    speed=9600    data=8    parity=0    stop=0 
   state=open 

   connectionid=1    hostname=w000c2989d2df 

 </pre> 

 h2. stop 

 - Set number of stop bits