Re: Data through the parallel port

2001-12-20 Thread nafiseh saberi
hi again. in my work data transfer with tcp/ip protocol or through lan. not with port... and if you want to build one device that connect to parallel port of computer and then start transfer data .. you must work on socket programming with perl. i am sure that it is possible with perl. I work

Re: Data through the parallel port

2001-12-20 Thread Jon Molin
your progres /Jon Stanislav Zahariev wrote: Hi, I was just wondering, can I send data through the parallel port using perl? And If yes, how ? With some kind of a module ? And where can I read more about it? Thanks for any help provided :)) -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Data through the parallel port

2001-12-20 Thread Papo Napolitano
... Never tried on any other OS. HTH. Later.- Hi, I was just wondering, can I send data through the parallel port using perl? And If yes, how ? With some kind of a module ? And where can I read more about it? Thanks for any help provided :)) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re[2]: Data through the parallel port

2001-12-20 Thread Maxim Berlin
Hello Stanislav, Thursday, December 20, 2001, Stanislav Zahariev [EMAIL PROTECTED] wrote: hi. in last month , i send data through port but not with laser. i am working in ISP and send and receive data through port and routhr. SZ So, how ? :)) With perl or without? I can manage it working

Data through the parallel port

2001-12-19 Thread Stanislav Zahariev
Hi, I was just wondering, can I send data through the parallel port using perl? And If yes, how ? With some kind of a module ? And where can I read more about it? Thanks for any help provided :))

Re: Data through the parallel port

2001-12-19 Thread nafiseh saberi
are designed to make the easy jobs easier and the hard jobs possible. But you can do all things with yourself. Any suggestion are welcome to me __ Hi, I was just wondering, can I send data through the parallel port using perl? And If yes

Re: Data through the parallel port

2001-12-19 Thread Stanislav Zahariev
Well, I'm just doing some test on my local machine for now. But If I can do that I could make non cable connection between 2 PCs. I have some knowledge of electronics. They'll translate date through a laser, which would send the data to the PC. So any Ideas ??

Re: Data through the parallel port

2001-12-19 Thread nafiseh saberi
hi. it is a nice project. that 's so great. if perl have this power for this work , it is very powerful. but I didn't work in this situation so far. please ,if your finish successfuly... announce us. if i find some thing that help for you ,be sure that ,I announce you. thx for your time.

Re: Data through the parallel port

2001-12-19 Thread nafiseh saberi
wondering, can I send data through the parallel port using perl? And If yes, how ? With some kind of a module ? And where can I read more about it? Thanks for any help provided :)) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Data through the parallel port

2001-12-19 Thread Stanislav Zahariev
- Original Message - From: nafiseh saberi [EMAIL PROTECTED] To: Stanislav Zahariev [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 9:32 AM Subject: Re: Data through the parallel port hi. in last month , i send data through port but not with laser. i am working

Re: Data through the parallel port

2001-12-19 Thread nafiseh saberi
hi. i work with database under oracle or postgres with perl. i send/receive data with define port for this work. e.g...port 5432 is sutable for this work. I configure it in one madule of my program (config) and with programming I connect.. I do these work only with perl and programming.