02-20-2025 04:06 PM
I am using linx with an arduino uno to send pwm signals but I was wondering if there is any way to use a higher resolution pwm signal. It looks like there is not a option to change it in the duty cycle vi but does anyone know if there is a way to permanently change the default?
02-21-2025 12:53 AM
Hi jseele,
@jseele69 wrote:
does anyone know if there is a way to permanently change the default?
Create your own Arduino sketch to output your PWM signal. Then you are free with the implementation.
(Yes, that means not to use LINX and to implement your own command/response scheme with VISA functions.)