Página 2 de 6

Re: Is UART included in main ZX Core?

Publicado: 23 May 2019, 11:18
por azesmbog
я ZiFi через Unreal пробовал - вполне хорошо.
тут надо договариваться о намеряниях.
Можно попробовать впилить в основное ядро UART, если у кого-то будут намерения под него скомпилировать ZiFi
Тут как и всюду, в ядре нет - потому как в софте нет поддержки, а софт не пишут - потому как нет в ядре.
Рекурсия.

Re: Is UART included in main ZX Core?

Publicado: 23 May 2019, 11:40
por nihirash
azesmbog escribió: Тут как и всюду, в ядре нет - потому как в софте нет поддержки, а софт не пишут - потому как нет в ядре.
Рекурсия.
I've bought ZxUno to change it)
Program minimum: vtrd.in client
But I think I'll make more network software)

Re: Is UART included in main ZX Core?

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

Re: Is UART included in main ZX Core?

Publicado: 23 May 2019, 11:54
por nihirash
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.

Re: Is UART included in main ZX Core?

Publicado: 29 May 2019, 22:44
por nihirash
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.

Re: Is UART included in main ZX Core?

Publicado: 29 May 2019, 23:00
por jsj
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:

Re: Is UART included in main ZX Core?

Publicado: 29 May 2019, 23:44
por nihirash
Ok :-)

For me important that I've found working FTP server.
And already debuging my code on real Zx-Uno :-)

Re: Is UART included in main ZX Core?

Publicado: 30 May 2019, 23:46
por nihirash
:-) 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.

Re: Is UART included in main ZX Core?

Publicado: 31 May 2019, 03:32
por yombo
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

Re: Is UART included in main ZX Core?

Publicado: 31 May 2019, 15:28
por aowen
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.