#1%&/ Visual Programming
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-08-31 7:58 PM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-08-28 8:08 PM
Posted on August 29, 2005 at 05:08
I struggled half a day with errorcodes coming from the ST7 Visual Programmer telling me having an invalid combination.
The cause was that the software could'nt communicate with the LPT port 1 unless it resides at 3F8 hex (in drivers resources). What if I need to use a USB to parallell or any remote LPT port at all. All ''modern'' software can handle this... /AnWi :|Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-08-31 1:58 AM
Posted on August 31, 2005 at 10:58
Hello AnWi,
Since version 1.9.2 of STVP7 (released in April 2004), LPT2 is also supported. You should have a really old version, shouldn't you ? You are right, STVP7 doesn't offer the same features as a modem does but unfortunately it is not so widely distributed. Download the last version of STVP in ''Softwaree release'' or search for STVP7 on this site. Hoping you will successfully work with this version. Best regards LBOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-08-31 7:58 PM
Posted on September 01, 2005 at 04:58
I run 1.9.3 (should be late enough)
The problem is not related to LPT1 or LPT2 but the fact that the software adresses the port by its location instead of the logical device LPT. I made a typing error above. The address should be 0x378 (not 0x3F8 as I wrote).