• Home
  • Help
  • Search
  • Login
  • Register
Pages: [1]
Author Topic: faxgetty  (Read 1671 times)
Graham
Newbie
*

Karma: 0
Posts: 5


View Profile
« on: December 11, 2009, 03:19:06 PM »

Anyone know if the mini USB/serial port can be actually used to talk to a USB fax modem.

Or, if there is some type of usb/serial converter that could be used ...

Thanks
Logged

MarkF
Full Member
***

Karma: 7
Posts: 144


View Profile
« Reply #1 on: December 12, 2009, 02:50:20 AM »

The mini-USB connector is not a USB host port.  You can plug the mini-USB connector into a host port on another machine to talk to the JTAG or Serial ports in the Plug.  The mini-USB port is pretty much for debugging.

You should be able to plug a USB->Serial adapter into the plug's USB host port (the one near the Ethernet connector).  The adapter only needs to meet two requirements:
1) can live on the power the plug supplies through this port (adding a powered USB hub between the two can also meet this requirement)
2) have a driver available in the Linux that is running on the plug

I understand that people have had great success with devices based on the Prolific 2303 bridge.  I have not used one of these myself.
Logged

Mark

Graham
Newbie
*

Karma: 0
Posts: 5


View Profile
« Reply #2 on: December 12, 2009, 05:39:32 PM »

So, I could setup a usb to serial converter on this port, and  a usb hard drive if I were to use a powered usb hub ...
Logged

MarkF
Full Member
***

Karma: 7
Posts: 144


View Profile
« Reply #3 on: December 13, 2009, 02:38:00 AM »

If you have the drivers and power, yes.  Just remember that everything attached to that port shares a fixed amount of bandwidth.

EDIT: I just read this topic.  This is a very cheap USB->Serial adapter that seems to work.  Again, I haven't tried this myself.
« Last Edit: December 13, 2009, 02:52:16 AM by MarkF » Logged

Mark

Graham
Newbie
*

Karma: 0
Posts: 5


View Profile
« Reply #4 on: December 13, 2009, 05:01:42 PM »

I saw that cheap USB to serial port converter as well  Smiley

I am wondering if I can run a Hylafax server on this plug ... so the incoming fax over the serial line will need to be saved to attached usb hard drive.

Logged

MarkF
Full Member
***

Karma: 7
Posts: 144


View Profile
« Reply #5 on: December 14, 2009, 03:00:09 AM »

The number of concurrent faxes (in/out) would be limited by the USB bandwidth, the devices doing the sending/receiving and the USB attached storage.  I don't know how many you will be able to support concurrently; but, I'd expect more than one.  If you try this and find the number too small, you might think about using a NAS (network attached storage) for saving the incoming data and caching the outgoing data.  This would move some of the data traffic from the USB port to Ethernet.

Looking at the HylaFax functionality, I also worry about the conversion of documents.  The processor in this device has no floating point unit so some types of math run very slow.  It all depends on the conversion algorithm(s).
Logged

Mark

Graham
Newbie
*

Karma: 0
Posts: 5


View Profile
« Reply #6 on: December 14, 2009, 05:57:06 PM »

The number of concurrent faxes (in/out) would be limited by the USB bandwidth, the devices doing the sending/receiving and the USB attached storage.  I don't know how many you will be able to support concurrently; but, I'd expect more than one.  If you try this and find the number too small

I was only thinking of attaching one modem ... this would be for a low volume service.

Quote
Looking at the HylaFax functionality, I also worry about the conversion of documents.  The processor in this device has no floating point unit so some types of math run very slow.  It all depends on the conversion algorithm(s).

I mentioned this on the Hylafax mailing list ... ie. the lack of FPU,  but someone said he had got Hylafax running on a much less powerful ARM processor before. 

Logged

MarkF
Full Member
***

Karma: 7
Posts: 144


View Profile
« Reply #7 on: December 15, 2009, 04:24:44 AM »

Quote
I was only thinking of attaching one modem ... this would be for a low volume service.
That should work without problems.

Quote
I mentioned this on the Hylafax mailing list ... ie. the lack of FPU,  but someone said he had got Hylafax running on a much less powerful ARM processor before. 
Some "low power" ARMs (200-400 MHz) have a vector floating point unit.  I believe trying it would be the best test. Smiley

As an aside, I just ordered 5 of the cheap Prolific devices mentioned above to give them a try.
Logged

Mark

Pages: [1]
Print
Jump to: