Tagged Questions

0
votes
1answer
32 views

Change baseboard serial

Hi! I'm looking for any possible way to change baseboard serial programmatically. I should do that under Vista or Win 7, ideally it should be for any model, not specific. Actually, I could solve …
1
vote
5answers
73 views

Can I use a USB-to-serial adapter to talk to my development board from VMWare Fusion?

I have a Linux virtual machine running on VMWare Fusion (on Mac OS X) that I intend to use as a development environment for an embedded system. Would it be possible for my Linux VM to talk to my …
0
votes
1answer
42 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 who took it and also …
0
votes
1answer
39 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.
1
vote
2answers
71 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. If there is more …
0
votes
2answers
53 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 "M 3" = begin the …
0
votes
1answer
22 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 computer.. i can do …
0
votes
2answers
52 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 ports and hardcoding …
1
vote
1answer
75 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 again it works. But not …
0
votes
5answers
209 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 track device …
0
votes
1answer
71 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?
1
vote
1answer
148 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 route be to create …
2
votes
3answers
76 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.
1
vote
1answer
63 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, however I have been …
11
votes
7answers
260 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, and displays …

1 2 3 4 5 7 next
15 30 50 per page