Jump to content

werosic

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

werosic's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Thanks for your suggestion!Since I have implemented combining the two functions but now there is no way to do the second read. I will check GIS to figure out the problem. Thank you for the perspective.
  2. Hello, As the title says, I am currently developing a program that allows TCP and ADC to run on eclypse at the same time. Currently, I have completed the program for UDP plus ADC function, but when I want to switch to using tcp, when zmod adc is initialized, the TCP connection will interrupted. Thus, I want to make sure that it is possible to run both functions at the same time.
  3. Hi, Recently I'm developing my project which is aiming to use ADC to read voltage information and simultaneously transmit the read data via TCP. One of the senior student in my lab had already achieve the same concept by using UDP, and because the project, I have to figure out how to develop the TCP one. I have checked some of the article here, the one below is most close to my project, however after I contact him directly, I found that he had changed his purpose to another method to fulfill his need. But I still try to figure out how to make zmodib and TCP work well, and here are two method I found might work. First one below is from the senior student's effort, unfortunately he forgot how to Reproduce this, Second one is I casually found, however, if I just use TCP, there's no error here, once I import zmodlib module, and the warning shows up, and even I haven't write any zmod code in my program, the warning keeps showing up. I try to put my TCP code in testudp file folder to get those include work well, but another issue came up. This project can only work with either function, which means while my TCP's working, zmod module won't work. But base on the senior one's UDP project, the transmission function should work well with the zmod module. In conclusion, I wonder how to fix the problem of compatibility with different programming languages, maybe figuring out how to reproduce the first method is better, and the other one is how to make TCP & zmodlib work well together. Regards, Eric
×
×
  • Create New...