Click here to Skip to main content
15,913,939 members
Home / Discussions / C#
   

C#

 
QuestionRadio Frequency Transmitters and C# Pin
lydonbergin16-Feb-12 7:01
lydonbergin16-Feb-12 7:01 
AnswerRe: Radio Frequency Transmitters and C# Pin
Dave Kreskowiak16-Feb-12 7:28
mveDave Kreskowiak16-Feb-12 7:28 
GeneralRe: Radio Frequency Transmitters and C# Pin
lydonbergin16-Feb-12 8:46
lydonbergin16-Feb-12 8:46 
GeneralRe: Radio Frequency Transmitters and C# Pin
Dave Kreskowiak16-Feb-12 11:14
mveDave Kreskowiak16-Feb-12 11:14 
GeneralRe: Radio Frequency Transmitters and C# Pin
lydonbergin16-Feb-12 12:35
lydonbergin16-Feb-12 12:35 
GeneralRe: Radio Frequency Transmitters and C# Pin
Dave Kreskowiak17-Feb-12 4:01
mveDave Kreskowiak17-Feb-12 4:01 
AnswerRe: Radio Frequency Transmitters and C# Pin
greldak17-Feb-12 0:30
greldak17-Feb-12 0:30 
GeneralRe: Radio Frequency Transmitters and C# Pin
patbob17-Feb-12 10:03
patbob17-Feb-12 10:03 
greldak wrote:
It may be easier to get a second remote and use your PCs parallel or serial port to control an interface to the keyswitches on the remote rather than trying to identify what code does what.

Do this. Seriously. That remote is the exact frequency radio with the exact kind of modulation you need, and already knows how to speak any and all protocols you'll need. Even if all you do is grab the radio guts from it, its probably the cheapest compatible radio you'll be able to find.

Even a simple start like keywitches will be a fun little project, is easily doable with C#, and, perhaps most importantly, you'll have something basic up and working in a few weeks. Then you can decide whether to have your fun writing control code, or climbing learning curves as you peel the onion of how the remote talks to the device.

For the keyswitch control itself, you could use either parallel port or USB (I'm thinking FTDI serial chip in bit bang mode) without too much difficulty. For USB, consider checking out smileymicros or sparkfun for a simple packaging of that FTDI chip.
We can program with only 1's, but if all you've got are zeros, you've got nothing.

AnswerRe: Radio Frequency Transmitters and C# Pin
Fabio Franco17-Feb-12 1:04
professionalFabio Franco17-Feb-12 1:04 
GeneralRe: Radio Frequency Transmitters and C# Pin
GenJerDan17-Feb-12 3:11
GenJerDan17-Feb-12 3:11 
GeneralRe: Radio Frequency Transmitters and C# Pin
Fabio Franco17-Feb-12 3:13
professionalFabio Franco17-Feb-12 3:13 
GeneralRe: Radio Frequency Transmitters and C# Pin
BrainiacV17-Feb-12 3:31
BrainiacV17-Feb-12 3:31 
AnswerRe: Radio Frequency Transmitters and C# Pin
reilly9617-Feb-12 3:26
reilly9617-Feb-12 3:26 
AnswerRe: Radio Frequency Transmitters and C# Pin
Member 793783217-Feb-12 4:51
Member 793783217-Feb-12 4:51 
GeneralRe: Radio Frequency Transmitters and C# Pin
OldCoder217-Feb-12 7:14
OldCoder217-Feb-12 7:14 
AnswerRe: Radio Frequency Transmitters and C# Pin
Brady Kelly17-Feb-12 7:56
Brady Kelly17-Feb-12 7:56 
QuestionVerify an image and show it is color image or gray scale image.. Pin
Member 865231616-Feb-12 5:18
Member 865231616-Feb-12 5:18 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
PIEBALDconsult16-Feb-12 5:30
mvePIEBALDconsult16-Feb-12 5:30 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
Maximilien16-Feb-12 5:48
Maximilien16-Feb-12 5:48 
GeneralRe: Verify an image and show it is color image or gray scale image.. Pin
Member 865231617-Feb-12 1:21
Member 865231617-Feb-12 1:21 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
BobJanova16-Feb-12 6:28
BobJanova16-Feb-12 6:28 
SuggestionRe: Verify an image and show it is color image or gray scale image.. Pin
Shameel16-Feb-12 7:50
professionalShameel16-Feb-12 7:50 
AnswerRe: Verify an image and show it is color image or gray scale image.. PinPopular
Pete O'Hanlon16-Feb-12 10:22
mvePete O'Hanlon16-Feb-12 10:22 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
JeremyBob17-Feb-12 1:11
JeremyBob17-Feb-12 1:11 
Questionwhich version of dll is used in GAC Pin
tryharder16-Feb-12 4:33
tryharder16-Feb-12 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.