Both sides previous revisionPrevious revisionNext revision | Previous revision |
uvs:programs [2024/07/29 18:03] – [Summary] uvsoftware | uvs:programs [2025/01/01 12:10] (current) – [Summary] uvsoftware |
---|
Usage: can_moni <interface> [<option>...] | Usage: can_moni <interface> [<option>...] |
Options: | Options: |
-t, --time=(ZERO|ABS|REL) absolute or relative time (default=0) | -t, --time=(ZERO|ABS|REL) absolute or relative time (default=0) |
-i --id=(HEX|DEC|OCT) display mode of CAN-IDs (default=HEX) | -i --id=(HEX|DEC|OCT) display mode of CAN-IDs (default=HEX) |
-d, --data=(HEX|DEC|OCT) display mode of data bytes (default=HEX) | -d, --data=(HEX|DEC|OCT) display mode of data bytes (default=HEX) |
-a, --ascii=(ON|OFF) display data bytes in ASCII (default=ON) | -a, --ascii=(ON|OFF) display data bytes in ASCII (default=ON) |
-x, --exclude=[~]<id-list> exclude CAN-IDs: <id>[-<id>]{,<id>[-<id>]} | -x, --exclude=[~]<id-list> exclude CAN-IDs: <id>[-<id>]{,<id>[-<id>]} |
--code=<id> acceptance code for 11-bit IDs (default=0x000) | --code=<id> acceptance code for 11-bit IDs (default=0x000) |
--mask=<id> acceptance mask for 11-bit IDs (default=0x7FF) | --mask=<id> acceptance mask for 11-bit IDs (default=0x7FF) |
--xtd-code=<id> acceptance code for 29-bit IDs (default=0x00000000) | --xtd-code=<id> acceptance code for 29-bit IDs (default=0x00000000) |
--xtd-mask=<id> acceptance mask for 29-bit IDs (default=0x1FFFFFFF) | --xtd-mask=<id> acceptance mask for 29-bit IDs (default=0x1FFFFFFF) |
-m, --mode=(2.0|FDF[+BRS]) CAN operation mode: CAN 2.0 or CAN FD format | -m, --mode=(2.0|FDF[+BRS]) CAN operation mode: CAN 2.0 or CAN FD format |
--listen-only monitor mode (transmitter is off) | --listen-only monitor mode (transmitter is off) |
--no-status-frames suppress reception of status frames | --no-status-frames suppress reception of status frames |
--no-remote-frames suppress reception of remote frames | --no-remote-frames suppress reception of remote frames |
-b, --baudrate=<baudrate> CAN 2.0 bit timing in kbps (default=250) | -b, --baudrate=<baudrate> CAN 2.0 bit timing in kbps (default=250) |
--bitrate=<bit-rate> CAN FD bit rate (as a string) | --bitrate=<bit-rate> CAN FD bit rate (as a string) |
-v, --verbose show detailed bit rate settings | -v, --verbose show detailed bit rate settings |
-y, --trace=(ON|OFF) write a trace file (default=OFF) | -y, --trace=(ON|OFF) write a trace file (default=OFF) |
-L, --list-boards list all supported CAN interfaces and exit | --list-bitrates[=<mode>] list standard bit-rate settings and exit |
-T, --test-boards list all available CAN interfaces and exit | -L, --list-boards list all supported CAN interfaces and exit |
-h, --help display this help screen and exit | -T, --test-boards list all available CAN interfaces and exit |
--version show version information and exit | -h, --help display this help screen and exit |
| --version show version information and exit |
Interfaces: | Interfaces: |
PCAN-USB1 | PCAN-USB1 |
^ can_moni (CAN Monitor using PCAN-USB) ^^ | ^ can_moni (CAN Monitor using PCAN-USB) ^^ |
^Developer |[[uwe.vogt@uv-software.de|Uwe Vogt]] | | ^Developer |[[uwe.vogt@uv-software.de|Uwe Vogt]] | |
^Current version |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/can_moni.0.6.tar.gz|Version 0.6 Build 1986]] of July 29, 2024 | | ^Current version |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/can_moni.0.6.1.tar.gz|Version 0.6 SR1 Build 2065]] of December 30, 2024 | |
^Documentation |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/can_moni.0.6.readme|README]] and program option ''--help'' | | ^Documentation |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/can_moni.0.6.1.readme|README]] and program option ''--help'' | |
^License |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/LICENSE|UVS Freeware License]] (without warranty or support) | | ^License |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/LICENSE|UVS Freeware License]] (without warranty or support) | |
^Standard(s) |CAN Specification 2.0 and CAN FD Specification | | ^Standard(s) |CAN Specification 2.0 and CAN FD Specification | |
^Driver(s) |[[uvs:programs:pcbusb_library|macOS Library for PCAN-USB Interfaces]] from [[http://www.uv-software.de|UV Software]] | | ^Driver(s) |[[uvs:programs:pcbusb_library|macOS Library for PCAN-USB Interfaces]] from [[http://www.uv-software.de|UV Software]] | |
^Category |Industrial communication, CAN, CAN FD, MacCAN | | ^Category |Industrial communication, CAN, CAN FD, MacCAN | |
^Operating system |OS X 10.13 (x86_64), since version 0.5 SR3 macOS 11.0 (x86_64 & arm64) | | ^Operating system |macOS 13.0 or later (x86_64 & arm64) | |
^Download server |[[uvs:programs:can_moni_mac|http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/]] | | ^Download server |[[uvs:programs:can_moni_mac|http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Utilities/can_moni/]] | |
| ^GitHub repo |[[https://github.com/mac-can/PCBUSB-Utilities]] | |
| |
===== CAN Monitor App for OS X ===== | ===== CAN Monitor App for OS X ===== |
^Developer |[[uwe.vogt@uv-software.de|Uwe Vogt]] | | ^Developer |[[uwe.vogt@uv-software.de|Uwe Vogt]] | |
^Current version |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Applications/MacCAN_Monitor_App | ^Current version |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Applications/MacCAN_Monitor_App |
/MacCAN_Monitor.0.5_uni.dmg|Version 0.5]] of February 4, 2023 | | /MacCAN_Monitor.0.5.1_uni.dmg|Version 0.5 SR1]] of November 4, 2023 | |
^Documentation |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Applications/MacCAN_Monitor_App | ^Documentation |[[http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Applications/MacCAN_Monitor_App |
/MacCAN_Monitor.0.5.pdf|Readme]] file and a screen [[http://www.uv-software.de//files/downloads/MacCAN/PCANUSB/Videos/MacCAN_Monitor_App | /MacCAN_Monitor.0.5.1.pdf|Readme]] file and a screen [[http://www.uv-software.de//files/downloads/MacCAN/PCANUSB/Videos/MacCAN_Monitor_App |
/MacCAN_Monitor.mov|video]] | | /MacCAN_Monitor.mov|video]] | |
^License |[[https://opensource.org/licenses/BSD-2-Clause|BSD 2-Clause]] "Simplified" License | | ^License |[[https://opensource.org/licenses/BSD-2-Clause|BSD 2-Clause]] "Simplified" License | |
^Operating system |OS X 10.13 (x86_64) or macOS 11.x (Universal macOS Binary) | | ^Operating system |OS X 10.13 (x86_64) or macOS 11.x (Universal macOS Binary) | |
^Download server |[[uvs:programs:maccan_monitor_app|http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Applications/MacCAN_Monitor_App/]] | | ^Download server |[[uvs:programs:maccan_monitor_app|http://www.uv-software.de/files/downloads/MacCAN/PCANUSB/Applications/MacCAN_Monitor_App/]] | |
| ^GitHub repo |[[https://github.com/mac-can/PCBUSB-Monitor]] | |
^Additional information |PCAN is a registered trademark of [[http://www.peak-system.com/|PEAK-System Technik GmbH]], Darmstadt | | ^Additional information |PCAN is a registered trademark of [[http://www.peak-system.com/|PEAK-System Technik GmbH]], Darmstadt | |
| |
| |
===== CANopen Master Library ===== | ===== CANopen Master Library ===== |