差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

wfldataprotocol [2020/03/05 15:33]
gongyu 创建
wfldataprotocol [2020/03/05 15:35] (当前版本)
gongyu
行 1: 行 1:
-====== ​Digilent Instrumentation Protocol ​======+### Digilent Instrumentation Protocol
  
 The Digilent Instrumentation Protocol is a JSON encoded command set for communicating with and controlling electronic instruments. The Digilent Instrumentation Protocol was initially designed as the communication protocol between [[/​reference/​software/​waveforms-live/​start | WaveForms Live]] and and the [[/​reference/​instrumentation/​openscope-mz/​start | OpenScope MZ]], however the protocol is designed to be hardware agnostic and extensible. The Digilent Instrumentation Protocol is a JSON encoded command set for communicating with and controlling electronic instruments. The Digilent Instrumentation Protocol was initially designed as the communication protocol between [[/​reference/​software/​waveforms-live/​start | WaveForms Live]] and and the [[/​reference/​instrumentation/​openscope-mz/​start | OpenScope MZ]], however the protocol is designed to be hardware agnostic and extensible.
行 5: 行 5:
 JSON encoding offers several advantages including ease of use in JavaScript based web and mobile applications,​ human readable commands, and bus agnostic communication that easily supports HTTP, UART, TCP, WebSockets and more. JSON encoding offers several advantages including ease of use in JavaScript based web and mobile applications,​ human readable commands, and bus agnostic communication that easily supports HTTP, UART, TCP, WebSockets and more.
  
-==== Command Format ​====+#### Command Format 
 ---- ----
 +
   * The JSON data below is expanded for readability. ​ All JSON should be minified (white space removed) before transmission.   * The JSON data below is expanded for readability. ​ All JSON should be minified (white space removed) before transmission.
   * Unless otherwise noted all commands are sent using the POST method when using HTTP.   * Unless otherwise noted all commands are sent using the POST method when using HTTP.
行 31: 行 33:
 </​code>​ </​code>​
  
-===== Multi Command ​=====+#### Multi Command 
 ---- ----
 Multiple commands can be sent in a single transaction using a multicommand. Multiple commands can be sent in a single transaction using a multicommand.
  
-===Example:===+##### Example:
 <WRAP group> <WRAP group>
 <WRAP half column> <WRAP half column>
行 92: 行 95:
 \\ \\
  
-====== ​Debug Print ======+### Debug Print
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​debugprint&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​debugprint&​fullpage}}
  
-====== ​Mode ======+### Mode
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​mode&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​mode&​fullpage}}
  
-====== ​File ======+### File
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​file&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​file&​fullpage}}
  
-====== ​Device ​======+### Device
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​device&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​device&​fullpage}}
  
-====== ​Oscilloscope ​======+### Oscilloscope
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​oscilloscope&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​oscilloscope&​fullpage}}
  
-====== ​Waveform Generator ​======+### Waveform Generator
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​waveform-generator&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​waveform-generator&​fullpage}}
  
-====== ​Logic Analyzer ​======+### Logic Analyzer
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​logic-analyzer&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​logic-analyzer&​fullpage}}
  
-====== ​GPIO ======+### GPIO
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​gpio&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​gpio&​fullpage}}
  
-====== ​Power Supply ​======+### Power Supply
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​power-supply&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​power-supply&​fullpage}}
  
-====== ​Trigger ​======+### Trigger
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​trigger&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​trigger&​fullpage}}
  
-====== ​Logger ​======+### Logger
 {{page>/​reference/​software/​digilent-instrumentation-protocol/​logger&​fullpage}} {{page>/​reference/​software/​digilent-instrumentation-protocol/​logger&​fullpage}}