вы в какой стране живете?
в меню Scope->ScopeFinder->Add при выборе RS-232 его параметры устанавливаются?
т.е как я понимаю при отправке команды *IDN? я должен получить модель, версию прошивки и т.д? но не получаю ничегоMISCELLANEOUS *IDN?
Query
DESCRIPTION The *IDN? query is used for identification purposes. The response
consists of four different fields providing information on the
manufacturer, the scope model, the serial number and the firmware
revision level.
QUERY SYNTAX *IDN?
RESPONSE FORMAT *IDN LECROY,<model>,<serial_number>,<firmware_level>
<model>: = A 6- or 7-character model identifier (93XXXX or LCXXXXX)
<serial_number>: = A 9- or 10-digit decimal code (93XXXXXXX or
LCXXXXXXXX)
<firmware_level>: = 2 digits giving the major release level followed
by a period, then one digit giving the minor
release level followed by a period and a singledigit
update level (xx.y.z)
EXAMPLE (GPIB) This example issues an identification request to the scope:
CMD$=“*IDN?”: CALL IBWRT(SCOPE%,CMD$):
CALL IBRD(SCOPE%,RSP$): PRINT RSP$
Response message:
*IDN LECROY,9314L_,931401000,6.0.0