Search found 5 matches

by karinK3UU
Wed Aug 17, 2022 7:23 pm
Forum: InpOut32 (x64)
Topic: Moving from PortTalk to InpOut32
Replies: 7
Views: 16632

Re: Moving from PortTalk to InpOut32

A bit of feedback. Thank you so much Phil for your time. It made a world of difference in providing some much needed motivation on my part to solve my issues. The solution was staring me in the face all the time. When I was creating a Visual Studio solution, it was creating a different name for InpO...
by karinK3UU
Tue Aug 16, 2022 11:56 pm
Forum: InpOut32 (x64)
Topic: Moving from PortTalk to InpOut32
Replies: 7
Views: 16632

Re: Moving from PortTalk to InpOut32

OK fair enough. I do understand, I'm sort of grasping at straws here. I do need to find an application that will allow me Read and Write to parallel ports. The application that Doug Brown wrote "Parallel Port Tester" seems able to both read and write to my parallel ports, both of them. And...
by karinK3UU
Tue Aug 16, 2022 6:04 pm
Forum: InpOut32 (x64)
Topic: Moving from PortTalk to InpOut32
Replies: 7
Views: 16632

Re: Moving from PortTalk to InpOut32

I think I the Example app figured out. Since my LPT1 address is not of the "short" type the only option is to use the Read LONG button. If I enter 57320 (which is decimal for hex 0xDFE8) then use Read LONG the value returned in the text box is decimal, which is equivalent to the value of t...
by karinK3UU
Tue Aug 16, 2022 4:56 pm
Forum: InpOut32 (x64)
Topic: Moving from PortTalk to InpOut32
Replies: 7
Views: 16632

Re: Moving from PortTalk to InpOut32

Hello Again: Interesting observation. I am using Visual Studio 2022 Professional to compile the Example code. In the Properties for the project if I select "AnyCPU" in the Build/General/Platform target section. I get errors when the program runs. Specifically in the Beep function at line 2...
by karinK3UU
Mon Aug 15, 2022 6:14 pm
Forum: InpOut32 (x64)
Topic: Moving from PortTalk to InpOut32
Replies: 7
Views: 16632

Moving from PortTalk to InpOut32

I am removing PortTalk code from an application I previously had running on a Windows XP machine. It worked OK for me on that machine. I have recently migrated over to a new machine running Windows 11. I have downloaded and installed Visual Studio 2022. I have migrated the source code from my old pr...