下載
出版物:
Press Release CAN232 version 3 (new version of CAN232, May 2009)
手冊:
CAN232 V3 Manual (Version 3 manual for CAN232 V1324 and newer)
CAN232 V2 Manual (Version 2 manual for CAN232 V1220)
CAN232 V1 Manual (Version 1 manual for CAN232 V1010-V1014)
Visual Basic V6 Demo:
CAN232用VB 6(version 6)來編寫的,它基于Visual Basic,是一個展示如何與CAN232“交談”的軟件。需要編譯或者改變代碼的話,需要使用VB6。如果你只需要可執行文件,那么只需下載ZIP 壓縮文件然后解壓,運行CAN232.exe文件就可以了。EXE文件(注意:需要使用VB6 runtime文件才能運行,但為了節省空間和帶寬,CAN232軟件中沒有包括這些文件)。
軟件的使用說明在frmMain.frm文件中。請下載最新版本,因為舊版1.0.0只為CAN232版本一的使用者作參考用。
Download ZIP file with VB6 Project and Executable file (13KB), version 1.0.0.
Download ZIP file with VB6 Project and Executable file (14KB), version 1.0.1.
Delphi:
CAN232監控軟件是用Delphi version 5來編寫的,是一個簡單的發送和接收CAN報文的工具,可以設定任意的CAN波特率與COM端口。該軟件每間隔100mS就自動輪詢一次CAN232的信息,并且把最終的報文幀都自動地顯示在窗口上,如上圖所示。
同樣通過設置ID,數據長度DLC和十六進制的0-8字節的數據,便可以直接用這個軟件發送報文。該軟件帶有完整的源代碼以及使用免費的用于RS232通信的LIB庫(見下面的RS232 LIB庫下載鏈接)。
該免費版本是免費使用的,可以根據需要來修改。正是由于該軟件是免費的,所以我們不為這個軟件以及RS232 LIB庫提供支持。要編譯或者改變代碼,需要使用RS232 LIB。如果你只需要可執行文件,那么只需要下載ZIP 壓縮文件后解壓,運行CAN232.EXE文件就可以了。
很快,帶有完整源代碼的擴展版本就要發行了,將能提供更快的polling輪詢、記錄文件以及得到我們更多的支持信息。所有這些只收取少許費用。歡迎不久后再次瀏覽以獲取更多信息。
Download ZIP file with Delphi Project and Executable file (237KB), version 1.05.
本來,我們采用Dejan Crnila's ComPort LIB version 2.6.3來開發該軟件的,但是由于Dejan Crnila's ComPort LIB網頁已經取消了。經過一番研討,把這個開發工作移到SourceForge上來,現在正由幾位人員來開發。新版本已經具備,但是我們還沒有測試Delphi的應用,不過很快將開展測試工作。
Visit Dejan Crnila excellent TComPort Library for Delphi & BC++.
C Sample Program (Linux) :
CAN232 Project in C for Linux is written by Attila Vass from USA. He has made some excellent programs for the CAN232 such as a Acceptance Register Calculator, Data Collector and Logger and much more mainly to be used to log CAN from 04 Prius, however much of the general source code could be used as getting started with C & Linux. All source code and information could be found at his site.
These C files can be ported to e.g. Windows platform or any other C environment, since all source code is included. Currently LAWICEL cannot answer any support related questions of this project, contact information can be found at the site below.
Visit Attila Vass 04 Prius Project.
C++ Sample Program (Linux) :
CAN232 Project in C++ for Linux written by Svenn Rönnbäck of Luleå University of Technology in Sweden. This project will use socket communication for the CAN232, so it is actually possible to be anywhere in the world to control the CAN232 through sockets. There will be a JAVA client for it as well soon. More information will be here and also on the link below as the projects develops. The code is under the GNU licence. There is a readme file there to describe the project more in detail.
These C++ files can be ported to e.g. Windows platform or any other C++ environment, since all source code is included. Currently LAWICEL cannot answer any support related questions of this project, contact information can be found at the site below.
Visit the CAN232 Linux C++ Project. |