WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Corepure64 V8.0 Setserial  (Read 1966 times)

Offline dqj_99

  • Newbie
  • *
  • Posts: 7
Corepure64 V8.0 Setserial
« on: May 03, 2017, 07:46:58 AM »
Is it possible to get 'SetSerial' for V8.0 of Corepure64? I'm trying to debug a connection to a Carroll Touchscreen that uses serial comms. There doesn't seem to be drivers available from ELO for this device.

In XP it uses COM5 with IRQ 7 and I/O Addr: 3A0H. Can CorePure64 see this port?

Judging from my dmesg output, I've some doubts about this. It only seems to see tty0 to 3. The entire dmesg output is attached.

Derek

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Corepure64 V8.0 Setserial
« Reply #1 on: May 03, 2017, 07:58:41 AM »
Hi dqj_99
See if the boot code  8250.nr_uarts=8  makes COM5 through 7 show up.

Offline dqj_99

  • Newbie
  • *
  • Posts: 7
Re: Corepure64 V8.0 Setserial
« Reply #2 on: May 03, 2017, 10:55:34 AM »
Rich,

Thanks that's great. Now I can see the serial port and can see the data being generated on ttyS4 with Putty when the screen is touched.

I'll see if I can compile a driver that might work for it using the attached file. (I've had to split it into 2 parts using 7Zip to meet the restriction on file sizes imposed by this forum_)

Any further suggestions on doing that would be greatly appreciated.

Derek


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Corepure64 V8.0 Setserial
« Reply #3 on: May 03, 2017, 11:46:07 AM »
Hi dqj_99
Quote
Any further suggestions on doing that would be greatly appreciated.
You'll want to install  compiletc.tcz  so you have a proper toolchain. Should you wish to, the Wiki has instructions on how
to package and submit extensions. Also, forum rules forbid attaching binary files to posts in case you feel like sharing, they
must be submitted to the repository.

Offline dqj_99

  • Newbie
  • *
  • Posts: 7
Re: Corepure64 V8.0 Setserial
« Reply #4 on: May 03, 2017, 11:57:33 AM »
Thanks Rich,

I'll try that out.


Derek