02-05-2007 09:41 PM
02-06-2007 08:24 AM
Hi,
The write net allows you to change ID, DataBytes, DataLength and the Remote Flag. That's it. Everything else is automatically handled by the driver.
DirkW
02-07-2007 05:47 AM
I has been know. Thanks
But according my describe, only transmit out ID and DataLength.
why not have Data?
Use Write(TxHandle,sizeof(Transmit),&Transmit) to output.
The program code of Write(TxHandle,sizeof(Transmit),&Transmit) is error or ncConfig isn't configure complete?