If the library came with a MODELS folder containing .DLL or .VSM files, copy those to: C:\ProgramData\Labcenter Electronics\Proteus 8 Professional\MODELS
#include <mcp_can.h> MCP_CAN CAN0(10); // Chip Select on pin 10 void setup() { while (CAN0.begin(MCP_ANY, CAN_500KBPS, MCP_8MHZ) != CAN_OK); CAN0.setMode(MCP_NORMAL); } mcp2515 proteus library
Copy the existing USERDVC.IDX and USERDVC.LIB to a safe backup folder. If the library came with a MODELS folder containing
Navigate to: C:\ProgramData\Labcenter Electronics\Proteus 8 Professional\LIBRARY (Note: ProgramData is a hidden folder by default). MCP_8MHZ) != CAN_OK)