From: François Revol Date: Tue, 27 Sep 2022 22:58:06 +0000 (+0200) Subject: dmm/bm??x: Add Wayback Machine links to brymen documentation X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=70a23b5019ed4d29316683739894fae1abcd7c58 dmm/bm??x: Add Wayback Machine links to brymen documentation --- diff --git a/src/dmm/bm52x.c b/src/dmm/bm52x.c index 63f5670b..e5379f12 100644 --- a/src/dmm/bm52x.c +++ b/src/dmm/bm52x.c @@ -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, diff --git a/src/dmm/bm85x.c b/src/dmm/bm85x.c index c7af02ca..ebab59fc 100644 --- a/src/dmm/bm85x.c +++ b/src/dmm/bm85x.c @@ -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 diff --git a/src/dmm/bm86x.c b/src/dmm/bm86x.c index 71b71524..c160a88c 100644 --- a/src/dmm/bm86x.c +++ b/src/dmm/bm86x.c @@ -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