Hi Jerry
Just for info
I suppose that ANA0 is channel 0
what about ANB0 and ANC0 ? (and following)
Search found 16 matches
- Thu Sep 26, 2024 7:01 am
- Forum: Modules
- Topic: ADCC - adc module for K and Q families
- Replies: 2
- Views: 12310
- Sat Sep 30, 2023 3:57 pm
- Forum: Modules
- Topic: Suart module with parity bit
- Replies: 12
- Views: 11700
Re: Suart module with parity bit
Hello Jerry Thanks for all of your efforts. I've tested the routine only for sending characters, received by a PC running swordfish serial plugin. I will test also with teraterm (which I have) and I'll check what happens. So that case the receiver is the PC and I'm pretty sure it has a buffer, so se...
- Wed Sep 27, 2023 2:36 am
- Forum: Modules
- Topic: Suart module with parity bit
- Replies: 12
- Views: 11700
Re: Suart module with parity bit
Hello Jerry
I'm using 16 MHz but I've tried also other baudrates with the same result
I send the string from the PIC to the pc using the swordfish serial terminal to receive data.
I'm using 16 MHz but I've tried also other baudrates with the same result
I send the string from the PIC to the pc using the swordfish serial terminal to receive data.
- Tue Sep 26, 2023 2:48 pm
- Forum: Modules
- Topic: Suart module with parity bit
- Replies: 12
- Views: 11700
Re: Suart module with parity bit
Hello Jerry
Tested the module but it seems not to work properly
Set to work with EVEN parity (2)
I send the string EVEN 8,1 and I receive EWWO 8,1
any ideas?
Tested the module but it seems not to work properly
Set to work with EVEN parity (2)
I send the string EVEN 8,1 and I receive EWWO 8,1
any ideas?
- Mon Sep 18, 2023 9:23 pm
- Forum: Modules
- Topic: Suart module with parity bit
- Replies: 12
- Views: 11700
Re: Suart module with parity bit
Thanks Jerry
I'll give it a try asap and let you know..
I'll give it a try asap and let you know..
- Wed Sep 13, 2023 4:56 pm
- Forum: Modules
- Topic: Suart module with parity bit
- Replies: 12
- Views: 11700
Re: Suart module with parity bit
I'm using a 26K20, actually dealing with the 2 hardware uarts and one suart that is the one that communicates with the other board. Other board is a yacht air conditioner controller, board has been changed and there is no more compatibility with the wifi control module I've made some years ago. the ...
- Tue Sep 12, 2023 9:51 pm
- Forum: Modules
- Topic: Suart module with parity bit
- Replies: 12
- Views: 11700
Suart module with parity bit
Trying to interface with an old device that works with a serial protocol 8E1. it's a firmware that cannot be changed. also, the device is not directly available for tests I've tried unsuccessfully to modify the suart.bas module adding the 9 parity bit Is there any chance to have the suart.bas module...
- Mon Jul 06, 2009 10:31 am
- Forum: Compiler
- Topic: Const arrays and HEX file
- Replies: 1
- Views: 2053
Const arrays and HEX file
I'm trying to manage to put a font on the program space, dealing with a color display. I'm using a PIC18F4550. I do compile the code with non errors but the HEX file does not include the data table, just stops at the end of the program code. configuration bytes are ok and i can see the table in the ...
- Wed Sep 19, 2007 8:08 pm
- Forum: IDE
- Topic: GLCD s1d13700 test code
- Replies: 31
- Views: 24568
too busy..
Effectively, it means that I've made my personal routines for this controller for proton compiler sometimes ago, it works pretty good with eeproms, to be sincere it seems that my routines goes faster even if getting data from eeprom, but it maybe for different reasons. I should also convert my code ...
- Wed Sep 19, 2007 10:27 am
- Forum: IDE
- Topic: GLCD s1d13700 test code
- Replies: 31
- Views: 24568
GLCD and external EEPROM
I've used the graphics library for the s1d13700 controller with a 320x240 display and it works fine. i only have a slight flicker while updating the display.. I am just wondering if it should be possible to use external EEPROM (serial ones, cheap as 24LC512) to store fonts and graphics as sometimes ...
- Fri Jun 01, 2007 2:02 pm
- Forum: Compiler
- Topic: SUART Question
- Replies: 24
- Views: 14360
comments
it's nice to see I've waked up some interest. Gramo's post focuses exactly what I meant. The proton rsin function, which should be considered like the swordfish uart.read(..), is incredibly much more powerful and you find it ready to work. As swordfish appears for many reason to be a very good compi...
- Thu May 31, 2007 10:46 pm
- Forum: Compiler
- Topic: SUART Question
- Replies: 24
- Views: 14360
- Thu May 31, 2007 9:23 pm
- Forum: Compiler
- Topic: SUART Question
- Replies: 24
- Views: 14360
maybe
maybe your code/trick/language extension will work, I agree. I doubt it works at 115200 baud, i'll use a slower speed. SF compiler is a good compiler, but what you expect from a commercial software is not to 'complete' it with your custom code. this requires time and time is precious, much more when...
- Thu May 31, 2007 8:08 pm
- Forum: Compiler
- Topic: SUART Question
- Replies: 24
- Views: 14360
RF modules
I use a zigbee pro rf module, data is packetized and supported by module, no rubbish data will ever comes from this modules.. data will appear on tx port of module only if it really reaches it. module has also a buffer cts signal, but unfortunately module has also a buffer and signal is asserted onl...
- Thu May 31, 2007 6:26 pm
- Forum: Compiler
- Topic: SUART Question
- Replies: 24
- Views: 14360
Useless...
Infact, it is useless. and when the reply is 'use the hardware uart instead' you understand that there is something deeply wrong.. for sure if i can i use hardware uart, but if i need to interface with two devices? (at least) And more for the fact that hardware & software libraries from proton or pi...