Using the VP230 can module.
I'm trying to create a control to adjust a voltage and current source via the CAN protocol.
The source I work with is only possible to control via software on the laptop, but I am doing a project with the arduino to control the source without the need for a computer.
First I'm testing with the arduino nano and a can VP230 module.
One of the instructions for setting the voltage and current the manufacturer gave me was this:
0697FF83 03 F0 00 19 41 20 00 00,Default Current 10A
0697FF83 03 F0 00 24 42 C8 00 00,Default Voltage 100V
Could someone help me how to create a source code?
Grateful