unable to get Windows/app to transmit using dll/--single #17
-
Hi, Making good forward momentum understanding & utilizing the DLL. I am able to open the channel, and receive messages. Unfortunately, I am not able to transmit messages using the supplied app. I have the App project->Properties->ConfigurationProperties->Debugging->Command Arguments set to --single --tx id=512 dlc=8. I have confirmed that the job is added to ac->tx_jobs, and the ac->tx_job_count == 1. The app does even hit func tx(), and there are no errors set when hitting the DLL funcs sc_can_stream_tx_batch_xx. Is this just operator error? Also using the prebuilt bin for ATSAME54 Xplained board. Thanks for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to add a commas to the transmit job like so
|
Beta Was this translation helpful? Give feedback.
You need to add a commas to the transmit job like so
--single --tx id=512,dlc=8