User`s guide

12 Functions — Alphabetical List
12-50
To transmit messages on a remote frame, type:
message = canMessage(250, false 8, true)
message.Data = ([45 213 53 1 3 213 123 43])
message.Remote = true
canch = canChannel('Vector','CANCaseXL 1', 1)
start(canch)
transmit(canch, message)
More About
Tips
The Transmit function ignores the Timestamp property and the Error property.
See Also
canChannel | canMessage | receive