remont Posted May 12, 2006 Report Share Posted May 12, 2006 Hi peter, I need to handle datas generated from my first EPIC system to another EPIC system on another computer. Each EPIC write and read from FSUIPC via WideFs. Datas could be simple flags (bit 0 or 1), or some bytes. Is there some offsets reserved for users ? I just need two or three 2bytes size offsets. R.E http://remont.free.fr/cockpit Link to comment Share on other sites More sharing options...
Pete Dowson Posted May 14, 2006 Report Share Posted May 14, 2006 Is there some offsets reserved for users ? I just need two or three 2bytes size offsets. There's a set of 64 bytes from 66C0-66FF for general use -- they are used in the examples for the GFdisplay program I provide. They shouldn't clash with any registered application. Regards, Pete Link to comment Share on other sites More sharing options...
remont Posted May 15, 2006 Author Report Share Posted May 15, 2006 Thanks a lot for the reply. So, If I declare an offset 66C0 as 2 or 1 byte long, I can do what I want with it ? Ok, thanks a lot. Link to comment Share on other sites More sharing options...
Pete Dowson Posted May 15, 2006 Report Share Posted May 15, 2006 So, If I declare an offset 66C0 as 2 or 1 byte long, I can do what I want with it ? Yes. Pete Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now