port

  1. M

    Question win32_portconnector is used for ?

    what win32_portconnector is used for ? This question have 3 parts. What is the use case of win32_portconnector ? Can I get state of ports using it like Mouse cable, charger, HDMI cables etc ? Why VM have null results on this query :Get-WmiObject Win32_PortConnector ? On VM: PS...
  2. R

    Question Serial Port Problem: The given port name is invalid...

    Hi. I am having problems communicating with a UBLOX GPS device using the serial interface over USB. I would like to be able to receive data from the device asynchronously in a receive event when data is sent from the GPS to the computer. mySerialPort.PortName = "COM7"...
  3. G

    Acessing parallel port problems

    Hi guys, I've been trying to this application in Visual Studio 2010 to only write to the parallel port, so supposedly it would be a very easy task, and by all the tutorials in the internet i've seen before it really is! Although it throws me always the same error which is too generic and don't...
  4. martinandrovich

    Question Parallel Port Interface

    Hello dear Forum, I have a problem interfacing with the Parallel Port. I have tried using the "inpout32.dll" to communicate with the port, but it didn't work for me. I have used another program (coded in C++), and I have successfully read the S-port-data - and that's what I mainly need the...
  5. S

    Reading serial port in background and responding when needed

    I have a app that needs to listen to a serial port and react when something happens. I have NOT yet figured out the hardware side of the serial port but it will be as simple as possible as all it needs to do is detect either a button pressed twice within one second or a constantly held button...
  6. K

    Localhost problem with Debugging

    I'm using Visual Studio 2008 on XP SP2. When I select the Start Debugging icon in the menubar, it starts up the ASP.NET Development Server and selects port number 1128 (or another random number). When IE starts, it goes to http://localhost:1126/........... where the localhost number is exactly...
Back
Top