Search found 1 match
- Thu May 05, 2016 6:39 am
- Forum: Controller Communication
- Topic: How to send information via J1939?
- Replies: 13
- Views: 43140
Re: How to send information via J1939?
Hi with CAN bus sometimes it is really necessary to control *when* a telegram is sent. For example, a telegram contains four tags (A, B, C, D), and the value of those tags shall be aligned. Let's say initially A=0, B=0, C=0, D=0. I want to send a telegram with A=1, B=2, C=3, D=4. So I write a script...