What code to use? Is this even possible?

Soldato
Joined
5 Dec 2010
Posts
3,397
Basically for a project for college I need to send a string of 16-bit words over eSATA. How would I even begin to do this? The only languages I can really use are Assembly and a bit of C but I haven't got a clue how to send something to an external port on a PC.

Anyone got any hints? I would have thought this would be possible and fairly simple (famous last words) but google and my reference books have thrown up a blank. I dont want to write to a file as I would be able to do that I just want to send only machine code down the line.
 
Potentially. Yes I think that should be possible. Does that make it actually do-able?

edit actually no because the peripheral device requires a 16-bit parallel connection and at the moment that is a SATA to PATA chip. So unless there is a way of doing 16-bit parallel from RS-232 then no it has to be SATA or eSATA.
 
Last edited:
Back
Top Bottom