Hi together,
i am working on a project where i want send some data over a 433 MHZ sender.
i want to send some data to a power socket. i use this components: FEZ Spider, http://www.watterott.com/de/RF-Link-Sender-434MHz, http://www.watterott.com/de/RF-Link-2400bps-Empfaenger-434MHz.
i have used audacity to read the code from the remote control and get this code for “ON”: 011100001000
now i want to use the sender to send this code to the power socket. can anyone explain me what i need to do?
I have tried the “Write” and the “WriteByte” Method from the SerialPort Class but i dont realy work.
Sender and reciver are ok.