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
PCAN View Config File
Re: PCAN View Config File
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
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