2
Answers

Robotic Arm Programming using Csharp,wanna Help??

ned student

ned student

14y
3.3k
1
hi,
i wanna interface my robotic arm using parallel port through c# but having trouble in sending data.
Actually i want to send data serially to the parallel port using some delay between them.


my task is to move robotic arm to different places having some delay between each movement .does anyone help me out????


ned_student
Answers (2)
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 11y
can you try to set some hard coded value like this:

timetablegrid.Rows[row].Cells[column].Value = "sample text";
0
darma teja

darma teja

NA 493 194.2k 11y
Hi,

gridView.Rows[1].Cells[1].Value= "text here";

Darma