Jan Breuer
2015-04-14 d811ac6da4ab97088f7560b7999449ecd9b1d81f
README.md
@@ -19,6 +19,8 @@
Reading strings is now more correct but it needs secondary copy buffer. You can use function `SCPI_ParamCopyText` to correctly handle strings like `"normal ""quoted"" normal"` will be converted to `normal "quoted" normal`.
It is now possible to use `SCPI_ParamArbitraryBlock` and `SCPI_ResultArbitraryBlock` to work with binary data input and output.
Test callback is removed from context. You should now reimplement whole `*TST?` command callback.
 
Usage
---------------
@@ -131,7 +133,6 @@
   .write = myWrite,
   .error = NULL,
   .reset = NULL,
   .test = NULL,
   .srq = NULL,
};
```