Sensoray 518 Uživatelský manuál Strana 33

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 57
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 32
32
Read Firmware Version
This command returns the coprocessor firmware version number times 100. The firmware
version number is printed on the EPROM device plugged into the coprocessor board.
COMMAND: (240), (5), (0)
RESPONSE: (Version_MSB), (Version_LSB)
EXAMPLE:
‘ This code fragment reads and prints the coprocessor firmware version.
CALL Send518byte (BasePort%, 240)
CALL Send518byte (BasePort%, 5)
CALL Send518byte (BasePort%, 0)
Version% = Read518word (BasePort%)
PRINT USING “518 firmware version = ##.##”, Version% / 100!
Zobrazit stránku 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 56 57

Komentáře k této Příručce

Žádné komentáře