User manual

412
mikoC PRO for dsPIC
MikroElektronika
while (character) { // String ends with zero
Man_Send(character); // Send character
Delay_ms(90); // Wait for a while
index++; // Increment index variable
character = s1[index]; // Take next char from string
}
Man_Send(0x0E); // Send "end" byte
Delay_ms(1000);
}
}
Connection Example
Simple Transmitter connection
Simple Receiver connection