LinuxCNC not working with new 64-bit desktop and parallel port
- clayton2ndtry
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 5
05 Apr 2026 22:20 #345213
by clayton2ndtry
LinuxCNC not working with new 64-bit desktop and parallel port was created by clayton2ndtry
I wanted a more modern version than 2.7.15, mostly because the builrtn browser was so ancient that many websites refused to work with it. 2.9.8 needed a 64-bit processor. Someone gave me a 64-bit desktop. I only needed to put a PCIe parallel port in it. Okay, 2.9.8 installed in a system with gobs of RAM and SSD storage. Everything is connected as it was before but no axes move. When I run latency test, I get max jitter of 30,381 on Servo thread. 60,354 on Base Thread.
I wonder if the parallel port card is defective. How would I test that?
I wonder if the parallel port card is defective. How would I test that?
Please Log in or Create an account to join the conversation.
- HansU
-
- Offline
- Platinum Member
-
Less
More
- Posts: 714
- Thank you received: 215
06 Apr 2026 08:05 #345218
by HansU
Replied by HansU on topic LinuxCNC not working with new 64-bit desktop and parallel port
You could first check if your parallel port is properly installed.
The commandshould list a device with LPC Controller or LPT Controller or similar.
The command
lspciPlease Log in or Create an account to join the conversation.
- clayton2ndtry
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 5
06 Apr 2026 14:22 #345224
by clayton2ndtry
Replied by clayton2ndtry on topic LinuxCNC not working with new 64-bit desktop and parallel port
Searching for guidance gave me only a sensation that the parallel port might have the wrong address. Supergrok saved the day. It helped me find that the built-in parallel poets are at 0x3F8. This rang a bell from when I wrote a terminate-and-stay-resident PC-DOS (stop laughing) program that intercepted data going to the parallel port and converted Epson control codes to Postscript. It was wonderfully elegant in how it allowed programs with no Postscript support to use Apple LaserWriters
Changing one of the LinuxCNC setup files to talk to the parallel printer at 0xC010 and problem is solved.
Changing one of the LinuxCNC setup files to talk to the parallel printer at 0xC010 and problem is solved.
Please Log in or Create an account to join the conversation.
- rodw
-
- Away
- Platinum Member
-
Less
More
- Posts: 11867
- Thank you received: 4025
07 Apr 2026 07:53 #345257
by rodw
Replied by rodw on topic LinuxCNC not working with new 64-bit desktop and parallel port
I did something similar but it trickled point of sale transactions out of a cash register to accounting software (And I got paid for it!)This rang a bell from when I wrote a terminate-and-stay-resident PC-DOS (stop laughing) program that intercepted data.
Please Log in or Create an account to join the conversation.
Time to create page: 0.082 seconds