Code: Select all
fd=open("MPA0:",O_RDWR,0);
getname(fd, devname);
Would be nice if it returned the correct "MPAxxx:" name.
Code: Select all
fd=open("MPA0:",O_RDWR,0);
getname(fd, devname);
I'll try to fix it.greg@tssolutions.com.au wrote: ↑Mon Aug 05, 2024 12:24 amexampledevname wil have "MPA0:" not the created device name.Code: Select all
fd=open("MPA0:",O_RDWR,0); getname(fd, devname);
Would be nice if it returned the correct "MPAxxx:" name.