]> sigrok.org Git - libsigrok.git/commit - src/scpi/scpi_tcp.c
scpi_tcp: split into scpi_tcp_raw and scpi_tcp_rigol
authorAurelien Jacobs <redacted>
Sat, 11 Jan 2014 23:38:08 +0000 (00:38 +0100)
committerAurelien Jacobs <redacted>
Sat, 11 Jan 2014 23:38:08 +0000 (00:38 +0100)
commit104ed125532596a43f2d95d9a5d05bd6d51b9afa
tree5dc9c91c1ab3a819fd7e0695805d3f6176b344c9
parentf754c1469188a5e1a82c98532cb21b334530a91a
scpi_tcp: split into scpi_tcp_raw and scpi_tcp_rigol

The current implementation is renamed to tcp-rigol as it seems to be
a Rigol proprietary protocol used only on Rigol VS5000 series.

A new tcp-raw implementation is introduced which simply carries raw SCPI
commands over TCP. It is probably a much more common protocol and it is
at least available on Rigol DS2000 series on port 5555.
hardware/common/scpi.c
hardware/common/scpi_tcp.c