0
votes
1answer
16 views
any command line com port query tools?
ok folks, heres my dilemma i want to make a chat program that uses sms as its base engine.. to do this i need to communicate with my gsm phone via bluetooth attached to com 7 on my …
0
votes
2answers
37 views
MacPython: programmatically finding all serial ports
I am looking for a solution to programmatically return all available serial ports with python.
At the moment I am entering ls /dev/tty.* or ls /dev/cu.* into the terminal to list …
0
votes
5answers
157 views
C++ Serial Port Question
Problem:
I have a hand held device that scans those graphic color barcodes on all packaging. There is a track device that I can use that will slide the device automatically. This t …
1
vote
1answer
51 views
C++ Serial Port Only Responding Once Using Write()
All the code below works. My device responds, C,7 is a reset. When I run this the second time it doesn't respond. If I manually turn my device off and on, then run this script agai …
0
votes
1answer
58 views
How can i CloseComm, OpenComm, WriteComm and ReadComm with the windows unit?
I have an old comm unit that uses WinTypes,WinProcs. As i understand these were merged too the Windows unit.
Are there similar functions in the Windows unit?
11
votes
7answers
229 views
How do you design a serial command protocol for an embedded system?
I have an embedded system I'm communicating with over serial. The command structure right now is designed to be operated interactively: it displays a prompt, accepts a few commands …
0
votes
4answers
186 views
Problem receving in RXTX
I've been using RXTX for about a year now, without too many problems. I just started a new program to interact with a new piece of hardware, so I reused the connect() method I've u …
1
vote
1answer
50 views
RAD and BlinkM, how to control a BlinkM, with an Arduino through RAD
So I'm running RAD on my MacBook, I've been able to send serial commands with screen to the device and just light LEDs and simple stuff with the pins connected to the Arduino, howe …
1
vote
1answer
85 views
Serial port access in Adobe-Air
I am looking to use Adobe Air to visualize information coming from the Serial port. Is there a way to do this naively in Air? I'm assuming not.
If this is the case, would my best …
2
votes
3answers
50 views
Serial communication terminal alternatives for windows
I'm looking for a winxp terminal tool that will send/receive raw bytes, not just printable ASCII like the hyperterminal that ships with winxp does. Preferably open-source.
2
votes
3answers
59 views
Steps to publish Software to be purchased via Registration
I'm about to get finished developing a windows application which I want to release as shareware. It was developed in C# and will be running on .Net 3.5+ machines.
To use it the use …
2
votes
4answers
365 views
Send file over serial port with Linux and C
Hi all, i'm developing an application that reads data from a serial port and sends it over a TCP connection, and vice versa. Unfortunately, while reading data from serial port, it …
2
votes
2answers
440 views
Data collection with Android via USB
What would be the best way to access the USB as a serial port on a android device (HTC Magic) ?
I am thinking about a OBD-II interface, can I do this on a startdard phone or more …
5
votes
2answers
170 views
Comprehesive information on serial ports and programming?
What are some comprehesive sources on serial programming?
Ideally they would cover things like:
history of devices
current and future uses
how serial devices work
protocols
and, …
0
votes
1answer
273 views
Reading the serial number of USB storage device in Vb
Is it possible to read the serial number of a USB drive using VB.
