Is UART included in main ZX Core?

azesmbog
Mensajes: 319
Registrado: 17 Feb 2016, 23:07

Re: Is UART included in main ZX Core?

Mensaje por azesmbog » 23 May 2019, 11:18

я ZiFi через Unreal пробовал - вполне хорошо.
тут надо договариваться о намеряниях.
Можно попробовать впилить в основное ядро UART, если у кого-то будут намерения под него скомпилировать ZiFi
Тут как и всюду, в ядре нет - потому как в софте нет поддержки, а софт не пишут - потому как нет в ядре.
Рекурсия.

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Is UART included in main ZX Core?

Mensaje por nihirash » 23 May 2019, 11:40

azesmbog escribió: Тут как и всюду, в ядре нет - потому как в софте нет поддержки, а софт не пишут - потому как нет в ядре.
Рекурсия.
I've bought ZxUno to change it)
Program minimum: vtrd.in client
But I think I'll make more network software)
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

azesmbog
Mensajes: 319
Registrado: 17 Feb 2016, 23:07

Re: Is UART included in main ZX Core?

Mensaje por azesmbog » 23 May 2019, 11:48

nihirash escribió:
I've bought ZxUno to change it)
Надеюсь купил с аддоном ЦАП 18 бит (VGA) + Wi-Fi ?
Мне antoniovillena любезно его предоставил, за что ему еще одно спасибо.
Вот только WiFi пробовать не на чем, для меня :)
А так то можно поморочить голову, тем более модуль уже есть в наличии.
Ну и надо пробовать программить не только software, но и hardware, что то жи довольно познавательно :))

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Is UART included in main ZX Core?

Mensaje por nihirash » 23 May 2019, 11:54

I'll attach Wifi module by myself)

Just attach 5 wires to ESP) I think I can :-)

I've bought uno on eBay, there wasn't option to add wifi-module.
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Is UART included in main ZX Core?

Mensaje por nihirash » 29 May 2019, 22:44

Ok!)

I've attached ESP to UNO :-)

It's alive. UnoFTP works with proFTPd(but doesn't works with other FTP servers). But It already may be used as network transfer :)

Next step: make platoTerm port.
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

Avatar de Usuario
jsj
Mensajes: 336
Registrado: 21 Nov 2015, 12:48

Re: Is UART included in main ZX Core?

Mensaje por jsj » 29 May 2019, 23:00

nihirash escribió: It's alive. UnoFTP works with proFTPd(but doesn't works with other FTP servers).
That's not true.

It works with the FTP server of my NAS, and it's not proFTPd. :silbando:

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Is UART included in main ZX Core?

Mensaje por nihirash » 29 May 2019, 23:44

Ok :-)

For me important that I've found working FTP server.
And already debuging my code on real Zx-Uno :-)
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Is UART included in main ZX Core?

Mensaje por nihirash » 30 May 2019, 23:46

:-) I've tried to port platoTerm.

There some problems(out of memory, ring buffer works unstable etc). I think about writing driver for WiFi by myself.
Also network part of GPL_ZXY-Lib is too big and works unstable on Z88dk 1.99C.
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

Avatar de Usuario
yombo
Mensajes: 487
Registrado: 05 Oct 2015, 14:10

Re: Is UART included in main ZX Core?

Mensaje por yombo » 31 May 2019, 03:32

aowen escribió:As I understand it, there is a separate core with UART support, but it's not robust. This may be of interest: https://github.com/yomboprime/FTP_Uno
Hey, the UART is robust. It is the ESP chip and its firmware that gives problems. Also, my GPL library is big and slow because it is based in Arduino GPL code (hence the need to keep it GPL licensed)

The UART library itself is entirely mine and it is MIT licensed: https://github.com/yomboprime/ZXYLib

Avatar de Usuario
aowen
Mensajes: 178
Registrado: 07 Oct 2015, 13:32

Re: Is UART included in main ZX Core?

Mensaje por aowen » 31 May 2019, 15:28

yombo escribió:
aowen escribió:As I understand it, there is a separate core with UART support, but it's not robust. This may be of interest: https://github.com/yomboprime/FTP_Uno
Hey, the UART is robust. It is the ESP chip and its firmware that gives problems. Also, my GPL library is big and slow because it is based in Arduino GPL code (hence the need to keep it GPL licensed)

The UART library itself is entirely mine and it is MIT licensed: https://github.com/yomboprime/ZXYLib
A well regarded electronics engineer complained to me that it cannot maintain a constant baud rate. I haven't tested it myself, hence the caveat that this is only my understanding.

Responder