Page 1 of 1

PCAN View Config File

Posted: Tue 11. Oct 2016, 20:22
by \Luke\
Hello all,

Does PCAN-View generate a config file where I could change its settings?

I want to create a tool that changes the baud rates of PEAK boards on our computers.

If it does not have a config file, how would I go about changing the baud value programmatically? (CMD or C#)

Is it contained in the registry somewhere?

Thanks, Luke

Re: PCAN View Config File

Posted: Wed 12. Oct 2016, 15:24
by M.Maidhof
Hi,

the baud rates of the PEAK hardware is set by the application (while PCAN-View is active). When there is no application active, there is no baudrate setting in the CAN hardware. When you use the PCANBasic API, the baudrate will be set through CAN_Initialize().

regards

Michael