Search found 5 matches

by Cugo
Sun Jan 04, 2009 10:22 am
Forum: PS2 Development
Topic: Ps2Link and printf without the entire sdk
Replies: 3
Views: 2524

Thanks.
You just saved me hours of work that would have turned out invain.

Well I guess I'll just return to the good old ps2dev sdk. :)
What I was trying to do is just not worth the time compared to the results it would get me.
by Cugo
Sun Jan 04, 2009 4:20 am
Forum: PS2 Development
Topic: Ps2Link and printf without the entire sdk
Replies: 3
Views: 2524

Ok if I understood correctly what happenes in ps2link's tty.c is that ps2link registers a protocol with the name tty. (although I don't understand why it later opens it with the name "tty00:" instead of "tty:") And writing to a file opened with this protocol should send it to the...
by Cugo
Sun Jan 04, 2009 1:36 am
Forum: PS2 Development
Topic: Ps2Link and printf without the entire sdk
Replies: 3
Views: 2524

Ps2Link and printf without the entire sdk

Hello to all and a happy new year. I'm using a sdk that is not the ps2dev sdk and according to how I interpreted the forums rules I am not allowed to mention here so I'll just explain what I need without actually making a full example. So here's the deal: Uppon creating a simple hello world appicati...
by Cugo
Thu Jun 19, 2008 6:34 am
Forum: PS2 Development
Topic: File reading from host extremely slow?
Replies: 3
Views: 3041

Reading larger chunks of the file at a time helped.
Thanks
by Cugo
Mon Jun 16, 2008 8:12 pm
Forum: PS2 Development
Topic: File reading from host extremely slow?
Replies: 3
Views: 3041

File reading from host extremely slow?

Hello. I have recently been experimenting with files. I use ps2link on the ps2 side and ps2client on the pc side (linux). So far I have only been reading files from host:. When I try to read a file byte by byte with fgetc and immediately print it out with printf i notice that the characters are inco...