python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Passing String from C to Ada via C Interpreter (VxWorks)
I'm trying to pass a string from C to Ada by using the C interpreter in a telnet window to a VxWorks box.
Interface.h
#pragma once
#ifdef _cplusplus
extern "C"
{
#endif
extern void Ada_Set...

Taylor Lopez
Votes: 0
Answers: 1
Writing a task in VxWorks
I am trying to understand how can I write tasks for VxWorks. I have VxWorks on a board that is mounted on a development board.
I can access the board through Putty and a serial terminal connected to t...
Houst
Votes: 0
Answers: 1
Debug exception in tRootTask in VxWorks
Using VxWorks A653 v2.5.0.2 I am getting an exception being generated in tRootTask during startup:
data storage
Exception current instruction address: 0x50000120
Machine Status Register: 0x0000fb30
Da...
blueNoser
Votes: 0
Answers: 1
VxWorks initiating connect() it fails at startup, but succeeds later
I'm using VxWorks 5.4 and attempting to connect to a server via TCP. A server which I'm going to be sending logs to, but for some reason at boot it fails or takes even up to 6 seconds - and is blockin...
Ariel
Votes: 0
Answers: 1