flat assembler
Message board for the users of flat assembler.
Index
> Windows > talking with COM port, cash drawer |
Author |
|
sleepsleep 19 Mar 2008, 07:36
problem solved.
coded using vb open "COM1" for write access as #1 print #1,"0000000000" close #1 :p |
|||
19 Mar 2008, 07:36 |
|
AlexP 19 Mar 2008, 12:54
Or you can use OllyDbg for Windows to dis-asm it, like most people (including me) do to figure stuff like that out. It should give you what u need if u can find the right code.
|
|||
19 Mar 2008, 12:54 |
|
revolution 19 Mar 2008, 13:37
Don't you people ever read the docs? The com port is very simple to use in assembly. Just open a handle (CreateFile) and write/read data (WriteFile/ReadFile).
edit: Although it would be faster to read the appropriate docs than to find some program and reverse it, on reflection, I can see that it may not be so much fun. |
|||
19 Mar 2008, 13:37 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.