Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
896 views

How to share data between python processes without writing to disk

Helllo, I would like to share small amounts of data (< 1K) between python and processes. The data is physical pc/104 IO data which changes rapidly and often (24x7x365). There will be a single ...
6
votes
5answers
259 views

How to read a value of an hard coded address in C++?

I am looking to read the value that is located in address 302H. The purpose is to read an input from hardware (a part of a 104pc stack). When I run the following code a get this error: Unhandled ...
1
vote
0answers
123 views

Looking for a small, x86 PC104 board that has data acquisition [closed]

I'd really like to find a small board (probably EBX size or smaller) that uses an x86 processor, can run Linux, has a PC/104 expansion bus, and has around 10 analogue and digital I/O ports. The only ...
0
votes
3answers
115 views

Enabling hardware watchdog in msm800

I need to enable the hardware watchdog of an msm800 embedded computer. Unfortunately I hardly know anything about using assembly languages. This is what the documentation for the device says: ...