msp430与GPRS模块的连接例程(含代码).docVIP

  • 6
  • 0
  • 约6.87千字
  • 约 6页
  • 2017-09-20 发布于江西
  • 举报
MSP430单片机和GPRS模块MC52i的应用 连接图示 程序例程 #include msp430x14x.h #include “string.h” typedef unsigned short int u16 typedef unsigned char u8 typedef signed short int s16 typedef signed char s8 #define SYS_SUCCESS 0 #define SYS_FAIL 1 //============================================================== // DTU Pin define #define DTU_IGT_PORT_DIR P1DIR #define DTU_IGT_PORT_OUT P1OUT #define DTU_IGT_PIN BIT6 #define DTU_RTS_PORT_DIR P1DIR #define DTU_RTS_PORT_OUT P1OUT #define DTU_RTS_PIN BIT2 #define DTU_CTS_PORT

文档评论(0)

1亿VIP精品文档

相关文档