Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GDLC

Status
Not open for further replies.

tllintx

Programmer
Aug 7, 2000
10
US
Has anyone installed a GDLC? specifically a dlc8023? what do I need to do to access this device?

The code: llfd = open("/dev/dlc8023/ent0",O_RDWR)
works fine.

But the later code:
write(llfd, (void *)&amp;lllbuff, 100) < 0)
fails with an invalid argument error.

Am I opening it incorrectly? do I need to do some other routines after the open to enable a SAP?

Any help would be great.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top