Download List

Projeto Descrição

OpenCAN is a software platform for interacting with various Controller Area Network (CAN or CANbus) devices. It provides an abstract C++ interface that can be used to control CAN devices. Support for specific devices can be written as plugins, and then loaded through a simple API call. Each component is cross-platform, enabling the efficient development of CAN software on Windows, Linux, and Mac OS X.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-13 21:19
0.7

Esta versão introduziu suporte em tempo de execução para alternar entre frames CAN 2.0b estendida e padrão, bem como várias correções de bugs. Um bug no plugin PCAN Windows que causaria um dispositivo para continuamente enviar uma mensagem única foi fixada, e um aviso do compilador confuso quando usando o compilador MingW no Windows foi removido.
Tags: Major, Testbench
This release introduced run-time support for switching between CAN 2.0b extended and standard frames, as well as several bugfixes. A bug in the Windows PCAN plugin that would cause a device to continuously send a single message was fixed, and a confusing compiler warning when using the MingW compiler on Windows was removed.

2011-02-16 20:15
0.6

Vários bugs críticos foram corrigidos. Pequenas melhorias foram feitas para documentação e testbench. O núcleo OpenCAN ficou inalterada, mas o erro mais crítico foi uma falha no testbench se nenhum dispositivo plug-ins são carregados. Dois erros foram corrigidos no PCAN plugin para o Windows. O primeiro foi incorretamente definindo a taxa de transmissão, eo segundo foi incorretamente informando o status da conexão para o dispositivo. Testbench foi melhorada através do aumento da velocidade de desenho do receber janelas de mensagem.
Tags: Major Testbench
Several critical bugs were fixed. Minor improvements were made to documentation and Testbench. The OpenCAN core was left unchanged, but the most critical bug was a crash in Testbench if no device plugins are loaded. Two bugs were also fixed in the PCAN plugin for Windows. The first was incorrectly setting the baud rate, and the second was incorrectly reporting the status of the connection to the device. Testbench was improved by increasing the drawing speed of the receive message windows.

2011-02-02 07:09
0.5

Esta importante atualização inclui suporte para a melhoria de vários dispositivos, bem como plugin e informações do dispositivo. Acrescenta suporte para testbench para alterar taxa de transmissão e exibição de timestamps mensagem CAN. A interface do usuário testbench foi limpa e polida, e eficiência de processamento seqüência foi aumentada.
Tags: Major, Testbench
This major update includes improving support for multiple devices as well as plugin and device information. It adds support to Testbench for changing baud rate and displaying CAN message timestamps. The Testbench UI was cleaned and polished, and string processing efficiency was increased.

2010-08-30 19:26
0.4

Foi adicionado suporte para a API de fornecimento e de acesso a dispositivo e plugin informação, tais como descrição, versão, fabricante, etc A aplicação testbench recebeu uma grande atualização. A IU foi revisado de forma que vários enviar e receber e janelas podem ser abertas ao mesmo tempo. Agora você também pode criar múltiplas janelas para assistir a receber diferentes dispositivos e mensagens, especificando um filtro com base na identificação de mensagens e dados para cada janela, ou simplesmente mostrar todas as mensagens recebidas. Essas atualizações fazer testbench uma ferramenta muito mais útil para o CAN de redes com ou sem OpenCAN.
Tags: Major, Testbench
Support was added to the API for providing and accessing device and plugin information such as descriptions, version, manufacturer, etc. The Testbench application received a major update. The UI was overhauled so that multiple send and receive windows can be opened at one time. Now you can also set up multiple receive windows for watching different devices and messages by specifying a filter based on the message id and data for each window, or simply show all received messages. These updates make Testbench a much more useful tool for CAN networking with or without OpenCAN.

2010-07-29 21:08
0.3

Esta versão adiciona suporte para descrições de dispositivo de fácil utilização e ostenta um pequeno aumento no desempenho. Os arquivos foram melhorados para QMake Win32/64 ea documentação recebeu algumas pequenas alterações.
Tags: Major
This release adds support for user-friendly device descriptions and sports a small increase in performance. The QMake files were improved for Win32/64 and the documentation received some minor changes.

Project Resources