Skip to content

portapack as USB serial terminal #2483

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
Waycco opened this issue Jan 19, 2025 · 4 comments
Open

portapack as USB serial terminal #2483

Waycco opened this issue Jan 19, 2025 · 4 comments
Labels
enhancement New feature or request

Comments

@Waycco
Copy link

Waycco commented Jan 19, 2025

Description of the feature you're suggesting.

For future development.

It would be nice if there was a small basic terminal serial monitor that could listen, display and interact with some other devices which are connected to the usb port.

Like a simple Arduino IDE type serial monitor with touchscreen keyboard. This allows you to write for example AT commands and read/write data with other devices attached to hackrf/portapack.

Anything else?

No response

@Waycco Waycco added the enhancement New feature or request label Jan 19, 2025
@zxkmm
Copy link
Contributor

zxkmm commented Jan 20, 2025

if you meant as master device then it's probably need really much work and im not capable to do that (also not sure if it's possible).
if you meant as slave device, then i'l writing it already (to help debug mayhem-cli app)

@Waycco
Copy link
Author

Waycco commented Jan 20, 2025

The idea was that you could connect a microcontroller (arduino or esp) to hackrf usb port and then you could give text commands to the microcontroller using portapack keyboard and lcd display and also receive serial text from the microcontroller...Portapack would act as portable terminal..

@gullradriel gullradriel changed the title Serial terminal / monitor application portapack as USB serial terminal Jan 20, 2025
@Waycco
Copy link
Author

Waycco commented Jan 20, 2025

Yes that's better. It would allow you to use external devices to do things like forwars messages and stuff. This would make portapack more like a 'jack of all trades'. Like a tool that can do anything. There is a lot of small IOT devices that can be controlled and monitored via serial. That is why I thought that portapack as USB serial terminal would be a handy addition.

@htotoo
Copy link
Member

htotoo commented Feb 7, 2025

With USB only it is unlikely, but with the H4's gpio port with a microcontroller, it is possible. (hardest part is the keyboard implementation i think for the standalone app)

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

3 participants