![]() |
|
![]() | ||
|
Subject:
controllinf printer port from flash
Category: Computers Asked by: directormx-ga List Price: $20.00 |
Posted:
14 Jan 2004 04:58 PST
Expires: 13 Feb 2004 04:58 PST Question ID: 296311 |
I need to be able to control the printer port from flash. Iwould need to be able to send and receive binary data to the three different addresses in the printer port. The syntax would be something like out port address,byte or in port address |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: controllinf printer port from flash
From: tedw-ga on 15 Jan 2004 23:49 PST |
writing: mov dx,AddressOfPort mov al, ByteOfData out dx, al reading: mov dx, AddressOfPort in al,dx mov ByteOfData, al |
Subject:
Re: controllinf printer port from flash
From: directormx-ga on 16 Jan 2004 18:27 PST |
Thanks for the reply. However what you have sent me is machine language code. I meed macromedia flash mx to talk to the printer port. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |