Questo articolo spiega come aggiungere un monitor touch seriale aggiuntivo su un sistema Windows XPe.
⚠️ Nota: Windows XP Embedded non è più supportato da Microsoft o Elo Touch Systems. Queste informazioni sono fornite per i clienti che utilizzano ancora questi sistemi.
Questo articolo tratta del driver 5.2.0 archiviato. Vedi Elo XPe Component Help.htm nel pacchetto del driver per dettagli completi.
Porta Seriali Multiple:
Il componente Elo Serial Interface aggiunge per impostazione predefinita 1 porta seriale durante l'installazione. Aggiungi supporto per porte multiple modificando il file EloCOMPort.reg. Le seguenti due righe devono essere modificate. Per cambiare il numero di porte, modifica il valore InstalledSerialDevCnt al valore desiderato. Se hai bisogno di cambiare la porta, modifica il valore FriendlyName. Generalmente, il nome amichevole è come Communications Port (COMx), dove x è il numero della porta. Se questa stringa non corrisponde a quella nel sistema, la porta seriale non funziona. Quindi, è molto importante che tu abbia una stringa esattamente corrispondente per il nome amichevole.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\EloTouchscreen]
"InstalledSerialDevCnt"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\EloTouchscreen\LegacyPorts\COM1]
"FriendlyName"="Communications Port (COM1)"
Devi aggiungere tante righe di friendlynames quante sono le porte. Ad esempio, per due porte su COM1 e COM2, devi avere queste righe nel file.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\EloTouchscreen]
"InstalledSerialDevCnt"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\EloTouchscreen\LegacyPorts\COM1]
"FriendlyName"="Communications Port (COM1)"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\EloTouchscreen\LegacyPorts\COM2]
"FriendlyName"="Communications Port (COM2)"
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article