OSX Installer to PL2303 Serial-USB on OSX Lion

Thanks to ./martijn we have a functional driver to PL2303 chip based devices (to enable a serial port over usb) in OSX 10.7.  To install, you have to do some tasks in the Terminal app, nothing hard. But if you need to do this many times,  it can be boring.

To fix this, I built a native installer that does all the dirty work in a single step, Yayyyyy!!

Captura_de_pantalla_2011-09-20

0captura_de_pantalla_2011-09-20

1captura_de_pantalla_2011-09-20

2captura_de_pantalla_2011-09-20

3captura_de_pantalla_2011-09-20

4captura_de_pantalla_2011-09-20

5captura_de_pantalla_2011-09-20

6captura_de_pantalla_2011-09-20
After completing the process, you can check if everything went well (connect now the usb cable) with the following command:

$ kextstat -b nl.bjaelectronics.driver.PL2303

with an output like this:

7captura_de_pantalla_2011-09-20

The installer is included below, please check the md5 hash (PL2303 Serial-USB on OSX Lion.pkg) = d6e1a52f2fdbde55bab716037c9630f7

Click here to download:
PL2303 Serial-USB on OSX Lion.pkg (55 KB)

HylaFaxSender en OSX 10.7

Si tienes un servidor Asterisk y estas buscando una herramienta para enviar faxes desde OSX 10.7, este post es para ti :)
Seguramente usaste en algún momento HylaFaxSender[1] y al intentar ejecutarla en Lion, recibiste un error causado por el nó soporte en este sistema operativo de aplicaciones para correr en PPC (extraño rosetta).

Screen_shot_2011-09-06_at_11

 

Por fortuna, HylaFAXSender está escrito en Java y el paquete que se descarga de su web oficial [1] contiene los jars. No entiendo bien la causa por la cual beta9 (sus autores) usaron aplicaciones sobre PPC para portarla a OSX, quizá sólo porque es vieja y bueno, hace mucho no se actualiza. Así que acto seguido, busqué esos archivos y con ayuda de Jar Bundler creé una aplicación completamente funcional para Lion. 

El checksum es: MD5 (HylaFaxSender-OSX-10.7.zip) = 6805d3f5596ac971cb37b0bf5156a176

Screen_shot_2011-09-06_at_11

 

Asi es el mensaje de confirmación cuando el fax se entrega exitosamente:

Facsimile_job_9_to_2634346_completed__inbox

Suerte!

Click here to download:
HylaFaxSender-OSX-10.7.zip (302 KB)