0

how can we detect hardware connected to the device with electron framework. For example imaging we want's to get the dial-up modem ready with electron and use that modem for sending fax whit it.

I find this package for using printer's but how can use other devices : https://www.npmjs.com/package/electron-printer

Syd Amir
  • 465
  • 7
  • 19
  • Your question is too general, do you have a specific device in mind? Depending on the device the OS may already provide an API to access it, or the manufacturer of the device might provide an SDK that you would use to communicate with the device. – Vadim Macagon May 29 '16 at 12:50
  • whatever device ... I want's to read some article about using device in my app with electron. – Syd Amir May 29 '16 at 12:56
  • I'm experience some web development especially with nodejs and do not word with any hardware device, i want's to read some good article about how to work with devices – Syd Amir May 29 '16 at 12:59
  • In this question i want's to create an app to work with dial-up modem for sending faxes – Syd Amir May 29 '16 at 13:01
  • I think you have to write your own. Eletron is still new and It has not covered all native functions of OS. – Linh May 31 '16 at 04:10

0 Answers0