I am having problem to send my arduino data from some sensors to some CAD software. The idea is to send real time data to a virtual hand CAD (can be AutoCAD). I have no idea how to do it.
![]()
Proversi:
I am having problem to send my arduino data from some sensors to some CAD software. The idea is to send real time data to a virtual hand CAD (can be AutoCAD). I have no idea how to do it.![]()
How does AutoCAD get the data now?
:o
That is my question kkkkk...How can I control virtual fingers using flex sensors. I don`t know if there is some software to do this.
What is a virtual hand CAD?
Proversi:
That is my question kkkkk...
What makes you think the Arduino Forum will know how your CAD program works. I suspect the CAD program has its own Forum or Q&A website.
...R
You send data using Serial.write
Then it is up to your CAD program to look at the data and interpretes it. It is this last step that might be impossible because CAD programs are not set up to do this normally. You could try hacking an open source CAD program though.