Configuring usb parallel port
- frogandspanner
- Offline
- Senior Member
Less
More
- Posts: 65
- Thank you received: 2
30 Dec 2022 19:27 #260562
by frogandspanner
Configuring usb parallel port was created by frogandspanner
I am using a PCI Parallel (//) port in my x86 linuxcnc box to handle stepping, and until now I had enough // port inputs for my needs, but I could do with more inputs where low latency is not a major issue. Whilst I could use another PCI // port card I'd prefer to save the last PCI slot for something else, so would like to use a USB // adaptor. I have a QinHeng Electronics CH340S, which I am testing.
How do I configure hal to use the USB// ?
How do I configure hal to use the USB// ?
Please Log in or Create an account to join the conversation.
04 Jan 2023 08:54 #260905
by TOLP2
Replied by TOLP2 on topic Configuring usb parallel port
I'm sorry to spoil this, but the USB protocol does not support real time applications. For a printer it might be enough, but not for CNC applications, because lag will occur.
Possible solutions:
Possible solutions:
- Sacrifice the last PCI slot;
- Replace existing card with a card with two LPT ports;
- MESA card;
- Or the diy-solution of using a Colorlight 5A-75E Led card (20 dollars on Aliexpress). We designed a driver for these cards. There are different variants, mine can be found be found here . With this card you get 100+ outputs, if you replace some buffers you can also get inputs.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.084 seconds