Hello,
I have to implement a system in .NET platform (C#) that communicates over ISDN using X.25 protocol. I tried to find something suggestive over the internet but I had no luck so, if anyone can provide me some help regarding this is more than welcome.
Thank you,
R.Mitea

1 answers
you should be able to communicate in x.25 using a standard socket. not really sure of all the parameters to pass in, but a socket constructed with the AddressFamily.Ccitt will provide a socket which uses x.25 protocol. Not sure if the socket type is stream, sequential, or rdm but a little trial and error should get you what you need.
answered one year ago by:
2309