Serial output at 100kHz

Hi Everyone,

I have used Arduino to output serial data at certain baud rate before and capture it on another platform. I'm trying to output 16 bit serial data that needs to sync with 100kHz shift clock provided by the receiver.

How does the baud rate relate to this frequency? What baud rate do I set?

Describe the receiver.

The Atmega datsheet for your Arduino chip has a table showing all the possible baud rate settings.

...R