• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Serial Port Listener? and Serial Port IO in VB/C++?

I got me one of them computer remotes, the packard bell fast media ones, well i played with some third party software, and now i want to make my own. I know enough vb/c++ i think, but is there anything like a serial port listener so i know what data is sent when buttons are pressed. And also, any links to help/tutorials on serialport io in vb or C++?
 


<< but is there anything like a serial port listener so i know what data is sent when buttons are pressed >>



Yes, you can use what is called a "breakout" box. They can be software or hardware based. Do a google for it and you'll surely find one. If you simply want to know the protocol used, check around on newsgroups, manufacturer's site, etc., as often the protocol is published. In VB, serial communications is quite simple as you have the MSComm ActiveX control. Check MSDN for more info...

Here's a good article on serial communications under win32 -- here.

[edit]
I've used this software-based breakout box before. Download it here.
[/edit]
 
Back
Top