Hi R.
Try the Honeywell website to see if there is C code examples there. If not try tech. support.
Phil
Search found 5 matches
- Thu Jan 07, 2010 6:50 am
- Forum: NetBurner Software
- Topic: i2c code for a Honeywell HMC6343 Tilt Compensated Compass?
- Replies: 3
- Views: 3106
- Mon Jan 04, 2010 8:28 am
- Forum: NetBurner Software
- Topic: RTOS -- Trying to use a Queue as a multi-message point
- Replies: 2
- Views: 2705
Re: RTOS -- Trying to use a Queue as a multi-message point
Any chance you could see me the queue.cpp and main.cpp from this new release as I don't have it yet. I am waiting on a new budget so I can upgrade.
Phil
Phil
- Thu Dec 31, 2009 9:56 am
- Forum: NetBurner Hardware
- Topic: NetBurner and the 4 - 20ma Current Loop
- Replies: 3
- Views: 3940
Re: NetBurner and the 4 - 20ma Current Loop
Sorry about that I meant 5270 and 5282
- Thu Dec 31, 2009 9:55 am
- Forum: NetBurner Hardware
- Topic: NetBurner and the 4 - 20ma Current Loop
- Replies: 3
- Views: 3940
Re: NetBurner and the 4 - 20ma Current Loop
I have not on the 8270, but on the evaluation board of the 8252 I design a circuit that reads a 4 to 20ma signal into the A/D and displays it through HTTP. The circuit chip is a RCV420 from TI. It provides a 0 to 5 volt out for 4 to 20ma in. I working on a converter board that will have eight inputs...
- Thu Dec 31, 2009 9:48 am
- Forum: NetBurner Software
- Topic: RTOS -- Trying to use a Queue as a multi-message point
- Replies: 2
- Views: 2705
RTOS -- Trying to use a Queue as a multi-message point
I have read the NB Program Manual, and I decided to try the queue as a array of pointers. I post three times to the Queue and I pend forever in another task, but all I get is the last three tasks all of the same value. Does any one have a good example of how to use the queue on a NB platform? Mailbo...