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

Add AT commands to send the files stores on the SD card to the DB-9. #7

Open
mkatzNU opened this issue Sep 24, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@mkatzNU
Copy link

mkatzNU commented Sep 24, 2023

While in menu mode add something like

ATSEND file # where file# is the number of the file on the SDCARD
Alternate for could be ATSEND "" where is the name of a file on the SD CARD

an ATDIR function should also be implemented so that the contents of the SD card can be displayed to the command port.

@nullvalue0 nullvalue0 added the enhancement New feature or request label Sep 25, 2023
@nullvalue0
Copy link
Owner

These are great ideas, I will try to implement in the coming weeks.

@mkatzNU
Copy link
Author

mkatzNU commented Sep 25, 2023

In my perspective this is would be initiated over telnet session.

PC <-> Telnet <-> WiRsa <-> PDP-8 (DB-9)

or as I stated in another issue:

PC <-> microUSB <-> WiRSa <-> PDP-8 (DB-9)

This will require the following code changes:

  1. Be able to jump into modem command mode from the telnet port.
  2. Be able to use the microUSB port as the command port (instead of the DB-9)
  3. Add the appropriate AT commands.

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