• Joined on 2025年11月26日
pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月14日 07:34:43 +02:00
Retro Multi User Database Application

They all sound like good ideas to me.

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月13日 06:40:50 +02:00
Retro Multi User Database Application

Perhaps I didn't refresh my local copy of the project recently enough and that caused the overlap.

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月12日 06:59:35 +02:00
Retro Multi User Database Application

db.diff

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月11日 13:44:08 +02:00
Retro Multi User Database Application

I've been testing the latest booking application changes on the Pico and merged your source changes into my working tree. I stayed with my current Makefile as it worked for me and I didn't want...

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月08日 12:02:38 +02:00
Retro Multi User Database Application

Sounds like great progress already.

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月08日 07:34:48 +02:00
Retro Multi User Database Application

I haven't done a full build of your updates yet but the changes you made to the layout db_*_layout.h files makes them so simple compared to my debacle I'm embarrassed :). The dbgen.c is also...

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月06日 14:10:53 +02:00
Retro Multi User Database Application

I found what works for the config.h settings to allow 3 simultaneous users to open at least 4 files each.

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月04日 13:26:48 +02:00
Retro Multi User Database Application

I have not published anything before. The GNU GENERAL PUBLIC LICENSE sounds good to me. I basically want anyone to be able to use modify and extend the code but not be able to remove my named and...

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年06月03日 06:28:26 +02:00
Retro Multi User Database Application

Hello Again,

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年05月26日 00:45:35 +02:00
Retro Multi User Database Application

That’s exactly what I’ve been doing.

pollardd commented on issue EtchedPixels/FUZIX#1213 2026年05月23日 12:53:08 +02:00
Retro Multi User Database Application

OK thanks for the positive reply.

pollardd opened issue EtchedPixels/FUZIX#1213 2026年05月22日 13:51:47 +02:00
Retro Multi User Database Application
pollardd closed issue EtchedPixels/FUZIX#1195 2026年05月20日 13:47:56 +02:00
Can't Spawn Second Login on Raspberry Pi Pico
pollardd commented on issue EtchedPixels/FUZIX#1195 2026年05月20日 13:47:56 +02:00
Can't Spawn Second Login on Raspberry Pi Pico

I just went with the fix above and haven't looked back.

pollardd commented on issue EtchedPixels/FUZIX#1204 2026年04月19日 06:34:59 +02:00
rpipico: serial seems not to be waiting for data writes to finish before config change

I tried that and it didn't solve the problem.

pollardd opened issue EtchedPixels/FUZIX#1204 2026年04月18日 06:37:33 +02:00
Password: prompt not displayed on UART connected terminals
pollardd commented on issue EtchedPixels/FUZIX#1195 2026年03月24日 22:33:44 +01:00
Can't Spawn Second Login on Raspberry Pi Pico

I think if you don’t specify a baud rate in inittab the speed successfully defaults to 9600 bps perhaps people just set their terminal to that and carry on. That also works for me. However...

pollardd commented on issue EtchedPixels/FUZIX#1195 2026年03月24日 10:55:09 +01:00
Can't Spawn Second Login on Raspberry Pi Pico

I think I have gotten to the bottom of it.

pollardd commented on issue EtchedPixels/FUZIX#1195 2026年03月23日 10:51:50 +01:00
Can't Spawn Second Login on Raspberry Pi Pico

Solved

pollardd commented on issue EtchedPixels/FUZIX#1195 2026年03月21日 10:50:34 +01:00
Can't Spawn Second Login on Raspberry Pi Pico

Yes NUM_DEV_TTY_USB is 4 and I was expecting the UART tty to be tty5. Again thanks for confirming this.