Hey guys. I hit a wall over here. I found a couple of projects that send complex commands to ATA ports, however I only need to send a series of bits.
Basically what I need to do is enable or disable a pin, manually. I don't need complex commands that request and interpret data, I just want to set one of the data pins to enabled.
I thought that, with all the complex programs there are there, there would be at least a simple one; but I found nothing.
Any tips are greatly appreciated!
Best regards,
Brreakerr
The problem with this is that I can only send predetermined messages. What I am looking for is something, if possible, as the portout PortAsHex, integer that was available in Basic. (Unfortunately it doesn't seem to work, I tried Basic and came out empty handed)
Thank you again for your time!
Also, a bit offtopic, but if someone has any idea about how I should be able to do it more or less in assembly (I know a bit of assembly, I'mma look up some references right now, but I'm quite afraid of damaging and/or corrupting the memory sectors)