Date Range
Date Range
Date Range
Saturday, November 12, 2005. Hung out with some friends and just came back right before the work week. The weekend ewnt by just too fast. Having too much fun surfing on the ocean and surfing the net for pic led projects. Go ahead, laugh if you wish, but this one site really topped out on information and referrals elsewhere that were really worthwhile.
IPhone last frontier for grizzled embedded engineers. Posted by Michele Fadda in editorial.
Tuesday, March 23, 2010. 1PHASE ELECTRICAL PARAMETER MEASUREMENT SMS INTERFACE. 1PHASE ELECTRICAL PARAMETER MEASUREMENT SMS INTERFACE. 6CHANNEL FIRE ALARM GSM INTERFACE. 6CHANNEL FIRE ALARM GSM INTERFACE. ELECTRONICS VOTING MACHINE WITH BALLOT UNIT. ELECTRONICS VOTING MACHINE WITH BALLOT UNIT. 4X3 KEYBORD USED FOR PASSWORD ENTRY. ON MONITOR OF PC AS WELL AS SAVE THE FILE IN PC .
Program to convert ASCII to hex in 8051. ASCII codes 30 to 39 represent 0 to 9 in binary and 41 to 46 represent A to F. If the ASCII code is between 30-39h then 30h is subtracted from the code. Lies between A to F then 37h is subtracted from the code to get its binary equivalent. Clr c ;clear carry bit. Mov r1,a ;move data from a to r1.