try to achieve:
tag in range -- > frmlock hide
tag off range -- > frmlock show right away
---------------------------------
only direction i have is ..
some functions that might monitor when "no tag info" happens ..??
-------------------------------
reference info:
this is what i want to make exactly ..
http://www.iautomate.com/pcacu.html
this is the site where i get my RFID module from ..
the chip comes preloaded .. but i know nothing about asembly ..
so ..not sure if the preloaded assembly code sends out a "break" when tag's away .. in addition, i don't' know how the comEventBreak() work .. >.<
http://www.sonmicro.com
-------------------------------------------------------
alternative solutions i have in mind .. to just make the project somewhat works ..
1. tag-in, the frmlock hides, then it triggers another form
the second form will show 2 butoons , one is called LOCK, so user will need to manually lock himself again when away, and the form also loads with mouse-inactivity monitoring, the screen saver method .. so, after certain time, it calls the frmlock again ..
2. possible solution hits me when i took a shower .. >.<
i will compare to a NULL string .. 'cos i suspect that the MSComm1_onComm() function maybe somehow keeps communication with the RFID module ..so maybe NULL mscomm1.input will get me off this mess ..
anymore suggestions that will achive my project goal ? >.<
thanks for any attentions anyone provides .. thank you ..