hi Javi, ... due to a lot of experiments, that's indeed what I try to do now. and it seems to be one of the important issues. As I found out yesterday evening,...
James, Back in pre-historic times most printers were compatible with an Epson printer, if I recall correctly it was the MX80. I don't know how much help that...
... files area ... are ... just tried again. it redirected then got following message The connection has timed out The server at oase.uci.kun.nl is taking too...
Hi, I have an RS232 communication problem which I see for the first time. I need to display on the PC an analogic signal which is a microwave detected signal...
hi Vasile, ... Never seen such a behavior, AFAIK has nothing todo with winXP, but could be caused by the serial receiving program. I'll send you a terrible...
Just how accurate is "looks quite accurate"? Regards, Gordon Williams ... From: Vasile Surducan To: jallist@yahoogroups.com Sent: Tuesday, August 01, 2006...
thanks I will take a look , I just tried pushing text to a printer I have here and that works , dir . > lpt1 , would that work over a com port though ? cheers ...
... hi Gordon, As with everything, somewhere in the future, it will be replaced by something better, faster, smaller or any other superlative. It is at least...
... by ... I think will not hurt for a jalV2 versions of Gordon's too. The problem is that I have no ideea how to test the 0-10uS accuracy on the actual jalv2....
... Greetings, Perhaps you can isolate the problem: 1) turn off your RF project, replace it with a "dummy" JAL program that just sends known patterns over the...
... i did that for the first time ... with 9600 it worked, the problem was I didn't want to use a buffer for colected data and the RF pulses where quite short ...
Hi Stef, But can you give me some numbers or are you just eye balling it? Have you run it through a simulator to confirm your accuracy numbers? When I wrote ...
hi Gordon, ... I've done a number of tests with an oscilloscope (I believe 10^7 accuarcy), can't remember exactly, but the results were very good. I'm not the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jallist group. File :...
jallist@yahoogroups.com
Aug 2, 2006 5:10 pm
22429
Hi all, I seem to be getting some strange eeprom behaviour (or at least I assume I am). I am running an 877a and reading and writing to the eeprom using...
... the data eeprom I assume ? ... which standard JAL libraries ? ID=1 for the data eeprom, etc ? ... Use the data-eeprom almost every time, never have seen...
... Yeah, it is strange. I even made up a test application that only wrote and read to the eeprom to see if it held the value and it didn't work properly...
I have a few problems... 1) Long path names: The JAL0.4.60 compiler had no problem with this, but I can't get JAL2 to accept it. I'm using this: "C:\Program...
... hi Mike, I do it for the 877 in this way <JAL> const byte no_ADC = 7 ADCON1 = no_ADC -- set portA to normal digital IO </JAL> we've to find a good...
... JAL2 ... use jaledit, all is defined inside, or this *.bat file: c:\jalV2\jalV2d.EXE -s c:\jalV2\chipdef c:\projects\jalV2test\%1.JAL ... pjal is the old...
... I tried a few programs (upto 5k) and did't see any differences in length between the 2 compilers, so I guess standard optimization is already very good ;-)...
... I've measured (not simulated) a few delays here: var bit led is pin_a3 pin_a3_direction = output forever loop asm bcf pin_a3 _usec_delay ( x ); x = 3, 4,...
Stef, Yes, some chips disable ADC in different ways. Which is why I thought a function in each PIC's "inc" file would be a good way to do it. Give the...
... I don't use JALEdit. And I didn't have a problem with spaces in file paths with JAL0. Maybe Jal2 can't handle command line parameters with spaces in the...
hi Mike, ... We (at least I) did it that way in the old JAL. After extensive discussion in the beta list, and because the inc-files can be generated by a...