My application is not properly receiving data from the COM port.This used to work.I don\'t know what happened.I know that the proper data is being sent/received over the line because I can see it on m
My application uses a separate thread for handling received serial data asynchronously.The PC gets into the receive-handler as expected, but from there things go weird.
I need to add serial port (e.g. COM8) communications to my MFC application.Which APIs should I be looking at to do this?I need it to be able to wait for n bytes to be in the receive queue before trigg
I\'m writing some code to interface with a piece of hardware.The hardware connects to the PC via a USB with a USB-to-Serial converter inside the device (it shows up as a COM port device in Windows).
I\'m looking for some input on witch file transfe开发者_C百科r protocol to use over a serial line. I want to be able to transfer files of max 200 Mb size over a serial line (RS232) in both directions,
I want to control multiple robots using my laptop. Robots do not have intelligence, they are sending sensor values to PC which computes the sensors values and sends back result to robots.(Centralized
I\'m trying to set up another thread that currently checks the status of the object being referenced.
Is there a library for serial port communication in Common Lisp on Wi开发者_Go百科ndows?Here are a few functions that implement serial communication using SBCL foreign function POSIX calls. Its not as
I have a Java program that continually listens for messages of a certain format on a serial port.When the sender application is not sending messages, it sends heartbeat messages in the following forma
I have a C# application wherein serial (COM1) data appears to sometimes not get transmitted.Following is a simplified snippet of my code (calls to textBox writes have been removed):