BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
My previous experience was with Busmaster v1.7 and using VS2008. I downloaded v2.0 and noticed it required VS Express2012 which I added to my development environment. I could not build a release or busmaster_debug because it reported it could not locate UDS_Protocol.lib so I removed "$(SolutionDir)/BIN/Libs/$(OutDir)UDSProtocol.lib" from the project via link > All Options > Additional Options. I noticed that UDS.. is intended in v2.1. I could then build release and busmaster_debug. The busmaster_debug required I do a 'build all' and then a 'build' (I don't know why). But now if I do F5 to debug I get FLEXRAY_ETAS_BOA is out of date and I allow it to rebuild. It rebuilds more than FLEXRAY_ETAS_BOA. Consistently I'm getting 'project out of date every time I go to debug Busmaster. Any suggestions/correction for this annoyance?
My previous experience was with Busmaster v1.7 and using VS2008. I downloaded v2.0 and noticed it required VS Express2012 which I added to my development environment. I could not build a release or busmaster_debug because it reported it could not locate UDS_Protocol.lib so I removed "$(SolutionDir)/BIN/Libs/$(OutDir)UDSProtocol.lib" from the project via link > All Options > Additional Options. I noticed that UDS.. is intended in v2.1. I could then build release and busmaster_debug. The busmaster_debug required I do a 'build all' and then a 'build' (I don't know why). But now if I do F5 to debug I get FLEXRAY_ETAS_BOA is out of date and I allow it to rebuild. It rebuilds more than FLEXRAY_ETAS_BOA. Consistently I'm getting 'project out of date every time I go to debug Busmaster. Any suggestions/correction for this annoyance?