Search found 2 matches
- Mon Jan 12, 2009 9:53 pm
- Forum: Tips, Tricks, and FAQ
- Topic: Generic serial device question
- Replies: 3
- Views: 35809
Re: Generic serial device question
Thanks, The logic is, If ('Timer.Remaining Time' is Equal "00:00') Then Change 'Temp.Get temprerature' to 'temp' Delaying for '2000' mili-seconds Change 'current temp.Temperature' to %%Temp.Received Data%% If ('Timer.Remaining Time' is Equal "00:20') Then Change 'Temp.Get temprerature' to ...
- Sat Jan 10, 2009 1:31 pm
- Forum: Tips, Tricks, and FAQ
- Topic: Generic serial device question
- Replies: 3
- Views: 35809
Generic serial device question
Sorry if this has been answered but have looked through all and either have missed it or just too old, lol. I have built a sensor using temp/humidty and microcontroler to provide serical interface. Used the generica serial module and defined "t" and "h" as commands. All works wel...