Hello,
I'm trying to use the "OnMessageReceived" event with J1939 symbols, but this don't work.
My program:
Sub J1939Node_OnMessageReceived(node, count)
Dim RcvMsg
Set RcvMsg = CreateObject("J1939Pcan.PCANJ1939RcvMsg")
If node.Read(RcvMsg)Then
PrintToOutputWindow RcvMsg.Timestamp ...
Search found 1 match
- Tue 13. Jan 2015, 10:26
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: OnMessageReceived
- Replies: 1
- Views: 3497