1、#ip link set canx down //關閉can裝置;
2、#ip link set canx up //開啟can裝置;
3、#ip -details link show canx //顯示can裝置詳細資訊;
4、#candump canx //接收can匯流排發來的資料;
5、#ifconfig canx down //關閉can裝置,以便配置;
6、#ip link set canx up type can bitrate 250000 //設定can波特率
7、#conconfig canx bitrate + 波特率;
8、#canconfig canx start //啟動can裝置;
9、#canconfig canx ctrlmode loopback on //回環測試;
10、#canconfig canx restart // 重啟can裝置;
11、#canconfig canx stop //停止can裝置;
12、#canecho canx //檢視can裝置匯流排狀態;
13、#cansend canx --identifier=id+資料 //傳送資料;
14、#candump canx --filter=id:mask//使用濾波器接收id匹配的資料
關於socket can方面資料收藏
曾經的足跡 對linux can驅動的理解 1 曾經的足跡 對can驅動中的napi機制的理解 對socket can的理解 1 can匯流排原理 對socket can的理解 2 socket的原理及使用 對socket can的理解 3 socket can傳送資料流程 對socket can的...
Linux 的學習以及linux的發展
從最早的redhat 6.2到今天的ubuntu 6.4 其中一半是工作需要一半是興趣使然。我個人覺得linux的使用和學習之路是艱難和痛苦,其原因一方面來自於linux資料和社群團隊的缺乏,另一方面是由於使用者介面的不善。linux源自傳統的unix系統,而unix系統則源自古老的大型機系統。而中...
linux 正確刪除linux的方法
如果你需要從乙個硬碟驅動器中刪除 linux 並且已經試圖用預設的 dos windows fdisk 來這麼做,你將會遇到 分割槽存在但又不存在 的問題。要刪除非 dos 分割槽的最好辦法是使用乙個理解分割槽而不單是 dos 的工具。首先,插入 red hat linux 光碟來引導系統。引導後,...