Koders makes it easy for software developers to find existing source code that solves many common development problems with our vast index of working source code from a variety of open source projects.
Koders makes it easy for software developers to find existing source code that solves many common development problems with our vast index of working source code from a variety of open source projects.
I2C Slave module
The module contains N accessable Registers
when in read Process, all Registers are read at a time
when in write Process, only the addressed register are Writeable.
Matlab is an ideal tool for simulating digital communications systems, thanks to
its easy scripting language and excellent data visualization capabilities. One of the
most frequent simulation tasks in the field of digital communications is bit-error-
rate testing of modems. The bit-error-rate performance of a receiver is a figure of
merit that allows different designs to be compared in a fair manner. Performing
bit-error-rate testing withMatlab is very simple, but does require some prerequisite
knowledge
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// buffer passed to this handler. If TAPI is used to open the comm port, some
// changes to this component are needed ( StartComm currently opens the comm
// port). The OnRequestHangup event is included to assist this.
//
// David Wann
// Stamina Software
// 28/02/96
// davidwann@hunterlink.net.au