How can i tell if the unit connected to serial port is powered on? Does serial communication have any means of 开发者_开发技巧acknowledging that a command has been received that i can check for?
I am using a motor connected to a serial port (RS-232). I need to use it as part of an automation set-up in a lab. The motor was part of a larger set-up which can be purchased, and it is the only part
I am expanding on a GUI program for a remotely controlled robot. The idea is to program a simple GUI client in Python that connects to a remote server, also written in Python.The client would send sim
We have a counting meter hooked up to the serial port of a PC running Windows XP Embedded and everytime Windows starts, the meter starts clicking away about 90 times. We have tried using /fastdetect i
I need to connect to an AND GF 3000 e-scale using RS232. I\'ve tested the connection using HyperT and AND\'s own program and it\'s working. Now I\'m creating a VB app to read the thing and so far it\'
I have the following code: MSCommProj.CommPort = 6 MSCommProj.RThreshold = 1 MSCommProj.Settings = \"19200,N,8,1\"
I have a USB device (e.g. barcode scanner etc.) I communicate with it using SerialPort (which is found nicely from toolbox of VS2008)
I have developed an Arduino application in which I can control LED 13 via a serial monitor. That is, if I type 0 in 开发者_如何转开发a serial monitor LED at pin 13 lights up and
I am developing Delphi application on Delphi 2010 XE RAD Studio under Windows 7. My application talks on the serial port non-stop. I am using AsyncPro for Delphi 2010. Serial communication and everyth
I\'m trying to configure a serial communication between a dsp and my computer. The dsp sends the value of a 16-bit counter which increments each time it is sent.