[sigrok-devel] (no subject)

2016-09-21 Thread John
Dear Sigrok developers.I have Hantek MSO5102D .Can You help with connecting to the PulseView ?-- ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net

Re: [sigrok-devel] Channels bug in sigrok-cli using brymen-bm86x driver

2017-08-20 Thread John
imit Scan options: conn brymen-bm86x - Brymen BM869 with 2 channels: P1 P2 sr: usb: Failed to open device: LIBUSB_ERROR_ACCESS. Failed to open device. I am assuming at the moment that this is intended by design or I need to set permissions somewhe

[sigrok-devel] Driver for Fluke 45 Multimeter

2017-09-26 Thread John
and tested using an RS232 serial connection but still needs testing on GPIB. My meter does not have a GPIB interface so I cannot test this aspect, but since an SCPI connection is used it should, theoretically at least, work with GPIB as well. Comments for improvement are welcome. -- John

Re: [sigrok-devel] A lot of questions

2018-06-16 Thread John
level of complexity entirely! Anyway, thank you for your hard work on PulseView and your kind replies. Regards. Soeren Apel <mailto:soe...@apelpie.net> 15 June 2018 20:47 Hello John, To the sigrok devs, How is PulseView data capture from my Rigol DS1054Z oscilloscope supposed to work?

Re: [sigrok-devel] A lot of questions

2018-06-16 Thread John
for your hard work on PulseView and your kind replies. Regards. Soeren Apel <mailto:soe...@apelpie.net> 15 June 2018 20:55 Hello John, I would be interested in a solution to this as well but 'm not sure I understood your reply to this. You replied with a reference to a large chunk o

Re: [sigrok-devel] Github Pull-Requests

2018-06-13 Thread John
does not have a GPIB interface. It may be that there are other aspects that need attention. If so, then I would also appreciate feedback. Kind regards. Uwe Hermann <mailto:u...@hermann-uwe.de> 13 June 2018 17:18 Hi John, I'm sorry to hear that, it was certainly not intentional. Som

Re: [sigrok-devel] A lot of questions

2018-06-15 Thread John
ashdot ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel -- John -- Check out the vibrant tech community on one of the world'

Re: [sigrok-devel] A lot of questions

2018-06-15 Thread John
/?p=pulseview.git;a=blob;f=main.cpp;h=cdc750aa80aade18b21916708463189c78a41f9a;hb=HEAD#l153 PV also reconnects to USB devices if you so desire. Reconnecting to ethernet devices is not implemented at the moment. -- John -

Re: [sigrok-devel] A lot of questions

2018-06-15 Thread John
then resemble what is on my oscilloscope, but is it supposed to capture only one frame? Is it possible to configure the number of captured frames somewhere? Or is capture supposed to be continuous until I click Stop? Regards. rattenkopf <mailto:rattenko...@gmx.net> 15 June 2018 16:43 H

Re: [sigrok-devel] A lot of questions

2018-06-15 Thread John
rent device has been used. It weas then a simple matter of creating a shell script wrapper. That makes it much easier. Thanks. Soeren Apel <mailto:soe...@apelpie.net> 15 June 2018 20:55 Hello John, I would be interested in a solution to this as well but 'm not sure I understood

Re: [sigrok-devel] fluke 45 support (working?)

2021-05-12 Thread John
connection: -d fluke-45:conn=/dev/ttyUSB0:serialcomm=9600/8n1 However, it was a long time ago and I no longer have a Fluke 45 to test so I can't be sure. Regards. John. stuart wrote on 12/05/2021 04:24: Hi, Just starting out and am confused.  I just obtained a fluke 45 DMM and connected

Re: [sigrok-devel] sigrok-cli & Fluke 45 DMM question

2021-06-03 Thread John
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel -- John. ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Re: [sigrok-devel] Sigrok web page for Fluke 45 ...

2021-07-05 Thread John
-01 at 19:12 +0100, John wrote: Stuart, I believe Gerhard requested some information from you on that matter. I expect he will reply to this at some point, but here is the text of his e-mail in case you didn't see it earlier (from 06/06/2021): Until you got a wiki account (don't know if the bot

Re: [sigrok-devel] Sigrok web page for Fluke 45 ...

2021-07-01 Thread John
ulti meter properly. -thanks ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel -- John. ___ sigrok-devel mailing list sigrok-dev

[sigrok-devel] Clash between PulseView and FTDI UART

2021-08-28 Thread John
am running on Linux Mint 19.3, Cinnamon 4.4.8, Linux kernel 5.4.0-80-generic. -- John. ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel

[sigrok-devel] ASIX SIGMA Triggering

2018-05-24 Thread John Cameron
100 MHz 200 MHz C:\Program Files (x86)\sigrok\sigrok-cli> Regards, John. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

[sigrok-devel] kingst la1010

2023-01-29 Thread John D'Ausilio
to get libsigrok building from git and I'm using sigrok-cli to test. It looks like it loads the firmware OK, but is having issues talking to the FPGA? I've attached spew output from sigrok-cli -l 5 --scan, along with usbmon output to match (which I'm still trying to figure out) john d log Description

Re: [sigrok-devel] kingst la1010

2023-01-30 Thread John D'Ausilio
Attached output and usbmon after unplugging and replugging device On Mon, Jan 30, 2023 at 6:52 PM John D'Ausilio wrote: > sr: kingst-la2016: Unexpected run state, want 0x85eX, got 0x00e1. > sr: kingst-la2016: Cannot write 4 bytes to USB: LIBUSB_ERROR_NO_DEVICE. > sr: kingst-la2016: C

Re: [sigrok-devel] kingst la1010

2023-01-30 Thread John D'Ausilio
thanks Gerhard .. I'll refresh from git and try again this evening, and will report back with the results john On Mon, Jan 30, 2023, 13:25 Gerhard Sittig wrote: > On Sun, 2023-01-29 at 21:25 -0500, John D'Ausilio wrote: > > > > Looking back through the archives, I see that nobo

Re: [sigrok-devel] kingst la1010

2023-01-30 Thread John D'Ausilio
1 bytes to USB: LIBUSB_ERROR_NO_DEVICE. sr: kingst-la2016: Cannot configure run mode 0. Notifying user of session error: "Capture failed" ; "input/output error" On Mon, Jan 30, 2023 at 6:52 PM John D'Ausilio wrote: > Well, there's good news and bad news ;) &

Re: [sigrok-devel] kingst la1010

2023-01-30 Thread John D'Ausilio
Well, there's good news and bad news ;) The bitstream upload is successful, but the run state is bad : sr: [00:00.050178] kingst-la2016: Uploading FPGA bitstream 'kingst-la1010a2-fpga.bitstream'. sr: [00:00.050382] resource: Opened '/home/john/.local/share/sigrok-firmware/kingst-la1010a2

Re: [sigrok-devel] kingst la1010

2023-01-31 Thread John D'Ausilio
Right .. I plan on running it on a windows box and grab wireshark of the USB. On Tue, Jan 31, 2023, 13:53 Gerhard Sittig wrote: > On Mon, 2023-01-30 at 18:52 -0500, John D'Ausilio wrote: > > > > Well, there's good news and bad news ;) > > > > The bitstream upload