LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-27-2014, 10:56 AM   #1
rac8006
Member
 
Registered: Oct 2014
Posts: 39

Rep: Reputation: Disabled
USB programming


I have a c++ program that I have written that opens a USB device and writes to the device. The device that I'm working with is a KVM switch. When I write to the device it switches the monitor/Keyboard/Mouse to a different computer. When I return to this computer the program is still running. But I can't switch again. I've found that if I close the device after the write. I can then reopen the device before the next write and it works.
My question is there anything I can program to handle the fact that the device is removed? I'm not sure the the switch is removed. But the keyboard/monitor/mouse is removed.
 
Old 10-28-2014, 06:42 AM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,816
Blog Entries: 13

Rep: Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876
You may have to give some more details about how you're writing to it in order to accomplish changing the switch.

My recommendation is to pay attention to what happens to the resources on your system and look at your system log just after you have switched it to another system. And then also what happens when the switch returns to your system, not because you exited and re-entered your program, but because the other computer caused it to switch back. Observe whether or not the resource is re-discovered by your system. Doesn't matter if it is the same resource "name" such as /dev/tty<something>, matters that it was lost and then re-discovered; you can't just keep a handle continually open to it, because the logical connection is lost when the device switches out and is lost in your system.

However you're speaking to that resource, it has either gone away or changed somehow. A thing to do is to persist in trying to speak to it for something like status, or read the version. Once that fails, and it would be "by design" because you've switched it to somewhere else; you should periodically probe for re-discovery of the device. My presumption is that you either manually switch it back or that other computer sends a command to the switch to cause the same result. And then your periodic probe will re-discover the device; whereupon you open it anew, and start talking to it.

So treat it like a two state, state machine. "Searching for a device", "Talking to the device".

When you search and find the device, it's available to you, open it, verify it matches what you expect it to be, and then switch to your "talking to the device" state.

When in the talking state, communicate with it and do your actions as you intend, or don't intend, but periodically verify that you're still able to communicate with the device. If at some point the device becomes unavailable, then you should detect this fact and then switch back to your "searching for a device" state. And I'm saying that by design, when you cause the switch to be available to another computer, it potentially is no longer communicable to your current computer, and therefore a program will be able to detect the loss of the device and make these decisions.
 
Old 10-28-2014, 08:34 AM   #3
rac8006
Member
 
Registered: Oct 2014
Posts: 39

Original Poster
Rep: Reputation: Disabled
Thanks for the reply.
I think I will look into using the device hot plug events in the libusb-1.0 library. When the device leaves close the file. When the device returns open it back up.
The device that I'm working with is a 4 port KVM switch connecting 4 computers to one monitor/keyboard/mouse.

RAC
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB programming C and C++ PeterUK Programming 0 07-21-2013 12:45 AM
USB programming anroy Programming 4 12-14-2008 01:24 AM
USB device programming in Linux, how to R/W to USB DB-9 connector bapigoo9 Programming 7 08-28-2008 09:57 AM
USB programming on a MAC chutsu Programming 1 03-29-2005 09:04 AM
USB programming The_Nerd Linux - Software 2 02-03-2005 11:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration