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 support for Zoom Model 3095 Modem #97

Merged
merged 11 commits into from
Sep 5, 2020
Merged

Add support for Zoom Model 3095 Modem #97

merged 11 commits into from
Sep 5, 2020

Conversation

emxsys
Copy link
Owner

@emxsys emxsys commented Sep 1, 2020

Added support for the Zoom Model 3095 USB Modem - 56K V.92 Data + Fax by Zoom Telephonics.
Learn more: https://www.amazon.com/dp/B07HHKG6HR/ref=cm_sw_em_r_mt_dp_dCNtFbTSJNE6S

This modem is a less expensive alternative to the U.S. Robotics USR5637 56K USB Controller Dial-Up External Fax Modem with Voice https://www.amazon.com/dp/B0013FDLM0/ref=cm_sw_em_r_mt_dp_YENtFbAJCF8ED

emxsys added 5 commits August 31, 2020 19:29
- Unable to get the Zoom modem to exit the AT+VTX playback mode.
- Discovered via interactive experimentation with modem: <DLE> = ctrl-p, <ETX> = ctrl-c, <CAN> = ctrl-x.
- Re: #94
- Removed modem handle_caller property; now it's an argument passed to the thread function.
- Simplified construction of modem object in unit tests
- Fixes #10
@emxsys emxsys added this to the Release 1.1 milestone Sep 1, 2020
@emxsys emxsys self-assigned this Sep 2, 2020
@emxsys emxsys merged commit 981bd47 into master Sep 5, 2020
@emxsys emxsys deleted the modem-refactor branch September 6, 2020 12:20
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

Successfully merging this pull request may close these issues.

Add support for Zoom Model 3095 Data/Fax modem Refactor Modem class
1 participant