Re: [etherlab-users] How to "upload/download" SDOs in application(*.c file)?

2018-06-20 Thread Gavin Lambert
You are passing a garbage pointer as the abort_code. This should be a pointer to a local variable that will receive the output value. See the examples. From: jerry itnet [mailto:jerry.it...@gmail.com] Sent: Thursday, 21 June 2018 04:08 Subject: Re: [etherlab-users] How to "upload/download"

Re: [etherlab-users] How to "upload/download" SDOs in application(*.c file)?

2018-06-20 Thread jerry itnet
Hi, Gavin: Thanks for your guide, now it can upload SDO packet (seen with Wireshark). But I got an error message on console: * "Failed to execute SDO upload: Bad Address"* --- my code