Search found 2 matches

by skeet
Tue May 18, 2004 4:21 am
Forum: PS2 Development
Topic: How to change ps2link tcpip driver version ?
Replies: 2
Views: 2730

... The other solution to your problem is to go back to having a read thread.. and write on a seperate thread. The difficulty with this is that you do need to synchronise your access to the port. You can do that with semaphores to some extent. ... Hope it helps, Oobles. Thanks for the advices, I ha...
by skeet
Mon May 17, 2004 6:14 am
Forum: PS2 Development
Topic: How to change ps2link tcpip driver version ?
Replies: 2
Views: 2730

How to change ps2link tcpip driver version ?

Hi, I just build up the tool chain, and get ee sample to compile, and launched it with ps2link (with Playstation 2 Independance exploit) Now, I want to write an application wich uses ee tcpip api to send/recv data from a PC, the problem is I don't know when i recv data, and I want to be able to send...