Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
58 views

Bash script to log in over SSH

Sorry if this seems like a dumb question but I am just learning bash scripting. For a school project we need to code an RTX that runs in Unix. It runs as a process in terminal and takes in user input ...
1
vote
1answer
53 views

What is the best way to implement my program for Keil MCB1700 evaluation board?

I want to develop a program for MCB1700 evaluation board. Client software of PC reads a picture from HDD. Then it sends the picture to MCB1700 evaluation board through socket (Ethernet). Server of ...
1
vote
2answers
102 views

Books from embedded programming [closed]

Could anybody advise me the best books from Embedded Programming? I want to read such information: - Architecture of Embedded programs, systems. - Real time operational systems RTX (other embedded OS ...
1
vote
1answer
82 views

Real-time application with graphic interface

I need to develop the real-time application which can handle user's input (from some external control panel) as fast as possible and provide some output to LCD monitor (very fast as well). To be more ...
1
vote
1answer
77 views

bbPress RTX integration

Im currently working on a RTX/Janrain integration with bbPress, but im stuck with a SQL query which doesnt give me any results even though I've been trying with wildcards and an e-mail adress i know ...
1
vote
2answers
398 views

Running mstest *without* it using a ThreadPool

I'm writing some managed code to wrap a the native calls for IntervalZero's RTX product. RTX basically enables real time coding under Windows by setting up a kernel proxy. What's important here is ...
0
votes
2answers
37 views

Software interrupts, Keil MCB1700 evaluation board

I try to develop programs for MCB1700 evaluation board. Is it possible to use software interrupts (SWI) without RTOS RTX?
0
votes
0answers
146 views

Does Boost work with IntervalZero RTX 2009?

Hi all Rtx experts, Have anyone implemented hard real-time app on IntervalZero Rtx environment using Boost libraries? I wish to use the Boost `unordered` data structures instead of solely relying ...