0
votes
1answer
87 views
Automatically detect which Com Port is connected to a USB GSM Modem using Java
I wrote a Java application that reads and sends SMS messages from a USB GSM modem. I'm using SMSLib (which uses JavaCommAPI), and it runs on Windows. I need to pass in the COM PORT, that the modem …
3
votes
3answers
377 views
Qt and serial port programming
Hi, folks !
Is there any serial port facilities in Qt ?
If not, which crossplatform (desirable) libraries (for working with serial port and, maybe, with other I/O ports), do you recommend ?
0
votes
2answers
47 views
Ensure connection to a POSPrinter connected via COM
Hi,
I need to make sure that the connection to a POS printer is successful before writing data to the database and then printing a receipt. The POSprinter is normally of type BTP 2002NP but may …
0
votes
1answer
60 views
Finding port number of connected device from Registry editor
hi
can you pls tell me pls is there any win32 api,s are there for getting connected device port number.Now in my appillication i am giving hardcoded value for com port number . and for that …
1
vote
3answers
330 views
How to send data to COM PORT using JAVA?
Friends,
I want to connect and transfer data to COM PORT (either virtual or original) in JAVA?
1
vote
2answers
97 views
Win32 Commport Sniffing
Using C winapi, how can you capture receieved data from a commport that is open exclusively by another program.
I know there are programs that do this, but I want to code my own monitoring software …
0
votes
3answers
598 views
Enumerating a List of systems Com Ports in Delphi
Objective: I would like to be able to list the available COM Ports on a system in Delphi.
Homework:
I have read this SO thread on enumerating the LPT ports of a system using the registry. I have also …
