⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 Java Communication example
💻 TXT
字号:
QUICKSTART:  

Double click on SimpleSerial.vep.  Run and enjoy.

=================================================================================

Included Components:

SimpleSerial.vep:  
Demonstration project for SimpleSerial.java

SimpleSerial.java:  
SimpleSerial implementation. 

JavaTerm.java:  
Example file which uses SimpleSerial.java for a simple terminal emulation program

SimpleSerial.dll:  
Native code for communicating with serial port.  Make sure this file is in the root 
directory of any project, or in your Windows PATH environment.  If in doubt, copy it 
into your Windows/System32 directory.

SimpleSerial.lib:  
Used to build SimpleSerialEXE.exe

SimpleSerialEXE.exe:  
This is a Win32 binary for of a simple terminal program for communicating with PIC chips.  
The settings are fixed to be compatible with PIC communication -- i.e. 9600 baud, and so on.  
All the user needs to do is set the serial port.  SimpleSerialEXE.exe searches for the 
first available serial port.

SimpleSerialEXE.vep:  
Project for building SimpleSerialEXE.  It's similar to SimpleSerial.vep, except it's configured 
to create a Windows binary, and it includes the file SimpleSerial.lib.  If you rebild the DLL
follow instructions in the native folder on how to rebuild the lib.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -