Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature currently requires accessing the site using the built-in Safari browser.
Mensaje_Info
DT "FirmWare v1.00 "
DT ENTER, CAMBIO_LINEA
call LCD_Linea2
DT " PIC16F84A "
DT ENTER, CAMBIO_LINEA
call Retardo_2s
call LCD_Linea1
DT "metaconta "
DT ENTER, CAMBIO_LINEA
call LCD_Linea2
DT "@gmail.com", 0x00
call Retardo_2s
call LCD_Linea1
Mensaje_Info
DT "FirmWare v1.00 "
DT ENTER, CAMBIO_LINEA
call LCD_Linea2
DT " PIC16F84A "
DT ENTER, CAMBIO_LINEA
call Retardo_2s
call LCD_Linea1
DT " metaconta "
DT ENTER, CAMBIO_LINEA
call LCD_Linea2
DT " @gmail.com", 0x00
call Retardo_2s
call LCD_Linea1
Hola:
Bueno, ya hemos probado el cliente servidor enviando textos, y funciona. Lo pueden probar entre ustedes. Port 8888. Ahora toca averiguar como envío datos al puerto serie desde el PC1-Cliente.
Falta mejor diseño en los programas. Por ahora voy a intentar si soy capaz de enviar al servidor comandos para manjar el puerto serie y saber si funciona.
Cada vez avanzamos algo.
Vamos a ver como queda la cosa.
NOTA:
No se recomienda poner la IP publicamente aquí.
Ahora es este: Descargar[/QUOTE dijo:Cuál???
Y que se necesita para ejecutar la aplicación??
El circuito en Proteus está más actualizado y el .asm.Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 682 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 689 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 696 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 703 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 710 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 717 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 724 : Missing argument(s)
Error[128] I:\PIC16F84A\PICRS232 16F886\PICRS232V2.ASM 731 : Missing argument(s)
1 2 3 4 5 6 7 8 RL
0 0 0 0 0 0 0 0 IN
0 0 0 0 0 0 0 0 OUT
*** ALARMA ***
Teniendo el puerto C como entrada digitales. Quiero controlar las salidas digitales que son los 8 relés del puerto D.
Saviendo que por el puerto serie también controla el puerto D. ¿Cómo logro para hacer funcionar el puerto D con los pulsadores o interruptores del puerto C?
----------------------------------------------------------------------
Debug build of project `I:\PIC16F84A\PicRS232 16F4550\18F4550.mcp' started.
Language tool versions: MPASMWIN.exe v5.35, mplink.exe v4.35
Preprocessor symbol `__DEBUG' is defined.
Sun May 30 07:54:28 2010
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "I:\PIC16F84A\PicRS232 16F4550\PicRS232v2.o".
Clean: Deleted file "I:\PIC16F84A\PicRS232 16F4550\PicRS232v2.err".
Clean: Deleted file "I:\PIC16F84A\PicRS232 16F4550\PicRS232v2.hex".
Clean: Deleted file "I:\PIC16F84A\PicRS232 16F4550\PicRS232v2.lst".
Clean: Deleted file "I:\PIC16F84A\PicRS232 16F4550\PicRS232v2.cof".
Clean: Done.
Executing: "C:\Archivos de programa\Microchip\MPASM Suite\MPASMWIN.exe" /q /p18F4550 "PicRS232v2.asm" /l"PicRS232v2.lst" /e"PicRS232v2.err" /d__DEBUG=1
Warning[202] I:\PIC16F84A\PICRS232 16F4550\PICRS232V2.ASM 533 : Argument out of range. Least significant bits used.
Warning[202] I:\PIC16F84A\PICRS232 16F4550\PICRS232V2.ASM 676 : Argument out of range. Least significant bits used.
Warning[202] I:\PIC16F84A\PICRS232 16F4550\PICRS232V2.ASM 705 : Argument out of range. Least significant bits used.
Warning[202] I:\PIC16F84A\PICRS232 16F4550\PICRS232V2.ASM 740 : Argument out of range. Least significant bits used.
Executing: "C:\Archivos de programa\Microchip\MPASM Suite\mplink.exe" /p18F4550 "PicRS232v2.o" /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"PicRS232v2.cof" /M"PicRS232v2.map" /W /x
MPLINK 4.35, Linker
Copyright (c) 1998-2010 Microchip Technology Inc.
Errors : 0
Loaded I:\PIC16F84A\PicRS232 16F4550\PicRS232v2.cof.
----------------------------------------------------------------------
Debug build of project `I:\PIC16F84A\PicRS232 16F4550\18F4550.mcp' succeeded.
Language tool versions: MPASMWIN.exe v5.35, mplink.exe v4.35
Preprocessor symbol `__DEBUG' is defined.
Sun May 30 07:54:58 2010
----------------------------------------------------------------------
BUILD SUCCEEDED