The default baud rate for the Ethercard library is 57600, is it possible to lower this to 9600 without any problems?
I am trying to network two Arduino's and would like to run at 9600 throughout.
I'm only transferring small amounts of data to Pachube.
The default baud rate for the Ethercard library is 57600,
Which library? Ethernet doesn't use serial, so there is no baud rate to be concerned about.
I am trying to network two Arduino's and would like to run at 9600 throughout.
Why? Faster is generally better. Even if it is irrelevant, in this case.