Search found 1326 matches
- Thu 30. Jun 2022, 07:36
- Forum: PCAN-Router FD
- Topic: Router overloaded?
- Replies: 1
- Views: 27
Re: Router overloaded?
If you convert from CAN FD to a CAN2.0a/b Network, it is up to you to check if the CAN 2.0a/b Network could even handle the messageflow (Network Management) We could not do this for you, as we do not know what exact happend on both sides of your CAN Networks, which CAN Frames and which real Busload ...
- Wed 29. Jun 2022, 09:54
- Forum: PCAN-Router FD
- Topic: Usage of second argument to the CAN_FilerAdd function
- Replies: 2
- Views: 22
Re: Usage of second argument to the CAN_FilerAdd function
The "extended" parameter is not yet implemented - so it does not care which value you use in the function. See can.h not used yet, 29 bit IDs received always //! @brief //! This function adds CAN-IDs to the filter. //! //! @param hBus handle for CAN bus, see CAN_BUS... //! @param extended not used y...
- Wed 29. Jun 2022, 09:25
- Forum: PCAN-Router FD
- Topic: Flashjing PCAN return a wrong status Hardware
- Replies: 1
- Views: 22
Re: Flashjing PCAN return a wrong status Hardware
If you change make file / code samples etc. we are not able to do any support without having the complete, ready to compile, project. Please use the CPP sample project as template if you want to use the CPP extension. This sample ist tested and work fine! ..\Hardware\PCAN-Router_FD\Examples\14_CPLUS...
- Wed 15. Jun 2022, 08:38
- Forum: PCAN-Router
- Topic: How to debug the code with Visual Studio Code
- Replies: 1
- Views: 92
Re: How to debug the code with Visual Studio Code
As your Firmware run on the module - you need a JTAG Debug Interface - Otherwise, how should the Debugger communicate with the Hardware :?: We do not offer for the older PCAN-Router offiziell support for Debugging. For the PCAN-Router FD and other new devices, there is also a official supported Debu...
- Mon 13. Jun 2022, 08:43
- Forum: Software
- Topic: About PCAN-view software
- Replies: 9
- Views: 1334
Re: About PCAN-view software
Looks like you have no 2nd active node with the same Bitrate attached. Again here the absoluter basics for running a CAN Bus Termination must fit (120 Ohm on each end - in Sum ~60Ohm - simply measuure when Network ist down!) CAN always need 2 active CAN nodes - otherwise you could not send any frame...
- Fri 10. Jun 2022, 10:04
- Forum: Linux
- Topic: CAN reader with GUI? (Raspbian)
- Replies: 5
- Views: 337
Re: CAN reader with GUI? (Raspbian)
If you use our CharDev Linux Driver on your RPI4 with the PCAN-USB, you could use the PCAN-View for Linux 
Please check this page

Please check this page
- Tue 7. Jun 2022, 12:23
- Forum: Linux
- Topic: Using PCAN-USB Pro FD with LIN in Linux
- Replies: 7
- Views: 1971
Re: Using PCAN-USB Pro FD with LIN in Linux
As soon as we have more customer feedback we will build the release - after that it will be available also via a WEB Link.
- Mon 6. Jun 2022, 18:20
- Forum: Linux
- Topic: Using PCAN-USB Pro FD with LIN in Linux
- Replies: 7
- Views: 1971
- Mon 30. May 2022, 09:06
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Access InstrumentsPanel from .pem-script - Solved
- Replies: 1
- Views: 106
Re: Access InstrumentsPanel from .pem-script
If you already have created a Panel, you need to get the reference to this panel and then you can add / change / control items for this panel. Here some simple samples, which shows how to use the Panel from VBS Shows the Value from a exsiting ValueEdit: Sub ValueEditCommand() Dim panel, valEdit Set ...
- Fri 27. May 2022, 16:28
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Send message with DLC=0 by Button in Panel
- Replies: 5
- Views: 639
Re: Send message with DLC=0 by Button in Panel
When using a real *.pem (Visual Basic Script based Macro) you simply use the defined Symbol, as shown in the sample from Karlheinz, and use the signalname .Value method. FormatVersion=6.0 // Do not edit this line! Title="Untitled" {SIGNALS} Sig="Dummy-Signal" unsigned 1 {SENDRECEIVE} ["Zero-Byte-Sym...