I\'m working on a project to automate some tasks (such as play a song, play a video, receive bluetooth data, etc) on an Android phone from a PC.
I am using Ubunt 10.10. I want to communicate with a microcontroller (ATmega328p) using serial through QT, so for testing I have created a dummy application on the microcontroller that reads characte
I have a need to do some fairly simple (at least on the surface) data acquisition and logging.In a remote location (as in, on another continent), there will be a few RS-485 devices (our custom hardwar
I am using RXTX 2.1-7 on windows, and I have one issue. Whenever I run a program using the RXTX library开发者_JAVA百科, the following generic versioning info gets printed:
I need to write a very basic command interpreter on a micro controller that will communicate over a virtual serial port. Before I go ahead and write my own version of开发者_JAVA技巧 this, I was wonder
I\'m trying to read weight from Sartorius Weighing Scale model No BS2202S using the following code in C#.net 2.0 on a Windows XP machine:
I\'m fairly new to Visual Basic (VB), but I\'ve already got running code to access all my serial port. The problem is I want to load multiple serial ports into an array and loop through them in my fun
I\'m using I/O completion ports on Windows for serial port communication (we will potentially have lots and lots of serial port usage). I\'ve done the usual, creating the IOCP, spinning up the I/O thr
I have a windows mobile device which is running windows CE 5.0. I want to now connect a hardware to the USB port and communicate with the hard开发者_如何学运维ware by configuring it as a virutal com
I was going through the example code on FTDI\'s website. After opening the device and setting the flow control to be RTS/CTS they send and receive data in the following manner: