Skip to content

Some feature requests/wishes #2

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

Open
picontrolit opened this issue May 10, 2021 · 6 comments
Open

Some feature requests/wishes #2

picontrolit opened this issue May 10, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@picontrolit
Copy link

Feature requests:

  1. Use „-“ to delete files (instead or in parallel to “rm ...”)
  2. Soft reset of the PI via command from CBM (e.g. !resetPI)
  3. support loading/saving of PRG/TAP files on USB stick
@RhinoDevel
Copy link
Owner

1. Use „-“  to delete files (instead or in parallel to “rm ...”)

This increases the risk of accidentally deleting files.
Do you have a specific use case in mind where the usefulness of the shorter command outweights that?

2. Soft reset of the PI via command from CBM (e.g. !resetPI)

On which occasion would that be useful?
I can think of changing the mode, only (because that currently needs a reset).
If the Pi would no longer react to commands (crashed), it would not react to that command, either.

3. support loading/saving of PRG/TAP files on USB stick

Thank you, I will add that to the to-do list in the readme.

@RhinoDevel RhinoDevel added the enhancement New feature or request label May 10, 2021
@picontrolit
Copy link
Author

Hello RhinoDevel,
first of all: thanks a ton for this nice project. I finally got it running on my good old RPi 1.
Wrt my proposals:

  1. I thought using the - would complement better with the + used for saving files
  2. As the reset is more or less a one time event I dont think a soft reset is necessary to be implemented

After using it now for the first time: I would suggest to have an empty default folder to be used for storing prg files. I was surprised to see the root folder contents when I first used the !$ command.
Alex

@RhinoDevel
Copy link
Owner

first of all: thanks a ton for this nice project. I finally got it running on my good old RPi 1.

Thank you for trying it out! I am happy to hear that it works for you. Which Commodore are you using?

1. I thought using the - would complement better with the + used for saving files

Yes, I understand, this would make sense.

After using it now for the first time: I would suggest to have an empty default folder to be used for storing prg files. I was surprised to see the root folder contents when I first used the !$ command.

Not a bad idea. In addition, a "create folder" command would be great.

Thanks for your suggestions!

@picontrolit
Copy link
Author

picontrolit commented May 15, 2021

Thank you for trying it out! I am happy to hear that it works for you. Which Commodore are you using?

I am using it with my CBM 8032-32B.

@RhinoDevel
Copy link
Owner

Thank you for trying it out! I am happy to hear that it works for you. Which Commodore are you using?

I am using it with my CBM 8032-32B.

Awesome! The main reason for developing CBM Tape Pi (fun and learning experience aside) is to target the CBM/PETs.

@RhinoDevel
Copy link
Owner

Currently working on Linux port. Stuff like accessing files on USB stick and even internet access is in reach!

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

No branches or pull requests

2 participants