[erlang-questions] Controlling LPT port from Erlang

Dmitry Kolesnikov dmkolesnikov@REDACTED
Mon Jul 29 10:01:39 CEST 2013


Hello,

I am not aware of any LPT support or existed libraries at Erlang.
The solution would be OS dependent. BTW, what is OS you are doing development? 

All-in-all, I am afraid that you have to procedure with NIF development.
Please see the following link about NIF development:

http://www.erlang.org/doc/man/erl_nif.html
http://www.erlang.org/doc/tutorial/nif.html

If you happened to do Linux then I would recommend to look into following project.
I use direct memory I/O (no linux kernel drivers are needed)
http://lptdriver.googlecode.com/svn/trunk


Best Regards, 
Dmitry

On Jul 29, 2013, at 6:46 AM, Ivan Carmenates García <co7eb@REDACTED> wrote:

> Hi all,
> Kindest regards,
>  
> I have a little deal with my father we are trying to program the DVD players memories, my father did already the programming interface hardware from a datasheet but we miss still the software part, I’m wondering if there is a way to control the LPT port using Erlang to send bytes through there, since the hardware interface work also through LPT printer port.
>  
> Regards,
> Ivan.
>  
>  
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130729/3a667a9c/attachment.htm>


More information about the erlang-questions mailing list