Thanks! Mine says the same thing as yours except for the serial number.
In the cursors tab, the labels X1, X2, Y1, Y2 are difficult to distinguish. Perhaps make them different colors? Or bigger text labels?
I’m just getting used to this scope and I don’t understand a few things.
Is there a way to see the signal generator output onscreen at the same time you measure someplace else? I mean, using only the one cable. Of course, you can connect one channel directly to the sig. gen output and the other where you’re measuring, but it seems kind of silly using the DSO to measure its own output. Then again, it does have 4 channels .
Gabonator, I have tried installing the code you linked to above. It installed and showed .rdy but would not run. After the startup screen there was a blank screen. The sys file was not displayed on the startup screen either.
I am using sys 151 and have also tried with 150.
This is similar to the file renaming problem with the Wildcat code.
Hmm, interesting. The first thing that comes to my mind is the display driver. Instead of using LCD functions from SYS module, I have implemented my own routines.
The original firmware supports two different LCD drivers: ILI9327 and R61509V_CPT30. Because my device has ILI9327 lcd driver, my code was designed to work only with ILI9327. But this is my guess, there could be some other reason that it doesn’t work.
If you want to ask me how to find out what is your lcd driver, I don’t know
It may be your display driver because when I am running your code I have a blank screen but when I press the “circle” button I get a beep. So your app may be running without the display.
But why do I not see your app name on the startup screen along with the sys version?
Nothing too bad, it just means that we who develop software for the Quad have to remember that there is this LCD type to take into account also. Apparently it was used on the very first DS203’s that were sold.
The only thing missing from the R61509V is a fast way to read back LCD data. It’s not very often needed.
bielec: The uart decoder is activated automatically when you select “Baud” (baudrate analyser) in Meas tab. You can specifiy whether you want to analyze whole sample buffer, samples on screen or from cursor selection.
Gabonator,
I can’t update using your firmware, a APP_G251.err appear
My DFU is 3.10, HWR 2.60 and I try Sys_152, Sys_151, Sys_150, FPGA_261, FPGA_25 but APP_G251.err still appear and nothing changed.
I’m sure my LCD series is same as yours (saw on jpn’s logic analysis load screen), your “FLASH.HEX” to check LCD is also can’t not update on my DSO quad .
My DSO is bought on ebay, I changed DSO logo, sometime files in DSO’s USB storage corupted and I must format to delete them.
Your APP is amazing, wish I can update it.
Edited:
I did it now, Google Chrome added some html code in to my HEX file and made it useless
So go to raw,github,com/gabonator/DS203/master/Bin/APP_G251,hex and save file is not a good solution as well , I must goto github,com/gabonator/DS203/blob/master/Bin/APP_G251,hex and right click on “raw” button>save as…
But the wiki does not allow file upload, it just has links to other places. And many code hosting places like github don’t handle .HEX download properly, it’s very easy to make a mistake and get a corrupted file.