]> sigrok.org Git - libsigrok.git/commit
juntek-jds6600: speedup serial communication, reduce timeouts
authorGerhard Sittig <redacted>
Sun, 15 Oct 2023 10:07:16 +0000 (12:07 +0200)
committerGerhard Sittig <redacted>
Mon, 16 Oct 2023 20:21:22 +0000 (22:21 +0200)
commit916cea58a172d9ac5e7b6a336aa4303c4ee1a7f1
tree838a2f30a60c53a06fb41cc0f278bde7823ab33a
parent29bd62ff51b33f2042310b3117a8035a64232cae
juntek-jds6600: speedup serial communication, reduce timeouts

Wire traffic captures for serial-over-USB communication between the host
and the signal generator suggests that: Device firmware's reponses are
immediate. The 115200 UART is the limiting factor, USB FS adds little.

Comment on these findings for later reference. Reduce timeouts and
remove delays where appropriate. This dramatically speeds up the scan
for the device, and subsequent communication. Identification and getting
the current configuration takes a total of 70ms after this change.
src/hardware/juntek-jds6600/protocol.c