代码搜索结果
找到约 1,839 项符合
Modbus 的代码
modbus51.hxl
### HEXMate logfile and output summary ###
### Memory Usage ###
Unused memory ranges:
570h - 871h
MODBUS51.hex ranges:
0h - 56Fh
872h - FFFh
### Hex Memory Map ###
Legend:
modbus51.map
HI-TECH Software PICC Compiler V9.50PL2
Linker command line:
--edf=C:\Program Files\HI-TECH Software\PICC\9.50\dat\en_msgs.txt \
-h+MODBUS51.sym -z -Q16F917 -ol.obj -MMODBUS51.map -E1 -ver=PI
modbus-rtu.esym
D G "__PCH__" 0 307 ""4.065""
D G "__DEVICE__" 0 307 "4580"
D G "__DATE__" 0 307 ""25-Mar-09""
D G "__TIME__" 0 307 ""18:37:03""
V G "lengthOfQueryMessage_output" 0 4 "int16"
F B "delay_ms" 0 0
modbus-rtu.err
*** Error 100 "MODBUS-RTU.c" Line 2(5,61): USE parameter value is out of range Not a number: PIN_C6
*** Error 128 "MODBUS-RTU.c" Line 4(1,57): A #DEVICE required before this line
2 Errors,
modbus-rtu.bak
#use delay(clock=40000000)
#use rs232(baud=9600 , parity=n , xmit=pin_C6 , rcv=pin_C7 )
int16 lengthOfQueryMessage_output=0;
int16 lengthOfResponseMessage_input=0;
int16 lengthOfRespons
modbus-rtu.c
#use delay(clock=40000000)
#use rs232(baud=9600 , parity=n , xmit=pin_C6 , rcv=pin_C7 )
int16 lengthOfQueryMessage_output=0;
int16 lengthOfResponseMessage_input=0;
int16 lengthOfRespons