I do not think this is a viable solution unless additional hardware is used to convert to SDLC OR the transfer rates are low. I have seen these gizmo's offered by Black Box that will handle transfer rates up to about 100 Kb.
I have not looked into this recently.
I wrote a driver for the "FASTCOM ESCC-PCI Dual channel sync/Async serial interface" about 5 years ago.
If this new board is similar to the one I worked with, then I would recomend using VISA and break out the manual for the chip.
If your trasfer rates are low enough, go with the converter.
Post follow-ups if you think there is more we can offer.
Ben
FYI:
SDLC is a sub-set of HDLC originally devloped by IBM. It uses "bit stuffing" that ensures the sync byte never occurs in the data stream. Doing bit-stuffing in code could be challenging if the transfer rates are high.
Message Edited by Ben on 04-20-2005 07:19 AM