Basically I have a really simple C++ program where I\'m trying to open a serial port (which is actually a USB->RS232 converter, should be supported by libserial) but the code freezes on Open(). No err
I am trying to develop, you guessed it, multiplayer networking. The first stage is to figure out if I can get a connection to my server. Whooptydoo, pot 80 works! :D
I\'m running a simple script to connect to the serial port of my electricity monitor and save the output to a file:
I\'m using Ruby 1.8 and linux (Ubuntu and SLAX), and i need to write a script in ruby whichfinds out if some specific usb device is connected to the system and on which USB port (0,1开发者_运维知识库,
I\'m writing an app in c# that utilizes the SerialPort class to communicate with a few devices. Now the big problem I\'ve been encountering all the time is how to properly free up resources there, sin
I have a device with an rs-232 port and a btm222-bt-serial bridge. Is it possible to communicate with a开发者_开发技巧n iPhone using this setup?
I am installing windows service and it works fine. Now I am uninstalling the same service. (to be specific I am using installutil command for installing as well as uninstalling) The service gets unin
I\'m trying to write a custom application for a GPS device, and I need to read the GPS data. The problem I\'m facing is that I cannot open the GPS port. I know which COM it is, and I know the baud ra
I am writing an application that will display serial/USB data at a rate of up to 250kb/sec. I am using the .net SerialPort class and reacting to the DataReceived event. For early implementations of th
I have a program that is used to talk to hardware over rs232. This software is used to display a stream of data that is pushed over the rs232 from the hardware as fast as it can be. The problem I am r