Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write data #8

Open
pilot-web opened this issue Jan 17, 2022 · 5 comments
Open

Write data #8

pilot-web opened this issue Jan 17, 2022 · 5 comments

Comments

@pilot-web
Copy link

Hi,

  1. I’ve assembled and installed the teensyuae41. Unfortunately I cannot write any data back to the SD.
    The same with the Atari ST.
    What do I have to add or modify on sw side?

  2. I cannot write any uppercase letters.

I do not have theses issues with the ESP32 VGA hardware and emulated FreeDos or CP/M. Here it is possible to write to SD. But I‘d like to save data to SD on Teensy 4.1, too.

@Jean-MarcHarvengt
Copy link
Owner

Floppy drivers have to be adapted for both emu have to be adapted and HDD for UAE. Emuapi has to offer the function to write and that one be used in the drivers. I can have a look this we. Now busy with a new board having keyboard also integrated

@pilot-web
Copy link
Author

Hi Jean-Marc,

I saw that you have published the new keyboard. But USB connected keyboards are more professional and reliable. It is important that they can be mapped to country specific layout.

Do you now have time to take a look at the write and storage of data to SD?

I do not intend to play any game, but to try and compile in C or Turbo Pascal and save or exchange data via SD.
Correct USB keyboard / mouse support is required. Like „keyb gr“ setting saved in autoexec.bat for e.g. german layout.

Even any configuration change should be possible to be saved like in Atari or Amiga emu.

This would be a big step forward.

Regards,
Bernd

@Jean-MarcHarvengt
Copy link
Owner

The USB keyboard layout can be selected in the Arduino tools/ "key board layout" for the teensy setup
I compiled executables for Belgian keymap.

I will look for the SD write function this week. I have some plan to improve and add USB keyboard support for all computers.
I also have to merge the autorun feature from the PICO version .

@Jean-MarcHarvengt
Copy link
Owner

I added support for writing back to SD on the ST emulator. I just saved the desktop config and it came back at next reboot. The code has been pushed and for the autorun too.

@pilot-web
Copy link
Author

Thank you Jean-Marc.

Are there any plans to enable a write to SD card on Amiga emu, too?

Regards,
Bernd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants