We can connect two RFID reader simultaneously to an arduino board and get data from there serial pin without using RX0 and TX1 pin of arduino.
We can declare two new new serial port in the arduino digital pin 2,3 and 8,9 using <NewSoftSerial.h>.
Sample code is given below.
Code :
/*
Connection details :
1. SOUT pin of RFID1 in [...]
From Tools Menu select Options:
There is one Home Page TextBox, click on it and enter website urls separated by pipe symbols ( | ). Thats all.
#include<Foundation/Foundation.h>
@interface Sort:NSObject
{
}
-(void)sort:(NSMutableArray *)elt;
@end
@implementation Sort
-(void)sort:(NSMutableArray *)elt
{
int i;
[elt sortUsingSelector: @selector (compare:)];
NSLog(@”\n%@”,elt);
}
@end
int main(int argc,char *argv[])
{
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
NSMutableArray *savingArray = [[NSMutableArray alloc] init];
int i,n,a;
id show;
show=[[Sort alloc] init];
NSLog(@”Enter the number of numbers”);
scanf(“%d”,&n);
NSLog(@”Enter the numbers”);
for(i=0;i<n;i++)
{
scanf(“%d”,&a);
NSNumber *nu = [[NSNumber alloc] initWithInt:a];
[savingArray addObject:nu];
}
[show sort:savingArray];
[show release];
[pool drain];
}
GNUStep Objective-C using Cocoa Framework on Windows
Come to/Login to the Mac OS-X shell prompt via the Terminal application or via SSH from a remote client. In the example I have used nano text editor to create these Objective C files using the Cocoa foundation framework.
First,Login as admin and in the admin Home Page select System ->Configuration.
Under the Configuration tab on the left Side Select Shipping Settings.Here you can Find two options Origin and Options.From that you Can Change Settings Such as Country,Regional,etc.
Now Select Shipping Methods next to Shipping Settings.Under that you can find Flat rate,Table rate,Free Shipping,UPS etc.Let us [...]
What is ANN?
ANN is an information processing concept which is inspired from one of the most powerful and complex thing known to mankind-The Human Brain.The ANN is based on how the human brain processes information.The key element of this concept is the novel structure of the information processing system. It is composed of a large [...]
Introduction
There are many different methods for solving the Rubik’s cube. They can be divided into two broad categories: layer methods and corners first methods (and there are sub-categories within these broad categories). The method I use for speedsolving is a layer based method.
Terminology
When describing the solution for the 2nd and 3rd layers, standard cube notation [...]