Search found 2 matches
- Wed 21. Aug 2019, 06:02
- Forum: PCAN-Basic
- Topic: Bad Timing when writing Messages
- Replies: 12
- Views: 18770
Re: Bad Timing when writing Messages
Can you send me C# multimedia timer example to ****** thanks.
- Sun 18. Aug 2019, 00:50
- Forum: PCAN-Basic
- Topic: PCANBasic, timestamp
- Replies: 1
- Views: 6748
PCANBasic, timestamp
In reference to below snippet code in C# demo for PCAN-USB device. I understood there no timestamp for write message so I have to create one.
TPCANTimestamp CANTimeStamp;
stsResult = PCANBasic.Read(m_PcanHandle, out CANMsg, out CANTimeStamp);
Can you hint or provide C# code that provide mSec ...
TPCANTimestamp CANTimeStamp;
stsResult = PCANBasic.Read(m_PcanHandle, out CANMsg, out CANTimeStamp);
Can you hint or provide C# code that provide mSec ...