Remote Control Instructions; Rs232 Pinout (9-Pin D-Sub) - G&G JJ-BC Series Operating Instruction

Laboratory/analytical balances
Table of Contents

Advertisement

12.3 Remote control instructions

Via the RS232 data interface, the computer can control the balance with subsequent commands.
If the transmit / device setting is 27 (27=1B
the balance by ASCII code:
1BH+70H (ACSII Code p): sending data
1BH+71H (ACSII Code q): calibration function is active
1BH+72H (ACSII Code r): Counting function is active
1BH+73H (ACSII Code s): Weighing unit selection
1BH+74H (ACSII Code t): Taring

12.4 RS232 Pinout (9-pin D-Sub)

DE-9 plug pin-out (9-pin., male), as it is usually
available at DTE
DTE - data terminal equipment (Terminals resp. computer)
DCE - data circuit-terminating equipment (Balance)
Abbreviation Name
RxD
Receive Data
TxD
Transmit Data Carries data from DTE to DCE. 3
GND
Ground
Application Example:
If the setting is C3---2, C4---27 (default setting), the codes shown in VB as following:
MSComm1.Settings = "600,n,8,1"
MSComm1.Output = Chr(&H1B) + Chr(&H70)
'or
MSComm1.Output = Chr(27) + Chr(112)
'or
MSComm1.Output =Chr(27) +"p"
Do
DoEvents
Loop Until MSComm1.InBufferCount = 14
a = MSComm1.Input
Print a
Software and additional manuals can be downloaded at
, default setting), the remote control commands are sent to
hex
Signal
Typical purpose
Carries data from DCE to DTE. 2
(Print)
(CAL - Key)
(TARE - Key)
DE-9 socket pin-out (9-pin., female), as it is
usually available at DCE
Pin
DE-9 DTE (e.g. PC) DCE (e.g. Balance)
Input
Output
5
-
'sent a print commando
https://gandg.de
G&G GmbH | Interface RS 232C
Origin
Output
Input
-
15

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents