-1
votes
1answer
40 views
How to uniquely identify a computer based on Gmail, Skype and Apple updates [closed]
Hi folks,
I bought an iMac some time ago. Although it was stolen some time ago, I managed to get the Serial Number from the provider who sold it to me. The point is that I know wh …
1
vote
2answers
67 views
Serial programming: measuring time between characters
I am sending/receiving data over a serial line in Linux and I would like to find the delay between characters.
Modbus uses a 3.5 character delay to detect message frame boundaries …
0
votes
1answer
30 views
Getting mother board serial number without WMI and without authentication
Is there any way to get mother board serial number without using WMI and without authentication of remote machine.
0
votes
2answers
45 views
send string to serial
Buongiorno,
I'm trying to send a simple string to a serial port to command an instrument for noise measures.
The strings are very easy:
"M 1" = instrument on
"M 2" = instrument off …
0
votes
1answer
18 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
5answers
200 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 …
0
votes
2answers
47 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 …
1
vote
1answer
72 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 …
2
votes
5answers
427 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 …
11
votes
7answers
252 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
1answer
69 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?
0
votes
4answers
200 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
60 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
121 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
63 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.
