program_28

所属分类:RFID编程
开发工具:Visual C++
文件大小:398KB
下载次数:337
上传日期:2011-12-17 11:29:31
上 传 者neu_1101300
说明:  本程序是基于AVR单片机的RFID程序,AVR单片机选用的是ATmeg16,RFID是MFRC522芯片,此外,改程序利用UDP协议可以支持多机通信。
(The program is based on single chip microcomputer AVR RFID program, AVR microcontroller chooses is ATmeg16, RFID is MFRC522 chip, in addition, the program using the UDP protocol can support computer communication. )

文件列表:
program_28 (0, 2011-12-13)
program_28\.dep (0, 2011-08-20)
program_28\.dep\1602_4bit.o.d (2215, 2011-06-15)
program_28\.dep\RC522.o.d (2202, 2011-06-15)
program_28\.dep\enc28j60.o.d (933, 2011-06-15)
program_28\.dep\ip_arp_udp_tcp.o.d (1328, 2011-06-15)
program_28\.dep\main.o.d (2524, 2011-06-15)
program_28\1602_4bit.c (2709, 2011-05-05)
program_28\1602_4bit.lst (10432, 2011-06-15)
program_28\1602_4bit.o (6508, 2011-06-15)
program_28\AVRNet.dsp (3645, 2011-05-05)
program_28\AVRNet.dsw (537, 2011-03-30)
program_28\AVRNet.ncb (156672, 2011-12-13)
program_28\AVRNet.opt (51712, 2011-12-13)
program_28\AVRNet.plg (333, 2011-06-05)
program_28\Debug (0, 2011-08-20)
program_28\Debug\msado15.tlh (90683, 2010-11-09)
program_28\Debug\msado15.tli (76646, 2010-11-09)
program_28\Debug\vc60.idb (33792, 2011-02-28)
program_28\Debug\vc60.pdb (28672, 2011-02-28)
program_28\Makefile (14145, 2011-05-03)
program_28\RC522.c (20314, 2011-05-05)
program_28\RC522.h (6834, 2011-05-05)
program_28\RC522.lst (66881, 2011-06-15)
program_28\RC522.o (21160, 2011-06-15)
program_28\dconfig.h (4703, 2011-05-16)
program_28\enc28j60.c (13451, 2011-05-05)
program_28\enc28j60.h (9687, 2010-03-13)
program_28\enc28j60.lst (35870, 2011-06-15)
program_28\enc28j60.o (13556, 2011-06-15)
program_28\eth_rem_dev_tcp.elf (48213, 2011-05-01)
program_28\eth_rem_dev_tcp.hex (23262, 2011-05-01)
program_28\eth_rem_dev_tcp.map (32035, 2011-05-01)
program_28\include.h (1033, 2011-05-05)
program_28\ip_arp_udp_tcp.c (56016, 2011-05-05)
program_28\ip_arp_udp_tcp.h (8183, 2011-04-02)
program_28\ip_arp_udp_tcp.lst (123246, 2011-06-15)
program_28\ip_arp_udp_tcp.o (42024, 2011-06-15)
program_28\ip_config.h (1193, 2010-02-22)
program_28\lcd_config.h (507, 2011-05-15)
... ...

udpcom for windows Author: Guido Socher Corrections by Craig Stanley This is a wsock 32 port of udpcom The pre-compiled executable was made under winxp and should work on many windows variants. The timeout code is for the socket communication was provided by Craig Stanley. Guido's original udpcom for windows did not have any timeout. Timeout code: int iTimeout = 5000; //milliseconds setsockopt(sockfd_r, SOL_SOCKET, SO_RCVTIMEO, (char*)&iTimeout, sizeof(iTimeout)); This code can be compiled e.g with mingw http://www.mingw.org/ E.g like this: c:\mingw\bin\gcc -Wall -c udpcom.c c:\mingw\bin\gcc -Wall -o udpcom.exe udpcom.o -lwsock32 You can also install make and use the provided make file.

近期下载者

相关文件


收藏者