jimy-byerley / etherage

An ethercat master library written in pure rust, the closest possible to the ethercat nature
https://docs.rs/etherage
12 stars 1 forks source link

implement the SII (Slave Information Interface) #15

Closed jimy-byerley closed 8 months ago

jimy-byerley commented 1 year ago

This feature allows reading/writting the slave's EEPROMs in order to change permanent configurations and to get more informations about the slaves (manufacturing, supported features, default settings, etc)

A draft of this is available on the dedicated branch, still need to be tested

jimy-byerley commented 8 months ago

it is implemented, I'm running tests now ...

jimy-byerley commented 8 months ago

It is working fine. The next step is to use it for initializing the mailbox

jimy-byerley commented 8 months ago

this feature is working and has been merged