Quote:
Originally Posted by slavik262
Err... Firstly, isn't 50 Hz fast enough?
|
not if you have lots of data, enough to fill up the ~900 bytes of space, and overflow to a new one or two(although I would only be expecting this in debugging situation)
Quote:
Originally Posted by slavik262
Also, you know the DB packets are UDP, yes? The bit in the parens confuses me.
|
this year, you could use their fixed rate, fixed size UDP packets, or use a custom TCP protocol, you couldn't use a custom UDP protocol.
And TCP vs DBPacket is your choice, it favors DBPackets, you have to do some work to use TCP instead of DBPackets (the default)