Search found 15 matches

by yolk
Sat Sep 30, 2023 3:57 pm
Forum: Modules
Topic: Suart module with parity bit
Replies: 12
Views: 11026

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...
by yolk
Wed Sep 27, 2023 2:36 am
Forum: Modules
Topic: Suart module with parity bit
Replies: 12
Views: 11026

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.
by yolk
Tue Sep 26, 2023 2:48 pm
Forum: Modules
Topic: Suart module with parity bit
Replies: 12
Views: 11026

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?
by yolk
Mon Sep 18, 2023 9:23 pm
Forum: Modules
Topic: Suart module with parity bit
Replies: 12
Views: 11026

Re: Suart module with parity bit

Thanks Jerry

I'll give it a try asap and let you know..
by yolk
Wed Sep 13, 2023 4:56 pm
Forum: Modules
Topic: Suart module with parity bit
Replies: 12
Views: 11026

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 ...
by yolk
Tue Sep 12, 2023 9:51 pm
Forum: Modules
Topic: Suart module with parity bit
Replies: 12
Views: 11026

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...
by yolk
Mon Jul 06, 2009 10:31 am
Forum: Compiler
Topic: Const arrays and HEX file
Replies: 1
Views: 1983

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 ...
by yolk
Wed Sep 19, 2007 8:08 pm
Forum: IDE
Topic: GLCD s1d13700 test code
Replies: 31
Views: 23890

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 ...
by yolk
Wed Sep 19, 2007 10:27 am
Forum: IDE
Topic: GLCD s1d13700 test code
Replies: 31
Views: 23890

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 ...
by yolk
Fri Jun 01, 2007 2:02 pm
Forum: Compiler
Topic: SUART Question
Replies: 24
Views: 13880

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...
by yolk
Thu May 31, 2007 10:46 pm
Forum: Compiler
Topic: SUART Question
Replies: 24
Views: 13880

good idea. unfortunately, i already have the pcbs ready and rx does not come to no one of this ports. I'll take care in the next project. bye
by yolk
Thu May 31, 2007 9:23 pm
Forum: Compiler
Topic: SUART Question
Replies: 24
Views: 13880

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...
by yolk
Thu May 31, 2007 8:08 pm
Forum: Compiler
Topic: SUART Question
Replies: 24
Views: 13880

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...
by yolk
Thu May 31, 2007 6:26 pm
Forum: Compiler
Topic: SUART Question
Replies: 24
Views: 13880

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...
by yolk
Thu May 31, 2007 2:17 pm
Forum: Compiler
Topic: SUART Question
Replies: 24
Views: 13880

software uart blocking calls

I've recently purchased the swordfish compiler, it works good and extraordinary for the SD library. I'm working on a project that has a main uart interface with the PC (useful also for bootloader) with a ftdi USB converter chip and I've assigned to the hardware Uart, than I have two more devices to ...