Last News over me works (MIMAS Architecture at 8 / 29 / 2.000).

2000-08-29 Thread Leonardo Padial
At last, I finished the complete desing of System Architecture for the LPE-Z380, no for MSX. The desing include mixed HW 50% and SW 50% for do each particular interface. When the user want have MSX interfaces he load you MSX patch to specific card. Example: for Video card he load the V38 patch

More external modems...

2000-08-29 Thread Adriano Camargo Rodrigues da Cunha
Hi, If accessing external modems are so easy as anybody says, why this piece of code doesn't works? 10 ' an US Robotics 33600 external modem is connected into 20 ' my ASCII or Gradiente RS232 serial 10 _COMINI ' change to whatever you want. it

Bad FAT

2000-08-29 Thread Diederick de Vries
Hello there, I've got a problem. One of the directories on one of the partitions of my harddisk seems to be, like, recursive. Yes, it enlessly contains itself. I can't find the original contents back anymore, but they weren't important. Obviously this is some error in the FAT. Fact is, I can't

Re: Programming external modems with MSX

2000-08-29 Thread Adriano Camargo Rodrigues da Cunha
Laurens, I like to add that a lot of (Belgium) ISP are using CHAP, or even worse MS-CHAP (Again one of the changed standards I was talking about in a previous mail) Oh, never heard of it. Get pppd code and read the file MSCHAP80. Just don't send a Auth Protocol Request

Re: Programming external modems with MSX

2000-08-29 Thread Adriano Camargo Rodrigues da Cunha
Laurens, Well, you have to worry about HDLC That's simple. It's already implemented. (and about flow control when you access the drives) That's even simpler: no data while accessing drives. MSX will do the job. Some ISPs still do authentication via SLIP. At

Re: Bad FAT

2000-08-29 Thread NĂ©stor Soriano
I've got a problem. One of the directories on one of the partitions of my harddisk seems to be, like, recursive. Yes, it enlessly contains itself. I can't find the original contents back anymore, but they weren't important. Obviously this is some error in the FAT. Fact is, I can't delete the

Re: Last News over me works (MIMAS Architecture at 8 / 29 / 2.000).

2000-08-29 Thread Alex Wulms
] This Arquitecture avoid load the CPU by employing last HW technology. ] The Complete System is composed of the HW existing now (Z380 Card, ] Evolution4 expansor, PC Keyboard..etc), and only 3 card more: ] - LPE-SEN-V1 Sound Card whit main proccesor TMS320C6211. Ready for ] interface types PSG,

Re: Bad FAT

2000-08-29 Thread Maarten ter Huurne
On Tue, 29 Aug 2000, you wrote: I've got a problem. One of the directories on one of the partitions of my harddisk seems to be, like, recursive. Yes, it enlessly contains itself. I can't find the original contents back anymore, but they weren't important. Obviously this is some error in the

Re: Programming external modems with MSX

2000-08-29 Thread Maarten ter Huurne
On Tue, 29 Aug 2000, you wrote: I don't know very well about it. What I've seen is only text-authentication servers. So, that's arise a question: how you know an ISP authenticates by text or by PPP? Checking if the first block sent by the ISP is a PPP packet or text data? If

RE: MSX Beurs Bussum...

2000-08-29 Thread Adriano Camargo Rodrigues da Cunha
Ghostscript for Windows? Yes, there is. I use it here at my university. I just don't know where you can get it (sorry, I'm not using NT now). Adriano Camargo Rodrigues da Cunha ([EMAIL PROTECTED]) Engenharia de Computacao - UNICAMP http://www.adrpage.cjb.net

Re: Last News over me works (MIMAS Architecture at 8 / 29 / 2.000).

2000-08-29 Thread Maarten ter Huurne
On Tue, 29 Aug 2000, you wrote: ] This Arquitecture avoid load the CPU by employing last HW technology. ] The Complete System is composed of the HW existing now (Z380 Card, ] Evolution4 expansor, PC Keyboard..etc), and only 3 card more: ] - LPE-SEN-V1 Sound Card whit main proccesor

Re: Nieuwgroep

2000-08-29 Thread Adriano Camargo Rodrigues da Cunha
I'm sure there is a possibility to translate your Dutch message into English before sending it to the mailinglist (If I'm informed correctly there is an application running on internet that can be used for translations!)... http://babelfish.altavista.digital.com But be

Re: More external modems...

2000-08-29 Thread Manuel Bilderbeek
If accessing external modems are so easy as anybody says, why this piece of code doesn't works? Does the modem work when you use existing software like Erix? 10 ' an US Robotics 33600 external modem is connected into 20 ' my ASCII or Gradiente RS232 serial 10 _COMINI ' change to whatever

Re: More external modems...

2000-08-29 Thread Adriano Camargo Rodrigues da Cunha
Manuel, If accessing external modems are so easy as anybody says, why this piece of code doesn't works? Does the modem work when you use existing software like Erix? Erix will not work, since the Fossil Driver doesn't work with the two RS232 I have: ASCII and Gradiente.

RE: MSX Beurs Bussum...

2000-08-29 Thread Marco Antonio Simon dal Poz
On Tue, 29 Aug 2000, Adriano Camargo Rodrigues da Cunha wrote: Ghostscript for Windows? Yes, there is. I use it here at my university. I just don't know where you can get it (sorry, I'm not using NT now). How about ftp://ftp.unicamp.br/pub/simtel.net/win95/print/gs403* ? Greetings,

Re: More external modems...

2000-08-29 Thread Manuel Bilderbeek
If accessing external modems are so easy as anybody says, why this piece of code doesn't works? Does the modem work when you use existing software like Erix? Erix will not work, since the Fossil Driver doesn't work with the two RS232 I have: ASCII and Gradiente. So try another

Re: More external modems...

2000-08-29 Thread Maarten ter Huurne
On Tue, 29 Aug 2000, you wrote: 20 OPEN"COM:" FOR OUTPUT AS 1 30 ?#1,"ATZ";CHR$(10); ' CHR$(13)? CHR$(10)? both?? 40 CLOSE 50 OPEN"COM:" FOR INPUT AS 1' I should read "OK\n"... The OPEN statement clears the buffers. So if the RS232 ROM received something before

Re: Bad FAT

2000-08-29 Thread Maico Arts
Hello I've got a problem. One of the directories on one of the partitions of my harddisk seems to be, like, recursive. Yes, it enlessly contains itself. I can't find the original contents back anymore, but they weren't important. Obviously this is some error in the FAT. Fact is, I can't