Difference between revisions of "Loto OSCxxx series"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
Martinloren (talk | contribs) m (Protocoll started) |
||
Line 38: | Line 38: | ||
== Protocol == | == Protocol == | ||
=== OSC802 === | |||
Commands sent via Control Transfer to EP0. Samples buffer available on Bulk EP. List of commands (provisional): | |||
''' | {| border="0" width="95%" style="font-size: smaller" class="alternategrey sigroktable" | ||
|- | |||
! style="width: 3em;" | Request Type | |||
! style="width: 3em;" | Request | |||
! style="width: 3em;" | Value | |||
! style="width: 3em;" | Index | |||
! style="width: 3em;" | Data | |||
! Description | |||
|- | |||
| 0x80 | |||
| 0x33 | |||
| 0x00 | |||
| 0x00 | |||
| 1 byte | |||
| ''Start acquisition'' | |||
|- | |||
| 0x80 | |||
| 0x50 | |||
| 0x00 | |||
| 0x00 | |||
| 1 byte | |||
| ''Check if acquisition buffer is ready. Write 0x21 in the data byte if ready.'' | |||
|- | |||
| 0x80 | |||
| 0x94 | |||
| value | |||
| 0x00 | |||
| 1 byte | |||
| ''Set sampling rate with value[0-3] and AC/DC for Channel 1 with value[4].'' | |||
''Rate values: 80MSa/s (B0000), 10MSa/s (B1000), 625KSa/s (B1100)'' | |||
''value[4] = 1 -> DC coupling, value[4] = 0 -> AC coupling, '' | |||
|} | |||
== Resources == | == Resources == |
Revision as of 07:01, 18 February 2019
Status | planned |
---|---|
Channels | 2 analog (all models) + trigger |
Samplerate | 50-200 MSa/s (by channel in dual channel) |
Samplerate (eq. time) | 0.2-1 GSa/s (dual channel combined or single channel) |
Analog bandwidth | 20-50 MHz (depending on model) |
Vertical resolution | 8bits |
Triggers | edge, pulse width, slope, video, alternate |
Input impedance | 1MΩ‖25pF±5pF |
Memory | 64Kpts (by channel, 128K total) |
Connectivity | USB host and device |
Features | math: + / — / x / FFT / Digital decoder |
Website | bbs.lotoins.com |
The Loto OSC series are ... digital storage oscilloscopes.
Devices
Model | Bandwidth (MHz) | Sample Rate (MS/s by ch) | USB VID/PID |
---|---|---|---|
Loto OSC2002 | 50 | 200 | 0x8312:0x8801 |
Loto OSC802 | 25 | 80 | 0x8312:0x8312 |
Loto OSC482 | 20 | 50 | 0x8102:0x8102 |
Loto BM102 | 20 | 50 | 0x8102:0x8102 |
Loto OSCE02 | 50 | 200 | 0x8312:0x8101 |
Protocol
OSC802
Commands sent via Control Transfer to EP0. Samples buffer available on Bulk EP. List of commands (provisional):
Request Type | Request | Value | Index | Data | Description |
---|---|---|---|---|---|
0x80 | 0x33 | 0x00 | 0x00 | 1 byte | Start acquisition |
0x80 | 0x50 | 0x00 | 0x00 | 1 byte | Check if acquisition buffer is ready. Write 0x21 in the data byte if ready. |
0x80 | 0x94 | value | 0x00 | 1 byte | Set sampling rate with value[0-3] and AC/DC for Channel 1 with value[4].
Rate values: 80MSa/s (B0000), 10MSa/s (B1000), 625KSa/s (B1100) value[4] = 1 -> DC coupling, value[4] = 0 -> AC coupling, |