 | | RE: Sony IR decoding routine!
|
|
I'm having trouble getting sony-ir.icb to load. Every time I try, I get the following error message: FATAL INTERNAL ERROR: ILLEGAL LINE IN .s19 FILE I've re-downloaded and installed both the sony-ir.icb and pcode_hb.s19 files but continure to get (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
|
|
 | | IC serial hog?
|
|
Is there any way for my IC program to use the serial port? I am guessing the answer is no, as IC needs it for communicationg to the host computer. (Mac in my case.) So then the question becomes, is it possible to modify IC so that I can use the (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
|
|
 | | Re: Sony IR decoding routine!
|
|
ic is very sensitive to linefeed termination in icb files. if you are runnnin on an ms-dos system, i believe it requires unix style (e.g., ctrl-j) termination, rather than ms-dos ctrl-m ctrl-j style. try removing the ctrl-m's from your copy of the (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
|
|
 | | Re: IC serial hog?
|
|
yes, it is possible for an ic program to use the serial port. see randy's instructions at (URL) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
|
|
 | | Re: Can't initialize CONFIG register
|
|
In your message you said: (...) ok. the dlm *is* trying to write the one byte, because the config reg lives at 0x103f. and it's trying to write it as 0x0c, which is also correct. but apparently it is not working, b/c you say that when you run the (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
|