Commit Graph

  • 721fc2272e scpi_serial: Iterate serial_write as necessary to send full commands. Martin Ling 2013-12-07 16:11:27 +0000
  • bb9d6116f8 filter.c: Work around const warning. Bert Vermeulen 2013-12-07 18:50:12 +0100
  • 764e7bbfec filter.c: Fix endianness bug in sr_filter_probes Marcus Comstedt 2013-12-07 17:09:06 +0100
  • c1e45c6511 Minor whitespace fix. Bert Vermeulen 2013-12-07 15:50:25 +0100
  • c3e2b08dc9 Fix test failure Marvin Schmidt 2013-11-26 08:50:52 +0100
  • 0f4a435057 scpi_tcp: must define _WIN32_WINNT to 0x0501 or higher to get getaddrinfo(). Martin Ling 2013-12-06 03:20:48 +0000
  • 1c6736ab86 Link against the ws2_32 library on Windows. Martin Ling 2013-12-06 02:26:58 +0000
  • 789840741c rigol-ds: Enable for non-Linux, as it now supports other transports. Martin Ling 2013-12-06 01:55:04 +0000
  • 987a053084 scpi_tcp: Fix building on Windows. Martin Ling 2013-12-06 01:14:55 +0000
  • b9a5614dbf zeroplus: Rework triggerbar/trigger address logic Russ Dill 2013-12-02 22:00:30 -0800
  • c38e64c742 zeroplus: Clip sampling sizes larger that our sample memory Russ Dill 2013-12-02 21:57:46 -0800
  • 3e43da1f70 zeroplus: Add support for additional memory sizes Russ Dill 2013-12-02 21:57:04 -0800
  • e93fb98b8a zeroplus: Rename max_memory_size to max_sample_depth Russ Dill 2013-12-02 21:51:53 -0800
  • d20844e28b zeroplus: Just wait until not busy on data capture Russ Dill 2013-12-02 21:47:14 -0800
  • 60cc6f8579 zeroplus: Add usb IDs for 32 channel models, but only use 16 channels Russ Dill 2013-12-02 21:25:10 -0800
  • 7cf1a98d73 rigol-ds: Minor error reporting fix. Bert Vermeulen 2013-12-05 00:21:15 +0100
  • 91e406b921 scpi/usbtmc: Prototype fixes. Bert Vermeulen 2013-12-05 00:16:11 +0100
  • bc03a7cc2c scpi/serial: Use stubs for all SCPI functions. Bert Vermeulen 2013-12-05 00:09:34 +0100
  • 962af1a379 rigol-ds: Support VS5000 series devices. Martin Ling 2013-12-04 21:38:05 +0000
  • b8705e99e4 scpi_tcp: Adjust to observed protocol for Rigol VS5000 series. Martin Ling 2013-12-04 21:32:47 +0000
  • 3520422fc7 rigol-ds: Support TCP connection. Martin Ling 2013-12-04 20:42:22 +0000
  • 08a359138b Add implementation for SCPI over TCP. Martin Ling 2013-12-04 20:23:14 +0000
  • 56868b5d6b rigol-ds: Handle partial analog frame reads. Martin Ling 2013-12-04 13:08:49 +0000
  • 9dfeb81b09 scpi_serial: Flush buffers after opening port. Martin Ling 2013-12-04 13:03:23 +0000
  • 0dc7b43eb7 rigol-ds: Support RS232 connection. Martin Ling 2013-12-04 12:49:38 +0000
  • 4d7a9a14a3 rigol-ds: Eliminate fixed-size buffer in set_cfg. Martin Ling 2013-12-04 10:55:32 +0000
  • 87c410830d Add sr_scpi_send_variadic() function. Martin Ling 2013-12-04 10:53:51 +0000
  • 17b5b20264 Replace rigol_ds_send() function with sr_scpi_send(). Martin Ling 2013-12-04 10:25:15 +0000
  • 504f40a574 Make sr_scpi_send() take printf-style arguments. Martin Ling 2013-12-04 10:24:52 +0000
  • 1ef5138071 Only scpi_serial.c functions need HAVE_LIBSERIALPORT, not scpi.c. Martin Ling 2013-12-03 23:31:32 +0000
  • 4b4474ed6a Remove SR_INST_USBTMC which is no longer used. Martin Ling 2013-12-03 23:29:20 +0000
  • ae1bc1cc26 Port rigol-ds driver to use common SCPI functions. Martin Ling 2013-12-03 23:19:40 +0000
  • a1ff9c1897 Add sr_scpi_read() operation for reading arbitrary data. Martin Ling 2013-12-03 22:56:32 +0000
  • 31034792da Implement SCPI over USBTMC. Martin Ling 2013-12-03 22:25:33 +0000
  • 23f43dff15 Make SCPI functions device independent, with separate serial backend. Martin Ling 2013-12-03 20:40:19 +0000
  • 8d558c7a9f strutil.c: Don't expose sr_atox() as API calls for now. Uwe Hermann 2013-12-03 17:16:59 +0100
  • 082972e8c5 hameg-hmo: Reduce unnecessarily high nesting level. Uwe Hermann 2013-12-03 17:13:50 +0100
  • 719eff68ad hameg-hmo: Use hmo_ prefix for driver-local SR_PRIV functions. Uwe Hermann 2013-12-03 16:58:34 +0100
  • 89280b1a4c hameg-hmo: Minor cosmetics, coding-style fixes. Uwe Hermann 2013-12-03 16:48:21 +0100
  • d5976d8be5 scpi.c: Minor cleanups, cosmetics. Uwe Hermann 2013-12-03 16:08:59 +0100
  • c6e35004cb configure.ac: Don't build hameg-hmo if libserialport is not found. Uwe Hermann 2013-12-03 15:48:02 +0100
  • 582b3d21d3 configure.ac: Move Hameg HMO AM_CONDITIONAL to the correct place. Uwe Hermann 2013-12-03 15:37:36 +0100
  • 13f2b9d789 hameg-hmo: Add initial working driver version. poljar (Damir Jelić) 2013-10-25 18:15:00 +0200
  • 06a3e78adb hameg-hmo: Initial driver skeleton. poljar (Damir Jelić) 2013-10-15 20:45:14 +0200
  • 1bd9e678ac serial: Add function to extract serial options. poljar (Damir Jelić) 2013-10-25 18:13:20 +0200
  • 1a323dd887 scpi: Add function to fetch uint8_t. poljar (Damir Jelić) 2013-11-18 16:13:12 +0100
  • 8acbb89a1d scpi: Add function to get an array of floats. poljar (Damir Jelić) 2013-11-01 20:40:04 +0100
  • f5922adef5 scpi: Add a function to read and wait on a *OPC? reply. poljar (Damir Jelić) 2013-11-09 12:49:08 +0100
  • d730f70e06 scpi: Add more functions (getting int/bool/float/double). poljar (Damir Jelić) 2013-11-01 19:27:44 +0100
  • aa1e3b400b scpi: Add function to strictly parse bool strings. poljar (Damir Jelić) 2013-11-01 19:25:32 +0100
  • 7b9d732031 scpi: Add helper functions for SCPI communication. poljar (Damir Jelić) 2013-10-29 12:15:47 +0100
  • 9e4f8cf93b strutil: Add helper functions: string to number. poljar (Damir Jelić) 2013-11-01 18:40:06 +0100
  • 3ba7b61ab2 define correct variable for the unified Rigol driver Dan Horák 2013-12-01 22:07:18 +0100
  • 66a4357667 serial-dmm: No error message upon 0 new bytes. Uwe Hermann 2013-12-01 19:30:35 +0100
  • 9647ce694b Use new libserialport blocking/nonblocking API calls. Martin Ling 2013-11-27 01:43:49 +0000
  • 016f2e005d Fix memory leak when loading session files. Bert Vermeulen 2013-11-29 17:32:55 +0100
  • b3916147a5 rigol-ds: Fix duplicated "LA" probe group. Martin Ling 2013-11-29 01:40:50 +0000
  • ae67644fe5 Create & use new sr_usbtmc_dev_inst for Rigol DS driver. Martin Ling 2013-11-29 00:48:42 +0000
  • babab6225b DS2000 sample memory capture patches from Mathias Grimmberger. Martin Ling 2013-11-29 00:14:54 +0000
  • 355de5a110 Fix handling second channel on DS2000 series. Martin Ling 2013-11-07 23:13:30 +0000
  • 6ff1394ed1 rigol-ds: brown paper bag, using timebases instead of vdivs. Martin Ling 2013-11-01 21:49:05 +0000
  • 7cc1a55091 rigol-ds: fix calls to config_list with NULL sdi/devc. Martin Ling 2013-11-01 21:32:33 +0000
  • bafd489094 rigol-ds: Add support for DS2xx2 series. Martin Ling 2013-11-01 11:05:49 +0000
  • 3086efdd73 Rename rigol-ds1xx2 driver to rigol-ds. Martin Ling 2013-10-31 17:31:39 +0000
  • 6c57446d41 Don't accept over 64 probes. Bert Vermeulen 2013-11-26 22:20:30 +0100
  • e4c8a4d7cb input/vcd: Coding style fixes. Bert Vermeulen 2013-11-26 22:11:48 +0100
  • 3453970079 output/csv: Fix wrong cast. Bert Vermeulen 2013-11-26 16:59:04 +0100
  • c4d85a4026 serial.c: Re-enable serial_read() error reporting. Uwe Hermann 2013-11-26 16:29:43 +0100
  • 25b66c3c61 Use new libserialport opaque configuration structure. Martin Ling 2013-11-23 21:00:28 +0000
  • 3182932d36 Use accessor for new libserialport opaque port structure. Martin Ling 2013-11-23 20:48:15 +0000
  • 067b3836b2 gmc-mh-1x-2x driver depends on libserialport Bert Vermeulen 2013-11-26 01:50:21 +0100
  • 79b9a237bd uni-t-dmm: Drop unnecessary DMM count. Bert Vermeulen 2013-11-23 15:24:40 +0100
  • 5e1f7c890d uni-t-dmm: Add support for the Tenma 72-7745. Bert Vermeulen 2013-11-23 12:50:33 +0100
  • a147c7b416 hantek-dso: config_list(): Only SR_CONF_BUFFERSIZE needs sdi. Uwe Hermann 2013-11-22 20:03:03 +0100
  • 7c07a1783e ols: config_list(): Handle SR_CONF_PATTERN_MODE. Uwe Hermann 2013-11-22 19:56:20 +0100
  • 330af0ec89 Update to 3-digit libserialport package version format. Uwe Hermann 2013-11-22 15:13:04 +0100
  • e2b2382101 Make struct sr_session opaque. Uwe Hermann 2013-11-22 15:02:12 +0100
  • f57924179d gmc_mh_1x_2x: Completed driver for Metrahit 1x/2x Matthias Heidbrink 2013-11-21 15:47:09 +0100
  • 367983a744 Added SR_MQ_TIME and SR_MQFLAG_DURATION. Matthias Heidbrink 2013-11-19 22:30:34 +0100
  • a970522b6d serial: Allow 5 and 6 data bits. Matthias Heidbrink 2013-11-19 22:26:53 +0100
  • 7b4edcb654 gmc_mh_1x_2x: Inital driver skeleton. Matthias Heidbrink 2013-11-19 17:49:23 +0100
  • 13cd8197eb Update for libserialport v0.1 API. Martin Ling 2013-11-21 17:33:02 +0000
  • c4650aca12 Suppress compile warning Bert Vermeulen 2013-11-20 22:06:01 +0100
  • 8c273ac57c output/text: Fix memory leak of internal state buffers. poljar (Damir Jelić) 2013-11-19 12:03:20 +0100
  • 61bab807f4 DT4000ZC/TP4000ZC: Force DTR=1 on the serial port. Uwe Hermann 2013-11-20 00:42:08 +0100
  • 4403c39fe4 ols: Always open serial port in nonblocking mode. Uwe Hermann 2013-11-19 23:22:46 +0100
  • 1a54044299 serial.c: Minor cosmetic fix. Uwe Hermann 2013-11-19 20:09:59 +0100
  • a82635f252 Use new sp_port_config fields. Martin Ling 2013-11-15 00:26:45 +0000
  • e385e2ed90 serial: Use new sp_set_config instead of sp_set_params. Martin Ling 2013-11-14 18:52:57 +0000
  • 066d42b1c8 serial: Fix leak in serial_open. poljar (Damir Jelić) 2013-11-19 01:08:19 +0100
  • 90c7f4e92d device: Fix leak if probe groups are created. poljar (Damir Jelić) 2013-11-19 01:08:18 +0100
  • 1130e4229b rigol-ds1xx2: Send a SR_DF_END packet before acquisition stop. poljar (Damir Jelić) 2013-11-15 16:54:55 +0100
  • 449cc16bb2 serial.c: Temporary quickfix until a libserialport fix is done. Uwe Hermann 2013-11-15 12:23:09 +0100
  • dc99135322 libsigrok-internal.h: Fix libserialport.h name. Uwe Hermann 2013-11-15 09:48:34 +0100
  • 26e0361cc6 uni-t-dmm: Drop unused packet_request callback. Uwe Hermann 2013-11-13 22:43:26 +0100
  • c4f2dfd0f0 configure.ac: libserialport is optional. Uwe Hermann 2013-11-13 19:56:13 +0100
  • 0dcb0c981e README: Document new libserialport requirement. Uwe Hermann 2013-11-13 19:35:27 +0100
  • 6a76efebc1 serial.c: Fix a few return values. Uwe Hermann 2013-11-13 19:09:46 +0100
  • a0dfaa6c4c serial.c: Cosmetics, coding-style. Uwe Hermann 2013-11-13 19:04:54 +0100
  • 0d4405ce5e Update for renamed libserialport header file. Martin Ling 2013-11-04 12:54:27 +0000