i tried from user-space-client to change interfaces on Beckhoff-EP6002 slave from 485 to 232.<br>first i wanted to read given settings :<br><br>sdo0 = scrt_slave_config_create_sdo_request( sc,0xF800,0x01,8 ); /* index 0xF800, subindex 0x01, bitsize 8 ??? (default is given as 0x00) */ <br>
<br>switch( (sdo0state = scrt_sdo_request_state(sdo0)) ){<br> case 0 /*UNUSED*/: scrt_sdo_request_read(sdo0); <br> <br>but now state is 1:busy forever. <br><br>( i took source from examples user and tty, the address F800:01/:02 i found in beckhoff-documentation .chm and .xml ) <br>
<br>regards,<br>andreas<br>