Questions tagged [datawriter]

5 questions
2
votes
2 answers

Get IP Address of DataWriter/Publisher on RTI DDS?

I am using RTI DDS 5.2.3.17 and would like to get the IP address of the DataWriter/Publisher to add to some log messages. How would I go about doing this I am having some trouble in just forming the logic of what to do?
jgr208
  • 2,896
  • 9
  • 36
  • 64
1
vote
2 answers

How to read updated data from local test.txt file?

I'm doing sliding image using SliderLayout. By default change the image every 10 seconds.If user wants to change time interval, creating interval.txt file in device local memory and getting interval time from that file. Now i'm getting problem is…
GNK
  • 1,036
  • 2
  • 10
  • 29
1
vote
1 answer

How to write from MemoryStream into DataWriter into disk

I have DataWriter that has file storage stream already attached. how ever in particular case I want to first write data in memory so I can know size of bytes, and store size with data in writer. How can I do that without creating two in memory…
M.kazem Akhgary
  • 18,645
  • 8
  • 57
  • 118
0
votes
1 answer

How to send negative number to SerialDevice DataWriter Object

I am having trouble figuring out how to send a negative number over C# UWP SerialDevice DataWriter object I am using Windows 10 IOT Core with Raspberry PI 2 B. I am trying to control a Sabertooth 2x25 Motor Driver using packetized serial…
pleslie
  • 87
  • 7
0
votes
0 answers

Sending custom data through DataWriter c#

So i'm trying to develop a program integrating a raspberry pi with a fingerprint reader using a USB adapter. My problem is that the fingerprint reader requires a custom data package for the handshake process. I need to send a data array of: Header…