Making a parallel port wireless.

Status
Not open for further replies.

Genius2009

New Member
Hi,

I'm trying to make a data terminal wireless. It has an LCD and is connected to
another device via parallel port. I want to make this parallel port connection wireless and want some sort of device in the middle which can transmit and receive data wirelessly the problem is how to provide power to the data terminal on the other end.

Any advice would be appreciated.


Thanks
 
A standard Centronics parallel port was an 8 bit parallel output port with a latch and 4 input bits for status. You would read those outputs with a microcontroller. Poll, or connect the latch line to an interrupt on the controller, read the data on one of the microcontroller's parallel ports, load the byte into the UART, and transmit. Transmission could be IR or RF, you would hook a module up to the Tx line.

Parallel port bandwidth can be pretty high. First thing to do might be to establish just what the throughput is on this thing.
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…