This message is in Italian and English. Please scroll down for the English version. ... Questo messaggio viene spedito automaticamente ogni mese dalla mailing...
8052@yahoogroups.com
May 1, 2005 10:45 am
1580
Ho letto in una precedente mail che il programmino per usare MCB900 in modalita isp to icp bridge ha dei problemi ... I problemi sono relativi alla progr. in...
Bruno Benente
bruno.benente@...
May 2, 2005 8:42 am
1581
... L'ultima versione e' la 1.4 che dovrebbe aver risolto i bug di programmazione, cancellazione e CRC che c'erano nelle precedenti. Rimane la tendenza a...
Sent email to webmaster about this code. I got this code from a book but needed to change it for my own use. Any way contacted person wrote the code 10 emails...
Salve, qualcuno ha esempi di funzioni per la comunicazione seriale tra periferiche master\slave che utilizzano rs485? Thanks -- No virus found in this outgoing...
Riflessione: 1) una volta configurato i vari registri per la comunicazione UART QUINDI una cosa del genere..: SCON = 0x50; TMOD |= 0x20; TH1 = 0xFD; ...
Ciao luigi ho visto che cerchi info su 485 Mi sembra che la cfg dei registri sia corretta (ovviamente il valore di TH1 dipende dal quarzo) I protocolli che...
Come sempre prima si fanno le cose poi si leggono le istruzioni .... ho messo l'allegato nell'apposita sezione del forum. (o almeno credo sia così ....non è...
hello friends, i am trying to read the text file which is written on the data cd by using 89c51. already interfacing the cdrom to 89c51. but i am not able to...
... C'e', e' il file: c79bppdf.pdf circuit cellar online : the art and science of RS-485 author BOB PERRIN -- Fausto Marzoli - 8052.it - http://www.8052.it/ ...
Hi all, I'm new to this group and looking over posts I've found infos from Fausto Marzoli about bugs in ISP-ICP bridge for LPC900 devices. I have Philips...
... It seems that the device to be programmed (LPC9107) is not forced into ICP mode. Maybe a wrong frequency oscillator for the LPC932? ... prog90x.hex Ver....
HI, ... On my Philips board LPC932 has 12MHz oscillator, but prog90x (I suppose) forces internal oscilator. ... OK, I have 1.4 version :-) ... Yes, I know ... ...
... Yes, internal osclillator is forced, otherwise you wouldn't be able to communicate trough RS232, while your RS232 link is working (you read "FF"). The...
Salve Ragazzi… Vorrei Creare dei caratteri personalizzati sul mio lcd (2x16) ma non ho chiare alcune cose… Definendo la GCRAM all’indirizzo 0x40 poi dopo...
... Hi, I checked, power comes up after reboot of LPC932, and on reset line there are pulses and next it stay high. Also I forced PDA line low -to GND and...
... devi scrivere nella CGRAM 8 byte ogni byte rappresenta una riga partendo dall'alto verso il basso ogni riga ha solo 5 bit (i meno significativi) ovviamente...
hello sir, i am working on stand alone cdrom (interfacing to 89s8252),it didn't work. my hard ware connection is through. pls let me know whether there is...
I've just found a strange behaviour that seems to be an hardware bug on one LPC903 microcontroller I'm working on. I'm using register bank 0. If I try to use...
... I've found out the problem: I forgot to set the SP to some other value than the boot value (07H)... It's my fault: sorry for the dumb question. Sometimes I...
... The deafult stack pointer setting is 08H so you hould set it to some other value and repat the test. ian -- Ian T-Bell aka RuffRecords aka RedTommo...
... Yes, you're right. I've already found out that I forgot to set the SP somewhere else! As I said in my next message, sometimes I forgot that when you use...
Ciao.. Ho alcuni problemi con la comunicazione seriale… quando a vado inviare un semplice carattere.. (da mcu via rs232 a hyper terminal) sul video non...
... Il terminal non mi risulta che possa leggere caratteri binari.......solo ASCII Se ti interessa ho un terminal che gira in dos che legge anche i binari Ciao...
Bruno Benente
bruno.benente@...
Jun 1, 2005 9:50 am
1604
This message is in Italian and English. Please scroll down for the English version. ... Questo messaggio viene spedito automaticamente ogni mese dalla mailing...
8052@yahoogroups.com
Jun 1, 2005 9:59 am
1605
Scusa ma mi hai confuso... Io invio un carattere ascii... al micro lo comunico in forma (Esadecimale) ma il carattere e ascii ad esempio (0x4B=K)... o mi...
Se tutta la configurazione della seriale è corretta (modo /preset timer ecc..) Se hai un oscilloscpio prova così Invia sempre il carattere 0x55= 'U' Sulla...
;this is an test of serial comunucation pc term90.exe [in NC] and MCU mcs51 with line driver max232 ;no interrupts ;settings in term90: 2400,8,E,1 no flow...
... Non volevo complicarti l'esistenza.....siccome in una applicazione avevo l'esigenza di inviare 4 byte con valori binari da 0 a 255 ...con il terminal non...