Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread pgraf
Hi Dave, I have been presented with two good contenders for an ethernet solution for the QL. There might be others; I am open to suggestions and may add more to the list. I suggest the CP2200. It is the easiest to solder, least pins, smallest, simple connection to the QL bus. More

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Malcolm Lear
Hi, I would think the most important criteria would be to choose a solution that reduces the software load on 68K. It seems after a brief look at the data sheets that the W5300's interface is at socket level, is that right? Malcolm On 14/04/2014 22:39, Dave Park wrote: I have been

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
Yes, Malcolm, the interface is at the socket level. Both of the devices have some pros and cons. I am still open to suggestions for other options. One thing I am not concerned about is the pitch and number of pins on the WS5300 or any other device. I don't hand solder SMD boards. I use a solder

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Petri Pellinen
Malcolm, using the W5300 is really easy since it is a TCP stack and not an ethernet interface. Essentially you write high level command bytes to the command register (e.g. open, close, send) and read/write data from/to the w5300 memory buffers. The w3500 takes care of all the rest. On Tue, Apr

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Malcolm Lear
If that's the case then the driver software really shouldn't be too complex, I guess. I also see it directly supports an 8 bit bus and is 5V tolerant. With a 3.6V supply that should eliminate the requirement of bus level shifters. On 15/04/2014 16:38, Petri Pellinen wrote: Malcolm, using the

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Peter Graf
Dave Park wrote: Peter, could you outline what is available for the CS8900A, please? For the QL? Nothing, as far as I know. Are you asking a different Peter? I proposed the CP2200. Peter ___ QL-Users Mailing List

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread John Alexander
Doesn't the CS8900a get more coverage on the Arduino space (probably why it got mentioned) Probably not a bad idea thieve the code out ine from an Arduino driver or something so you can do basic Ethernet Then add a stack du jour for the IPv4 example; http://fnet.sourceforge.net/ Personally

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Marcel Kilgus
Wiznet: + TCP/IP included. Implementation of socket API for QL probably pretty easy. + Reliefs slow 68008 main processor. But then I seriously question what original QL owners are going to do with this thing anyway. - Only 4 parallel connections. That's 4 more than QLs usually have, but still

Re: [Ql-Users] Incorrect emulation

2014-04-15 Thread Marcel Kilgus
Wolfgang Lenerz wrote: Are you aware of this: http://web.archive.org/web/20080507162255/http://gwenole.beauchesne.info/en/projects/68ktester There is a test results file which is supposed to help for exactly that kind of situation - the results are those from a real cpu. If anybody is

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Graeme Gregory
On Tue, Apr 15, 2014 at 10:29:23PM +0200, Marcel Kilgus wrote: Wiznet: + TCP/IP included. Implementation of socket API for QL probably pretty easy. + Reliefs slow 68008 main processor. But then I seriously question what original QL owners are going to do with this thing anyway. - Only 4

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
Please add the CP2200 to the list of devices under consideration. I did just look it up and it is comparable in features to the CS8900A. With a brief search, I might be able to buy CS2200-based ethernet cards and harvest all the components needed off them quite economically, for example. I am a

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread John Alexander
Could save a lot of dev effort and choose any one of the following http://www.ebay.co.uk/sch/i.html?_from=R40_sacat=0_nkw=arduino+ethernet_sop=2 Then your contribution is the base board to interface the Ethernet board to the QL. Idea been start from a cheap known good solution testable on

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
That device, while cheap, has no 5v tolerance. The level translation, while simple to do, is relatively expensive in terms of components + board space. In the end, it erases most of the cost benefit. Also, it doesn't fit within the package profile of how UltimIDE and UltraQ will pair together to

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Malcolm
Dave, I think I have up to 25 Wiznet chips and unpopulated PCB's (SPI interface) unused from an abandoned project. You can have them if it helps. The PCB like all my designs was created using the QL PCBDesign software so it can easily be altered to the QL bus. On 15 April 2014 22:45:55 BST,

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread John Alexander
Several different designs there but the majority of the chips used are 5V tolerant I/O. I'm glad some one appreciates the thought just wondering why there's such a problem putting a single chip Ethernet port on a computer that it's taken 30 years to do it. Any way the IPv4 stack and more

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
Yes please :) I have five WizNet WS5300 and five CP8900A here. I don't have any CS2200. Having another 20 or so is about $120 of reduced cost just for the chips alone, which is very attractive since I am trying to do this project as affordably as possible for buyers without making a profit

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Peter Graf
Hi Dave, I am a little disheartened that ethernet on the Qx0 is not used by any QDOSMSQ* versions. I used it with QDOS Classic - even sent email from my Q60 to this list, where you could see in the header that it was not Linux ;-) But QDOS Classic had other shortcomings (absence of

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread John Alexander
If the parts are decided then the final choice is merely how many and how much as you state here On 15/04/14 23:37, Dave Park wrote: Yes please :) I have five WizNet WS5300 and five CP8900A here. I don't have any CS2200. Having another 20 or so is about $120 of reduced cost just for the chips

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
Thank you for being understanding, John. If we get to do ethernet, it will be integral to the UltraQ board and will be fitted to every UltraQ made. There would probably be a standalone board too, because it would be a horrible limitation to have to buy UltimIDE plus the UltraQ upgrade just to get

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
On Tue, Apr 15, 2014 at 5:46 PM, John Alexander acontractor...@yahoo.co.ukwrote: If the parts are decided then the final choice is merely how many and how much as you state here No part is decided. It does look like the WS5300 has a couple of advantages, but a couple of people whose opinions

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Dave Park
So, here's the summary of my thinking. From a coding point of view, one chip stands out from the others. If installed in a system, anyone who reads the datasheet can write a BASIC, C or ASM program that directly transfers data to and from the WS5300. No need to deal with a TCP/IP stack

Re: [Ql-Users] Ethernet chit chat...

2014-04-15 Thread Alexandre Souza
Remember, email me off-list if you're interested in the beta program. :) I'm interested, but I have some W5100 chips here (in development boards) and resources to build one just for the QL. So I think I can help. ___ QL-Users Mailing List