Tagged Questions
4
votes
3answers
604 views
Listening to serial port on Delphi 7
I am trying to write a program which will listen to the serial input from Arduino board connected via usb, and sending output to serial port (COM4). But I don't know how to get input from serial port ...
3
votes
10answers
5k views
C# serial communication with u-blox gps
I have a GPS from u-blox.com with a USB-connection and driver. The driver installs a virual COM port that pops up when you plug the USB in. Using a hyperterminal I can then watch the flow of data from ...
2
votes
1answer
83 views
How to find out which USB-RS232 device is on which tty?
I have two different USB devices based on the same USB-RS232 chips.
When I plug those in the USB they are mounted to /dev/ttyUSB0...3
My problem is how, inside a script, I can find out which one is ...
1
vote
0answers
27 views
Developing a Custom Printer Driver for Linux/Windows
I want to use my designed USB/Serial device as a printer so that the "print" action on my Linux/Windows send the data (which asked to print) to my new printer (my own designed device/printer) ...
1
vote
1answer
26 views
Why isn't my USB-To-Serial Adapter Working?
I have a USB-to-Serial Adapter that is being recognized on my Mac in the System Information as being connected to the USB Hub but when I run ls /dev in Terminal the usbserial is not showing up. It was ...