When using 
 Visual Basic.NET
When using Visual C#.NET
When using Visual C++.NET
When using Python
Function Operation
Initialize / Exit Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Performs initialization  | 
	|
Terminates GP-IB  | 
	|
Transmits IFC  | 
	|
Sets REN  | 
	|
Resets REN  | 
	|
Transmit Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Transmits data  | 
	|
Transmits Binary data(VB.NET)  | 
	|
Receives data  | 
	|
Receives Binary data(VB.NET)  | 
	|
Transmits data asynchronously  | 
	|
Receives data asynchronously  | 
	|
Check asynchronous function status  | 
	|
Stop asynchronous function  | 
	|
Transmits data  | 
	|
Transmits Binary data(VB.NET)  | 
	|
Receives data  | 
	|
Receives Binary data(VB.NET)  | 
	|
Sets delimiters  | 
	|
Sets timeout  | 
	|
Sets FIFO  | 
	|
Transfer make slow.  | 
	|
Sets the ESC key check  | 
	|
Transmits data file  | 
	|
Receives data file  | 
	|
Scheduling is performed  | 
	|
Serial Poll Functions (Master)  | 
		
	|
Function name  | 
		Feature  | 
	
Executes serial poll of All  | 
	|
Executes serial poll  | 
	|
Parallel Poll Functions (Master)  | 
		
	|
Function name  | 
		Feature  | 
	
Allocates lines for parallel poll response output  | 
	|
Executes parallel poll  | 
	|
SRQ Functions (Slave)  | 
		
	|
Function name  | 
		Feature  | 
	
Set the status byte and SRQ sent.  | 
	|
Checks status bytes  | 
	|
Sets response mode for parallel poll  | 
	|
Event Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Raise some events  | 
	|
Enable next event handling of GpSetEvent  | 
	|
Specify SRQ event flag  | 
	|
Specify DET(Trigger) event flag  | 
	|
Specify DEC(Device Clear) event flag  | 
	|
Status Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Search out connected devices by address  | 
	|
Search out connected devices  | 
	|
Get / Set the uPD7210C register and Board status  | 
	|
Reads from the uPD7210C register and Board status  | 
	|
Set UpperCode Enable / Disable  | 
	|
Enables or disables TA/LA bit.  | 
	|
Device Control Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Transmits commands asynchronously  | 
	|
Transmits commands  | 
	|
Transmits SDC command  | 
	|
Transmits DCL command  | 
	|
Transmits GET command  | 
	|
Transmits GTL command  | 
	|
Transmits LLO command  | 
	|
Transmits TCT command  | 
	|
Strings Convert Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Contents of a change by the character line change function are established.(GpCnv***)  | 
	|
Contents of a change by the character line change function are established.(GpCnv***ToStr)  | 
	|
The character line divided with separator is changed into the Double value, and stored for the arrangement.  | 
	|
The character line divided with separator is changed into the Double value, and stored for the arrangement.  | 
	|
The character line divided with separator is changed into the Float(In VB is Single value) value, and stored for the arrangement.  | 
	|
The character line divided with separator is changed into the Float value, and stored for the arrangement.  | 
	|
Numerical value is made one ASCII character line on the condition with GpCnvSettings (), GpCnvSettingsToStr().  | 
	|
Numerical value is made one ASCII character line with separator on the condition with GpCnvSettings (), GpCnvSettingsToStr().  | 
	|
Numerical value is made one ASCII character line on the condition with GpCnvSettings (), GpCnvSettingsToStr().  | 
	|
Numerical value is made one ASCII string with separator on the condition with GpCnvSettings (), GpCnvSettingsToStr().  | 
	|
Setup translate direction in GpCnvCv*** functions.  | 
	|
2-bytes binary data is changed into short(Integer)  | 
	|
2-bytes binary data is changed into short(Integer)  | 
	|
4-bytes binary data(IEEE format) is changed into Float(Single)  | 
	|
4-bytes binary data(IEEE format) is changed into Float(Single)  | 
	|
8-bytes binary data(IEEE format) is changed into double(Double)  | 
	|
8-bytes binary data(IEEE format) is changed into double(Double)  | 
	|
Wait Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Waits for timer  | 
	|
IEEE488.2 Functions  | 
		
	|
Function name  | 
		Feature  | 
	
*RST command  | 
	|
*OPC command  | 
	|
*WAI command  | 
	|
*CLS command  | 
	|
*TRG command  | 
	|
*PRE command  | 
	|
*ESE command  | 
	|
*SRE command  | 
	|
*IDN? request  | 
	|
*OPT? request  | 
	|
*PUD? request  | 
	|
*RDT? request  | 
	|
*CAL? request  | 
	|
*LRN? request  | 
	|
*TST? request  | 
	|
*OPC? request  | 
	|
*EMC? request  | 
	|
*GMC? request  | 
	|
*LMC? request  | 
	|
*IST? request  | 
	|
*PRE? request  | 
	|
*ESE? request  | 
	|
*ESR? request  | 
	|
*PSC? request  | 
	|
*SRE? request  | 
	|
*STB? request  | 
	|
*DDT? request  | 
	|
Old Functions  | 
		
	|
Function name  | 
		Feature  | 
	
Sets a service request  | 
	|
Sets status bytes  | 
	|
Reads from the uPD7210C register  | 
	|
Use GpSrqEventEx  | 
	|
Create event message by receiving SRQ  | 
	|
Enable next event handling  | 
	|