i want to control all the electronic device in my room using for example: i want to turn my TV on/off if it was made by SONY or SAMSUNG ...
i have search a lot on Google and got million of articles and codes samples on how to use IR but the problem is what is the data to be sent
i want the user to be able to specify the kind (the manufacturer) of the device and be able to perform the most basic operation like Volume +/- and Channel +/- and other procedures
any help in this subject is much appreciated, thank you in advance :) Yaser
What data to send using IR to control AC or TV using C#
2.1k Views Asked by Yaser Jaradeh At
1
There are 1 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in SERIAL-PORT
- C# PCI Express Serial Port
- USB to Serial, Port Name Changing Unexpectedly
- Connecting a USB serial device to the Arduino directly
- Sending gcode string to 3D printer through a serial port
- Raspberry PI USB to RS232 adapter Receiving Only Ctrl Chars
- Read and write data multiple times on a serial port with a single click
- Processing in Java Serial object Null Pointer Exception
- Why can't I open/write from a serial port on Android?
- fconfigure refuses to set baud rate to 921600
- Multiple objects containing SerialPort with same SerialDataReceivedEventHandler
- Nodejs send data to Arduino using serial
- PHP dio_read taking taking 1 minute to execute each task
- Serial Port Write Echo
- Linux Shell, How to send a command over Serial port and return?
- Turning Textbox Red with a timer when serial port stops outputting data
Related Questions in TELEVISION
- Android no suitable constructor found for HeaderItem(int,String,<null>)
- What is the best way to make an Android TV menu?
- How to convert cable TV channel into Ip based stream
- Connect to WifiDirect on AndroidTV but keep using regular WIFI for internet
- How to create transition animation between BrowseFragment and headers?
- Scrollable TV Guide with HTML/XML/XSLT/AJAX
- Error inflating android.support.v17.leanback.widget.TitleView
- How to support OTA video in custom web app (for LG TV)?
- Open-source / free universal EPG / XMLTV data API or service, or how to make one?
- Scrolling UIScrollView on external screen attached to an iPad
- What data to send using IR to control AC or TV using C#
- TvOs : is there a way to know when tv is turned off / on?
- Microsoft.DirectX.DirectSound and TV Tuner
- Will the Vibrate Permission filter an app from Google TV in the Android Market?
- Setting brightness of tv through cec-client
Related Questions in REMOTE-CONTROL
- Grails remote control plugin - Spring Security Configuration
- Connect to a remote desktop
- Remote command seek forward (or backward) does not work
- How to disable remote connections to MongoDB?
- Getting inputs from USB TV remote
- Arduino Uno Bluetooth Communication with Mac
- UI Keyboard not showing
- Does android come with a remote API for audio (background) playback?
- Android Mapping Remote Control Keys with Virtual Key Board and append the text in edittext
- is it possible to a read the code from an infrared remote controller using a digital camera?
- Programming for the Apple infared remote controls
- Control development boards from web interface
- Android gingerbread lock screen media/remote controls vanish on mediaplayer.pause()/playstate change
- What data to send using IR to control AC or TV using C#
- How to send information to the Remote-Control (lock screen) in iOS
Related Questions in INFRARED
- irsend is not giving errors, but does not send signal on Raspbian
- Wiring Raspberry PI GPIO pins to a remote to simulate a button press?
- Normalization of Thermal image with range 0 to 40
- Kinect Infrared Camera Not working
- Decoding long Air Conditioner ir code
- Android programming remote control using IR
- Kinect - IR pattern looks different with Microsoft SDK than in real
- Emulation of an infrared input?
- is it possible to a read the code from an infrared remote controller using a digital camera?
- List of IR patterns/Codes and Device codes vs Device names
- Programming for the Apple infared remote controls
- IrDa API for Windows 7 x64
- What data to send using IR to control AC or TV using C#
- Image Alignment (RGB and Infrared)
- Infrared python
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
if you are just searching for the codes, here you can find a lot of them, with a lot of manufacturers.