• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

C++ fax source code for ARM processor

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to receive/send Fax on android phones with especial hardware that connected to the phone line and i can't find a SDK or any c++ source code for the common ARM processor that consist the protocol

would you please introduce me some store or any site to download it ?

despite the Fax is an old technology ,there isn't any clear protocol or source code on the internet
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What "phone line" would that be, given that it's a mobile device? Mobile networks don't support the fax protocol, which is why you generally need to sign up to a service (which might come in the shape of a mobile app) in order to send or receive faxes over mobile networks.
 
Ali Tm
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:What "phone line" would that be, given that it's a mobile device? Mobile networks don't support the fax protocol, which is why you generally need to sign up to a service (which might come in the shape of a mobile app) in order to send or receive faxes over mobile networks.



No ,its not,the common  Telephone line
I need something like
Fax machine that works with the T.30 protocol to send/recive fax
 
Tim Moores
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you want a fax machine that connects to a mobile device rather than a landline device? I doubt such a beast exists, given the availability of the services/apps I mentioned before. Why don't those services suffice?
 
Ali Tm
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:So you want a fax machine that connects to a mobile device rather than a landline device? I doubt such a beast exists, given the availability of the services/apps I mentioned before. Why don't those services suffice?




If i found any protocol  that consists send/recive fax  ,i can write that code and design required hardware but there isn't any source or explanation on the internet

Need some protocol and explanation to "how does it work..."
 
First, you drop a couch from the plane, THEN you surf it. Here, take this tiny ad with you:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic