0
votes
2answers
52 views
Microprocessor to RS-232 realtime plot using PySerial/Matplotlib?
Greetings!
I'm new to the world of Python and my programming skills are fairly poor but I'm trying to figure a way to use Python to display the output from an EEG circuit (using the OpenEEG circuit …
0
votes
1answer
37 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
74 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 …
2
votes
3answers
500 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 likely I'll need a …
0
votes
1answer
44 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 …
2
votes
5answers
459 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 never stops. It does …
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
1answer
40 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
56 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
25 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
53 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 …
2
votes
3answers
69 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 user will have to be …
0
votes
4answers
217 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 used on my other …
0
votes
2answers
138 views
Scriptable terminal program for modem testing
I have to use AT commands to setup my dial up modem (modulation seleccion, speed, etc), and dial other modem. Once the connection is stablished I have to transfer/receive files via zmodem, xmodem...
…
1
vote
1answer
76 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 …
