Function Generator Joy-it JDS6600
Ältere Kommentare anzeigen
Hi everyone,
I am trying to connect a Joy-it JDS6600 function generator to matlab, I have not been able to do it. I am trying fgen function, but then I need the IVI-C driver. However I can not find it anywhere.
Please, can someone help me? Have somebody had a similar problem?
thank you in advance,
Best regards,
4 Kommentare
Walter Roberson
am 26 Apr. 2021
It uses an ASCII protocol; https://joy-it.net/files/files/Produkte/JT-JD6600/JT-JDS6600-Communication-protocol.pdf
See also
António Diogo
am 26 Apr. 2021
Walter Roberson
am 26 Apr. 2021
When you create a serial() object, after configuring it, you need to fopen() it, and you would not connect()
connect() is for device objects, not "interface objects" (serial() is an "interface object")
António Diogo
am 27 Apr. 2021
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
