]> sigrok.org Git - libsigrok.git/commitdiff
dmm/bm??x: Add Wayback Machine links to brymen documentation
authorFrançois Revol <redacted>
Tue, 27 Sep 2022 22:58:06 +0000 (00:58 +0200)
committerSoeren Apel <redacted>
Wed, 27 Sep 2023 21:20:00 +0000 (23:20 +0200)
src/dmm/bm52x.c
src/dmm/bm85x.c
src/dmm/bm86x.c

index 63f5670b93f43d6e29552a6eafc60b1da16ba359..e5379f12f734388b09e22e0656d56318f4ce19eb 100644 (file)
@@ -26,6 +26,7 @@
  * http://www.brymen.com/Download2.html
  * http://www.brymen.com/PD02BM520s_protocolDL.html
  * http://www.brymen.com/images/DownloadList/ProtocolList/BM520-BM520s_List/BM520-BM520s-10000-count-professional-dual-display-mobile-logging-DMMs-protocol.zip
+ * http://web.archive.org/web/20180119175327/http://brymen.com/product-html/images/DownloadList/ProtocolList/BM520-BM520s_List/BM520-BM520s-10000-count-professional-dual-display-mobile-logging-DMMs-protocol.zip
  *
  * This parser was initially created for BM520s devices and tested with
  * BM525s. The Brymen BM820s family of devices uses the same protocol,
index c7af02ca07e924654928fab742ba4b3a10239dce..ebab59fc5fd61f066a332392fc237bf841b38d57 100644 (file)
@@ -27,6 +27,7 @@
  * http://www.brymen.com/Download2.html
  * http://www.brymen.com/PD02BM850s_protocolDL.html
  * http://www.brymen.com/images/DownloadList/ProtocolList/BM850-BM850a-BM850s_List/BM850-BM850a-BM850s-500000-count-DMM-protocol-BC85X-BC85Xa.zip
+ * http://web.archive.org/web/20180119175500/http://brymen.com/product-html/images/DownloadList/ProtocolList/BM850-BM850a-BM850s_List/BM850-BM850a-BM850s-500000-count-DMM-protocol-BC85X-BC85Xa.zip
  *
  * Implementor's notes on the protocol:
  * - The BM85x devices require a low RTS pulse after COM port open and
index 71b71524167e8f83ec701cbeb1c93cc6ca97e55a..c160a88c033fc452b0e740a94d196700ba81818d 100644 (file)
@@ -26,6 +26,7 @@
  * http://www.brymen.com/Download2.html
  * http://www.brymen.com/PD02BM860s_protocolDL.html
  * http://www.brymen.com/images/DownloadList/ProtocolList/BM860-BM860s_List/BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf
+ * http://web.archive.org/web/20191231053213/http://www.brymen.com/images/DownloadList/ProtocolList/BM860-BM860s_List/BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf
  */
 
 #include <config.h>