transmit.txt

来自「linux下的CAN BUS驱动代码。适合在arm平台使用。」· 文本 代码 · 共 47 行

TXT
47
字号
# a comment# standard messagesm s 0x7FF 0 # a commentm s 0x000 1 0x11m s 0x7FE 2 0x22 0x33  # a commetm s 0x001 3 0x33 0x44 0x55m s 0x7FD 4 0x44 0x55 0x66 0x77    # a commnetm s 0x002 5 0x55 0x66 0x77 0x88 0x99 m s 0x7FC 6 0x66 0x77 0x88 0x99 0xAa 0xBb    # commentm s 0x003 7 0x77 0x88 0x99 0xAa 0xbB 0xCc 0xdDm s 0x7FB 8 0x88 0x99 0xAa 0xbB 0xCc 0xdD 0xEe 0xfF     # a comment# same as extended message# a commentm e 0x1FFFFFFF 0m e 0x00000000 1 0x11m e 0x1FFFFFFE 2 0x22 0x33m e 0x00000001 3 0x33 0x44 0x55m e 0x1FFFFFFD 4 0x44 0x55 0x66 0x77m e 0x00000002 5 0x55 0x66 0x77 0x88 0x99 m e 0x1FFFFFFC 6 0x66 0x77 0x88 0x99 0xAa 0xBbm e 0x00000003 7 0x77 0x88 0x99 0xAa 0xbB 0xCc 0xdDm e 0x1FFFFFFB 8 0x88 0x99 0xAa 0xbB 0xCc 0xdD 0xEe 0xfF# same as remote and standard messager s 0x004 0r s 0x7FA 1 0x11r s 0x005 2 0x22 0x33r s 0x7F9 3 0x33 0x44 0x55r s 0x006 4 0x44 0x55 0x66 0x77r s 0x7F8 5 0x55 0x66 0x77 0x88 0x99 r s 0x007 6 0x66 0x77 0x88 0x99 0xAa 0xBbr s 0x7F7 7 0x77 0x88 0x99 0xAa 0xbB 0xCc 0xdDr s 0x008 8 0x88 0x99 0xAa 0xbB 0xCc 0xdD 0xEe 0xfF# same as remote and extendedr e 0x00000004 0                                         # a commentr e 0x1FFFFFFA 1 0x11r e 0x00000005 2 0x22 0x33                               # a commentr e 0x1FFFFFF9 3 0x33 0x44 0x55r e 0x00000006 4 0x44 0x55 0x66 0x77                     # a commentr e 0x1FFFFFF8 5 0x55 0x66 0x77 0x88 0x99 r e 0x00000007 6 0x66 0x77 0x88 0x99 0xAa 0xBb           # a commentr e 0x1FFFFFF7 7 0x77 0x88 0x99 0xAa 0xbB 0xCc 0xdDr e 0x00000008 8 0x88 0x99 0xAa 0xbB 0xCc 0xdD 0xEe 0xfF # a comment

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?