The bus tag has no wiki summary.
0
votes
0answers
20 views
Please explain me what is PDO mapping?
After reading several CiA specifications, I am still having difficulty to understand PDO mapping, Process Image, and Process Data Exchange in CANopen.
I know SDO is used for configuration settings in ...
0
votes
2answers
63 views
Is 36-bit address bus needed for Physical Address Extenstion?
Is 36-bit address bus needed for Physical Address Extenstion on 32-bit processors?
What would happen if I used 32-bit address located in page that has 36-bit address?
0
votes
0answers
37 views
Simulating multiple devices on serial port
I am working on software that uses RS485 and ModbusRTU. I need to simulate multiple devices connected to one serial line like bus network. I was able to connect two programs that uses serial line ...
0
votes
1answer
71 views
Get VGA BUS type via VB.net
How do get VGA BUS type via VB.net?
I need a source code that writes runs after that video card in your computer which are equipped with bus tpye. (AGP, PCI, PCI-e...)
Sorry my bad english!
2
votes
1answer
91 views
C programming Bus error/Seg fault
Im trying to make a program that puts a filter on a bmp file. I run it and get a bus error on a mac gcc and I get the following on a linux machine:
104:8: warning: variable ‘new_file’ set but not ...
0
votes
0answers
22 views
How to get bus route numbers from Google Maps [duplicate]
Thanks to StackOverflow and much research, my Android app can track my location and tell me if I am near a bus stop using Google Places API.
My question: How do I get the bus route numbers from a bus ...
0
votes
0answers
50 views
Create a simulink bus from a structure
I have measurement data that is stored in form of hierarchical structures containing MATLAB timeseries objects.
For example:
MyData
- TimeSeries1
- TimeSeries2
- MyHierarchicalData
-- ...
0
votes
0answers
44 views
Bus Error with C language and lib CFITSIO
I did this program to open a image fits and create array with him pixels, I'm using lib cfitsio and Linux system (ubuntu 12.10). But when I execute this program the return is a message "Bus Error", I ...
0
votes
0answers
87 views
Testing bus topology in java
I need to test a bus topology (for networks) in java. So I created some arrays (one for each computer) filled with random numbers from 1 to 10, and I would like if any computer has the same number as ...
0
votes
1answer
31 views
addresability vs address space vs address bus
How do you determine addressability based on address space? How do you determine the size of the address bus based on the addressability? Ex. The addressability of a machine is 32 bits, what is the ...
0
votes
1answer
64 views
Message store unavailable! WAS 6.1
I' m stuck on an issue and need your advice.
Messaging Engine not coming UP (Error,
"com.ibm.ws.sib.msgstore.TransactionException: CWSIS1099E: An
unexpected exception has occurred. Exception:
...
0
votes
0answers
11 views
How to register my device driver with specific bus or user defined bus?
I am registering bus and also registering device in my system now i like to register my device with my user defined bus so now how i am able to do this?
0
votes
4answers
85 views
Bus error - What's wrong with this piece of code?
long int d[500], i;
d[1] = 1;
d[2] = 2;
d[3] = 4;
for(i = 4; i<=500; i++)
d[i] = d[i-1] + d[i-2] + d[i-3];
int n = 500;
printf("%ld\n", d[500]);
The compiler is gcc. Bus error occurred at ...
0
votes
1answer
37 views
What does the CPU see? [closed]
I'm curious about the interface between the CPU and the rest of the system. For example, were I to take out the CPU from a typical computer, and supposing I had godlike powers to control and read ...
1
vote
0answers
85 views
Rhino Service Bus using MSMQ message not recieved at backend
I am trying to get a simple client and backend sending a messages using Rhino Service Bus over two machines. I have managed to get it working using Rhino Queues but when I switch to MSMQ and send the ...
1
vote
1answer
133 views
Display MKAnnotationView in MKMapview with custom order?
Sorry for my poor English :"> I have a question about MKMapView and MKAnnotation in MKMapkit of iOS.
I'm writing a small app named "Transport Helper". It contains a map and some annotations in that ...
1
vote
2answers
66 views
Bus error and Segmentation fault depending on value inputted
I'm having trouble with my code and hope you could help. When I input an odd number I'm given a segmentation fault, and a bus error if it's even. I'm trying to add 00's to a data array to bring it ...
0
votes
0answers
70 views
While implementing SOA and OSB, how worth is to consider change from dblink to web service?
Where I work, there are a high number of dblink between databases. Some dblinks aim to be the way for loading immense amount of data while others only exist for simple queries.
I am wondering whether ...
0
votes
2answers
112 views
BUS Error C++ reading file [closed]
Im trying to do a very simple thing, read numbers from a file using ifstream in C++.
My input file called POSCAR
supercell
1.00000000000000
7.3287291297858630 ...
1
vote
2answers
57 views
stWSO2ESB OutSequence Processing
I'm transforming XML request to SOAP via XSLT in WSO2ESB, just wondering is it possible to make request parameter available to be used in response?
E.g.
<request>
<test>123</test>
...
-1
votes
2answers
91 views
Bus error when using memmove [duplicate]
Possible Duplicate:
Bus error troubleshooting
To remove duplicates from a string this is the program I have written:
#include<stdio.h>
#include<string.h>
...
0
votes
1answer
141 views
FORTRAN program can't read all the data into an array, size limit?
I have a csv file that has about 2 million lines, and about 150 columns of data. Total file size is about 1.3 GB. That's about 300 million array members.
I started with a 3.5 million line file, and ...
2
votes
1answer
233 views
Using Azure Service Bus in java
I'm trying to subscribe to an Azure service bus topic in java. To do that, I need to create a ServiceBusContract instance. In every example I found, they do it like this:
String issuer = ...
1
vote
0answers
129 views
504 Gateway timeout when using Azure Service Bus relay
I'm using Windows Azure Service Bus relay to expose a WCF service that lives on premises using basicHttpRelayBinding.
For every request, the web service will just get some data out of a SQL Database ...
1
vote
1answer
176 views
How to make a usb device load my function driver?
I have writen a usb fuction driver. if I want any usb device that plugged in my computer load this driver rather than its real driver, what should I do? I only know if i change vid/pid when bus ...
1
vote
1answer
172 views
About WCF Service Bus
In my graduating project proposal, in which i will need to access so intranet externally from another intranet, he asked me to use the WCF Service bus (Windows Azure) , in fact i understand nothing ...
0
votes
2answers
52 views
input from command-line argument works, but input from internal char* gives Bus Error. Shouldn't it be identical?
I wrote a function that will take a char* representing a binary number, and add one to that number. I've encountered a very confusing error, which is that the function works fine and dandy when the ...
0
votes
0answers
16 views
Is there an application which graphically displays utilization ratio / capacity of various PC buses?
Is there a Win32 or GNU/Linux application which graphically displays current and historical utilization of each PC bus with respect to its capacity/bandwidth? (i.e., AGP, PCI, PCIe, FSB, memory)
If ...
0
votes
1answer
145 views
How to implement Bus (publish/subscribe design pattern) [closed]
Have to implement this pattern using this interfaces
public void Publish<TEvent>(TEvent event);
public void Subscribe<TEvent>(Action<TEvent> action);
Help, please.
0
votes
1answer
89 views
Shouldn't the CPU's data bus match ROM's data input?
I'm supposed to design a system having
CPU with a 16 bit wide ADRESS BUS and a 8 bit wide DATA BUS.
In this system I have to my disposal a:
RAM with a DATA width of 4 bits, and a ADRESS width ...
4
votes
2answers
198 views
How a single byte of memory is accessed by CPU in a 32-bit memory and 32-bit processor
I quite understand a what 32 or 64 bit system means. so basically all registers or word length is either 32 or 64 bit.
For simplicity let us take a 32 bit system and say i'am writing a program in C. ...
-2
votes
1answer
443 views
How to get a nearest bus station/stop location in Android? [closed]
I'm doing a Android project that requires a nearest bus station/stop location from a specific location and I'm having trouble with this.Could you please give me some ideas for this? I'd be very ...
0
votes
0answers
31 views
how to design a bus station database? [duplicate]
Possible Duplicate:
How to design this “bus stations” database?
all!
recently,i got a problem about how to description the bus station model?
i think may need these tables:
...
3
votes
7answers
1k views
esb solution, servicemix or wso2?
We are trying to decide wich esb choose between servicemix or wso2?
We are looking an esb to:
-support differents protocols (rest, soap, jms, https,..)
-generate statistics or some console to see ...
0
votes
1answer
438 views
OBD2 is giving me a bus init error
I am working with a C# to build a application that would be similar as the other OBD2 reader applications.
I have tested a OBD2 adapter which is connected troughthe Bluetooth port to my PC.
I was ...
0
votes
1answer
413 views
STM32F4 How to get first message from Can1 and send it to Can2 , Can1 and Can2 have different speed
I have a development kit STM32f4 discovery kit and it has double Canbus interface modules. How to get first message from Can1 and send it to Can2 , Can1 and Can2 have different speed
2
votes
2answers
136 views
What IP address for an iPhone app using TfL data?
To get a data feed from Transport for London (TfL) the registration form has a mandatory field that wants the IP address of the server requesting the data. But for an iPhone app that uses ...
1
vote
1answer
440 views
Enable bus stop icons clickable in Google Maps
Using the Google Map API, how can I set the bus stop icons to be clickable and show the bus number services in an infowindow? I can see in Google Map site, it is enabled. But when I create my own code ...
0
votes
2answers
343 views
What is the MaxDetect 1-wire bus?
I bought this sensor:
http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Weather/RHT03.pdf
and the output is "MaxDetect 1-wire bus", What does it mean and how to use it? I tried to connect it to ...
0
votes
1answer
91 views
Azure Service Bus Free Trial [closed]
I have registered, a week ago, for trying windows azure free for 3 months. However I cannot seem to find a menu option for Service Bus or Access Control to create service bus queues and topics. Are ...
0
votes
2answers
154 views
Is a bus always necessary for dbus
I am trying to use the low level c-api of DBUS to implement a server-client over sockets. My question is .. is it necessary that a bus should be used always for dbus communication. And does a BUS just ...
0
votes
1answer
70 views
azure service bus - number of subscribers
Is there some way that I can see the number of subscribers to my topic? And how many messages each subscriber has in its queue? And how many it has consumed?
If there is no monitoring solution for ...
0
votes
1answer
207 views
c#/.net service bus using sql server
I know there are mature frameworks out there like nservicebus, but I would like a queue that utilizes sql server and not msmq/rabbit.
Is there one out there?
Thanks in advance.
1
vote
2answers
487 views
How does the OS interact with peripherals like sound cards/ video cards etc
As far as I understand it, any program gets compiled to a series of assembly instructions for the architecture it is running on. What I fail to understand is how the operating system interacts with ...
0
votes
2answers
224 views
How to access the ISA Bus of a Windows PC?
I want to access my Motherboard's ISA Bus to read temperature sensor values and set cooling fan speeds.
I could not find any practically helpful information but the hint to use "GiveIO", a unviersial ...
0
votes
1answer
48 views
Intersection of data using CPU Address Bus
I'm reading a paper and in a part of this paper there is a note about intersecting sets using address bus. This is the exact quote from the paper:
Fast retrieval methods often rely on intersecting ...
2
votes
1answer
510 views
Difference between Machine Cycle, Bus Cycle and Execution Cycle
I am unable to understand the difference between Bus Cycle, Instruction Cycle and Machine Cycle. Please help me out. Thanks
0
votes
1answer
106 views
Getting a bus error in Assembly in-line programming x86
I stumbled upon an assembly programming challenge where I need to find why the following code gives a Bus Error when trying to run it. After much googling, I still can't figure out why.. My ...
1
vote
2answers
2k views
bus error: 10. C code, malloc example
When I try compiling the following C code, i get a bus error.
I'm guessing it has something to do with the way I have called memcpy, however I cant figure it out.
Any help would be greatly ...
1
vote
2answers
604 views
Azure Service bus queues topics vs queues for web/worker roles
I know
Choosing between .NET Service Bus Queues vs Azure Queue Service
provides some answers as to when to use queues for web/worker roles vs Azure Service bus, but I'm just starting to study Azure ...
