Re: [Fx2lib-devel] new, just found this list
Status: Beta
Brought to you by:
mulicheng
|
From: Gerry R. <ge...@ro...> - 2009-01-28 22:36:30
|
> 8 bit prom address=0x50 > 16 bit prom address = 0x51 > > There is a register that will tell you which type of prom it detected at > boot too. > > use the eeprom_read function. you can send the bytes straight to a > print function if you have a serial port (probably not). > I usually pipe the data across an endpoint for devices with no serial > console. > > wooohooo, you just saved me a ton of effort., Thank you very much. I'll keep you posted on how it goes, right now the real world of work is getting in my way, and I've got to set this down and actually go do something that pays the bills for the next few hours. This is the issue sometimes when you dive off the deep end, and jump right in, none of the stuff I've read so far told me what the address of the proms were, so, I was flying blind. I have found docs on the address of my sensor. ohhhhh, this is gonna be a fun project, I can tell already. |